diff options
author | Kevin Cernekee <cernekee@chromium.org> | 2015-05-03 17:00:18 -0700 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-05-04 12:46:25 +0100 |
commit | 3fd6e7d9a146e2e0b55f428d8d4d500ca86909f5 (patch) | |
tree | 0894269b5684ff0a324e465343c1451520a26332 /sound/soc/codecs/Kconfig | |
parent | ee5d4df7298336a4c40140a1ce179e11ed179b03 (diff) | |
download | op-kernel-dev-3fd6e7d9a146e2e0b55f428d8d4d500ca86909f5.zip op-kernel-dev-3fd6e7d9a146e2e0b55f428d8d4d500ca86909f5.tar.gz |
ASoC: tas571x: New driver for TI TAS571x power amplifiers
Introduce a new codec driver for the Texas Instruments
TAS5711/TAS5717/TAS5719 power amplifier chips. These chips are typically
used to take an I2S digital audio input and drive 10-20W into a pair of
speakers.
Signed-off-by: Kevin Cernekee <cernekee@chromium.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/Kconfig')
-rw-r--r-- | sound/soc/codecs/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig index 061c465..befff91 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig @@ -104,6 +104,7 @@ config SND_SOC_ALL_CODECS select SND_SOC_STAC9766 if SND_SOC_AC97_BUS select SND_SOC_TAS2552 if I2C select SND_SOC_TAS5086 if I2C + select SND_SOC_TAS571X if I2C select SND_SOC_TFA9879 if I2C select SND_SOC_TLV320AIC23_I2C if I2C select SND_SOC_TLV320AIC23_SPI if SPI_MASTER @@ -611,6 +612,10 @@ config SND_SOC_TAS5086 tristate "Texas Instruments TAS5086 speaker amplifier" depends on I2C +config SND_SOC_TAS571X + tristate "Texas Instruments TAS5711/TAS5717/TAS5719 power amplifiers" + depends on I2C + config SND_SOC_TFA9879 tristate "NXP Semiconductors TFA9879 amplifier" depends on I2C |