diff options
author | Dan Murphy <dmurphy@ti.com> | 2019-10-08 21:15:17 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-10-10 17:19:31 +0300 |
commit | c173dba44c2d2ec2adaa4e607e9729b74236bd57 (patch) | |
tree | b1087d54d686d276d9817ae762868320e72ef4f9 /sound/soc/codecs/Kconfig | |
parent | a4eff5f86c9c5e7d07d880bd86ce8faad19d7063 (diff) | |
download | linux-c173dba44c2d2ec2adaa4e607e9729b74236bd57.tar.xz |
ASoC: tas2562: Introduce the TAS2562 amplifier
Introduce the Texas Instruments TAS2562 amplifier driver
with I/V sense for loud speaker applications.
http://www.ti.com/lit/gpn/tas2562
Signed-off-by: Dan Murphy <dmurphy@ti.com>
Link: https://lore.kernel.org/r/20191008181517.5332-2-dmurphy@ti.com
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 ae213c6392ec..f4747ebc251e 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig @@ -181,6 +181,7 @@ config SND_SOC_ALL_CODECS select SND_SOC_STAC9766 if SND_SOC_AC97_BUS select SND_SOC_STI_SAS select SND_SOC_TAS2552 if I2C + select SND_SOC_TAS2562 if I2C select SND_SOC_TAS2770 if I2C select SND_SOC_TAS5086 if I2C select SND_SOC_TAS571X if I2C @@ -1133,6 +1134,10 @@ config SND_SOC_TAS2552 tristate "Texas Instruments TAS2552 Mono Audio amplifier" depends on I2C +config SND_SOC_TAS2562 + tristate "Texas Instruments TAS2562 Mono Audio amplifier" + depends on I2C + config SND_SOC_TAS2770 tristate "Texas Instruments TAS2770 speaker amplifier" depends on I2C |