diff options
author | Bard Liao <bardliao@realtek.com> | 2015-12-15 14:57:41 +0800 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-12-19 12:02:18 +0000 |
commit | b1d15059957d33d111e0ed38724a6b2c5caac790 (patch) | |
tree | 30c9dcc3426d6a2c9beceed65bbb947bb7f31a4f /sound/soc/codecs/Kconfig | |
parent | d3cb2de2479bbbde29391393d68f2e313e1f0504 (diff) | |
download | lwn-b1d15059957d33d111e0ed38724a6b2c5caac790.tar.gz lwn-b1d15059957d33d111e0ed38724a6b2c5caac790.zip |
ASoC: rt5616: add rt5616 codec driver
This is the initial codec driver for rt5616.
Signed-off-by: Bard Liao <bardliao@realtek.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/Kconfig')
-rw-r--r-- | sound/soc/codecs/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig index f22c66bde292..cdc0d09d52cb 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig @@ -89,6 +89,7 @@ config SND_SOC_ALL_CODECS select SND_SOC_PCM512x_SPI if SPI_MASTER select SND_SOC_RT286 if I2C select SND_SOC_RT298 if I2C + select SND_SOC_RT5616 if I2C select SND_SOC_RT5631 if I2C select SND_SOC_RT5640 if I2C select SND_SOC_RT5645 if I2C @@ -524,12 +525,14 @@ config SND_SOC_PCM512x_SPI config SND_SOC_RL6231 tristate + default y if SND_SOC_RT5616=y default y if SND_SOC_RT5640=y default y if SND_SOC_RT5645=y default y if SND_SOC_RT5651=y default y if SND_SOC_RT5659=y default y if SND_SOC_RT5670=y default y if SND_SOC_RT5677=y + default m if SND_SOC_RT5616=m default m if SND_SOC_RT5640=m default m if SND_SOC_RT5645=m default m if SND_SOC_RT5651=m @@ -552,6 +555,9 @@ config SND_SOC_RT298 tristate depends on I2C +config SND_SOC_RT5616 + tristate + config SND_SOC_RT5631 tristate "Realtek ALC5631/RT5631 CODEC" depends on I2C |