diff options
author | Oder Chiou <oder_chiou@realtek.com> | 2014-04-28 19:59:10 +0800 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-05-03 10:36:10 -0700 |
commit | 1319b2f6a565231ca2e3f368ab7f74fc4714c799 (patch) | |
tree | 53c72251c9aa2f864e56dce60729bb446e5140ea /sound/soc/codecs/Kconfig | |
parent | 871c131dcbee80e9459bf695c8c5cfd6bf0d26d6 (diff) | |
download | op-kernel-dev-1319b2f6a565231ca2e3f368ab7f74fc4714c799.zip op-kernel-dev-1319b2f6a565231ca2e3f368ab7f74fc4714c799.tar.gz |
ASoC: rt5645: Add codec driver
This patch adds the Realtek ALC5645 codec driver. It is the base
version that because the jack detect function is not implemented to
it, the headphone and AMIC1 are not workable. We will fill up the
further functions later.
Signed-off-by: Bard Liao <bardliao@realtek.com>
Signed-off-by: Oder Chiou <oder_chiou@realtek.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'sound/soc/codecs/Kconfig')
-rw-r--r-- | sound/soc/codecs/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig index deba71b..d29f19b 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig @@ -71,6 +71,7 @@ config SND_SOC_ALL_CODECS select SND_SOC_PCM512x_SPI if SPI_MASTER select SND_SOC_RT5631 if I2C select SND_SOC_RT5640 if I2C + select SND_SOC_RT5645 if I2C select SND_SOC_RT5651 if I2C select SND_SOC_SGTL5000 if I2C select SND_SOC_SI476X if MFD_SI476X_CORE @@ -397,6 +398,9 @@ config SND_SOC_RT5631 config SND_SOC_RT5640 tristate +config SND_SOC_RT5645 + tristate + config SND_SOC_RT5651 tristate |