diff options
author | Oder Chiou <oder_chiou@realtek.com> | 2014-05-26 16:32:33 +0400 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-06-01 23:18:21 +0400 |
commit | 0e826e86726423df5c3841d0a34a2edcd64a93e2 (patch) | |
tree | 62a33da41748ab5709f8b6e0d199e3a82e709d8a /sound/soc/codecs/Kconfig | |
parent | 15f78ea67fa712392daebc262821d9fe29705cfa (diff) | |
download | linux-0e826e86726423df5c3841d0a34a2edcd64a93e2.tar.xz |
ASoC: add RT5677 CODEC driver
This patch adds the Realtek ALC5677 codec driver.
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 d29f19b44638..34422dc1e951 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig @@ -73,6 +73,7 @@ config SND_SOC_ALL_CODECS select SND_SOC_RT5640 if I2C select SND_SOC_RT5645 if I2C select SND_SOC_RT5651 if I2C + select SND_SOC_RT5677 if I2C select SND_SOC_SGTL5000 if I2C select SND_SOC_SI476X if MFD_SI476X_CORE select SND_SOC_SIRF_AUDIO_CODEC @@ -404,6 +405,9 @@ config SND_SOC_RT5645 config SND_SOC_RT5651 tristate +config SND_SOC_RT5677 + tristate + #Freescale sgtl5000 codec config SND_SOC_SGTL5000 tristate "Freescale SGTL5000 CODEC" |