diff options
author | Dan Murphy <dmurphy@ti.com> | 2014-07-14 16:10:45 -0400 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-07-17 12:57:05 -0400 |
commit | 5df7f71d5cdfbcbfd7e1b68df9994609d33f7e58 (patch) | |
tree | d033f4c326a58cd1408b38a4bf464bc608b9edd0 /sound/soc/codecs/Kconfig | |
parent | 7171511eaec5bf23fb06078f59784a3a0626b38f (diff) |
ASoC: tas2552: Support TI TAS2552 Amplifier
Support the TI TAS2552 Class D amplifier.
The TAS2552 is a high efficiency Class-D audio
power amplifier with advanced battery current
management and an integrated Class-G boost
The device constantly measures the
current and voltage across the load and provides a
digital stream of this information.
Signed-off-by: Dan Murphy <dmurphy@ti.com>
Signed-off-by: Mark Brown <broonie@linaro.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 cbfa1e18f651..480881747ec5 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig | |||
@@ -91,6 +91,7 @@ config SND_SOC_ALL_CODECS | |||
91 | select SND_SOC_STA350 if I2C | 91 | select SND_SOC_STA350 if I2C |
92 | select SND_SOC_STA529 if I2C | 92 | select SND_SOC_STA529 if I2C |
93 | select SND_SOC_STAC9766 if SND_SOC_AC97_BUS | 93 | select SND_SOC_STAC9766 if SND_SOC_AC97_BUS |
94 | select SND_SOC_TAS2552 if I2C | ||
94 | select SND_SOC_TAS5086 if I2C | 95 | select SND_SOC_TAS5086 if I2C |
95 | select SND_SOC_TLV320AIC23_I2C if I2C | 96 | select SND_SOC_TLV320AIC23_I2C if I2C |
96 | select SND_SOC_TLV320AIC23_SPI if SPI_MASTER | 97 | select SND_SOC_TLV320AIC23_SPI if SPI_MASTER |
@@ -513,6 +514,10 @@ config SND_SOC_STA529 | |||
513 | config SND_SOC_STAC9766 | 514 | config SND_SOC_STAC9766 |
514 | tristate | 515 | tristate |
515 | 516 | ||
517 | config SND_SOC_TAS2552 | ||
518 | tristate "Texas Instruments TAS2552 Mono Audio amplifier" | ||
519 | depends on I2C | ||
520 | |||
516 | config SND_SOC_TAS5086 | 521 | config SND_SOC_TAS5086 |
517 | tristate "Texas Instruments TAS5086 speaker amplifier" | 522 | tristate "Texas Instruments TAS5086 speaker amplifier" |
518 | depends on I2C | 523 | depends on I2C |