diff options
author | Shuming Fan <shumingf@realtek.com> | 2019-05-28 12:30:17 +0800 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-06-04 15:09:39 +0100 |
commit | d6e65bb7ff0d360c4c5462c3d0b237f2a07e5312 (patch) | |
tree | 08edcbbd66eddd3a07b51adc8ea5c80982b9a0e9 /sound/soc/codecs/Kconfig | |
parent | 091c12e1f50cce93b1af90e56cad88787ec86dfb (diff) | |
download | talos-op-linux-d6e65bb7ff0d360c4c5462c3d0b237f2a07e5312.tar.gz talos-op-linux-d6e65bb7ff0d360c4c5462c3d0b237f2a07e5312.zip |
ASoC: rt1011: Add RT1011 amplifier driver
This is the initial amplifier driver for rt1011.
Signed-off-by: Shuming Fan <shumingf@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 0835d4b0d8c3..1bda52ef0cd0 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig @@ -140,6 +140,7 @@ config SND_SOC_ALL_CODECS select SND_SOC_RT274 if I2C select SND_SOC_RT286 if I2C select SND_SOC_RT298 if I2C + select SND_SOC_RT1011 if I2C select SND_SOC_RT1305 if I2C select SND_SOC_RT5514 if I2C select SND_SOC_RT5616 if I2C @@ -877,6 +878,7 @@ config SND_SOC_RL6231 default y if SND_SOC_RT5670=y default y if SND_SOC_RT5677=y default y if SND_SOC_RT5682=y + default y if SND_SOC_RT1011=y default y if SND_SOC_RT1305=y default m if SND_SOC_RT5514=m default m if SND_SOC_RT5616=m @@ -891,6 +893,7 @@ config SND_SOC_RL6231 default m if SND_SOC_RT5670=m default m if SND_SOC_RT5677=m default m if SND_SOC_RT5682=m + default m if SND_SOC_RT1011=m default m if SND_SOC_RT1305=m config SND_SOC_RL6347A @@ -914,6 +917,9 @@ config SND_SOC_RT298 tristate depends on I2C +config SND_SOC_RT1011 + tristate + config SND_SOC_RT1305 tristate |