aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/Kconfig
diff options
context:
space:
mode:
authorDaniel Mack <daniel@caiaq.de>2009-03-08 21:13:17 -0400
committerMark Brown <broonie@opensource.wolfsonmicro.com>2009-03-09 06:46:17 -0400
commita381934e5f9c0c3c292d780d61f5be9c22b2ef54 (patch)
tree48a6b1e05598ee73cbc7f8453bd30b45f084453f /sound/soc/codecs/Kconfig
parent055a49b0c92c6282e7db22e9e6ebcae6cb74ebb4 (diff)
ASoC: Add a driver for AK4104 S/PDIF transmitter
This adds a driver for the SPI connected AK4104 S/PDIF transmitter device. Its features are fairly simple, but as there is need to set up certain bits in the IEC958 information, this better goes into a real driver. Signed-off-by: Daniel Mack <daniel@caiaq.de> Cc: Mark Brown <broonie@sirena.org.uk> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/codecs/Kconfig')
-rw-r--r--sound/soc/codecs/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig
index 628a591c728f..a1af311e7f06 100644
--- a/sound/soc/codecs/Kconfig
+++ b/sound/soc/codecs/Kconfig
@@ -14,6 +14,7 @@ config SND_SOC_ALL_CODECS
14 select SND_SOC_AC97_CODEC if SND_SOC_AC97_BUS 14 select SND_SOC_AC97_CODEC if SND_SOC_AC97_BUS
15 select SND_SOC_AD1980 if SND_SOC_AC97_BUS 15 select SND_SOC_AD1980 if SND_SOC_AC97_BUS
16 select SND_SOC_AD73311 if I2C 16 select SND_SOC_AD73311 if I2C
17 select SND_SOC_AK4104 if SPI_MASTER
17 select SND_SOC_AK4535 if I2C 18 select SND_SOC_AK4535 if I2C
18 select SND_SOC_CS4270 if I2C 19 select SND_SOC_CS4270 if I2C
19 select SND_SOC_PCM3008 20 select SND_SOC_PCM3008
@@ -60,6 +61,9 @@ config SND_SOC_AD1980
60config SND_SOC_AD73311 61config SND_SOC_AD73311
61 tristate 62 tristate
62 63
64config SND_SOC_AK4104
65 tristate
66
63config SND_SOC_AK4535 67config SND_SOC_AK4535
64 tristate 68 tristate
65 69