aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/Kconfig
diff options
context:
space:
mode:
authorSven Brandau <brandau@gmx.de>2014-04-02 04:25:05 -0400
committerMark Brown <broonie@linaro.org>2014-04-14 12:28:43 -0400
commit2439ea1f0f8f4cc98dfae0d1cd5ba88f6c3ee9ad (patch)
treebb91f7bd310f90964dca270c234dd155ea208058 /sound/soc/codecs/Kconfig
parentc9eaa447e77efe77b7fa4c953bd62de8297fd6c5 (diff)
ASoC: sta350: Add codec driver
The TI STA350 is an integrated 2.1-channel power amplifier that is controllable over I2C. This patch adds an ASoC driver for it. At a glance, this chip is very similar to the STA320 for which a driver already exists. In details, however, the register maps contain subtle differences which made a whole new driver easier to write and maintain. [daniel@zonque.org: cleanups, DT property rework, rebased on asoc-next] Signed-off-by: Sven Brandau <brandau@gmx.de> Signed-off-by: Daniel Mack <daniel@zonque.org> Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'sound/soc/codecs/Kconfig')
-rw-r--r--sound/soc/codecs/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig
index f0e840137887..c7b853f520cf 100644
--- a/sound/soc/codecs/Kconfig
+++ b/sound/soc/codecs/Kconfig
@@ -80,6 +80,7 @@ config SND_SOC_ALL_CODECS
80 select SND_SOC_SSM2602_SPI if SPI_MASTER 80 select SND_SOC_SSM2602_SPI if SPI_MASTER
81 select SND_SOC_SSM2602_I2C if I2C 81 select SND_SOC_SSM2602_I2C if I2C
82 select SND_SOC_STA32X if I2C 82 select SND_SOC_STA32X if I2C
83 select SND_SOC_STA350 if I2C
83 select SND_SOC_STA529 if I2C 84 select SND_SOC_STA529 if I2C
84 select SND_SOC_STAC9766 if SND_SOC_AC97_BUS 85 select SND_SOC_STAC9766 if SND_SOC_AC97_BUS
85 select SND_SOC_TAS5086 if I2C 86 select SND_SOC_TAS5086 if I2C
@@ -435,6 +436,10 @@ config SND_SOC_SSM2602_I2C
435config SND_SOC_STA32X 436config SND_SOC_STA32X
436 tristate 437 tristate
437 438
439config SND_SOC_STA350
440 tristate "STA350 speaker amplifier"
441 depends on I2C
442
438config SND_SOC_STA529 443config SND_SOC_STA529
439 tristate 444 tristate
440 445