diff options
author | Kuninori Morimoto <morimoto.kuninori@renesas.com> | 2009-08-20 21:23:41 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-08-21 05:54:02 -0400 |
commit | a3a83d9a7cb0ce3b1d100060d5ad777e7480b4f2 (patch) | |
tree | 2a54acafb3ceb482c9a7c6030940b2db4cc7c3b7 /sound/soc/codecs/Kconfig | |
parent | b2ec22e2633996727f4f2abcd806aaeb0506dd6a (diff) |
ASoC: Add ak4642/ak4643 codec support
This is very simple driver for ALSA
It supprt headphone output and stereo input only
This patch is tested by ms7724se
Signed-off-by: Kuninori Morimoto <morimoto.kuninori@renesas.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/codecs/Kconfig')
-rw-r--r-- | sound/soc/codecs/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig index 167a5ce06cdf..0edca93af3b0 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig | |||
@@ -18,6 +18,7 @@ config SND_SOC_ALL_CODECS | |||
18 | select SND_SOC_AD73311 if I2C | 18 | select SND_SOC_AD73311 if I2C |
19 | select SND_SOC_AK4104 if SPI_MASTER | 19 | select SND_SOC_AK4104 if SPI_MASTER |
20 | select SND_SOC_AK4535 if I2C | 20 | select SND_SOC_AK4535 if I2C |
21 | select SND_SOC_AK4642 if I2C | ||
21 | select SND_SOC_CS4270 if I2C | 22 | select SND_SOC_CS4270 if I2C |
22 | select SND_SOC_MAX9877 if I2C | 23 | select SND_SOC_MAX9877 if I2C |
23 | select SND_SOC_PCM3008 | 24 | select SND_SOC_PCM3008 |
@@ -92,6 +93,9 @@ config SND_SOC_AK4104 | |||
92 | config SND_SOC_AK4535 | 93 | config SND_SOC_AK4535 |
93 | tristate | 94 | tristate |
94 | 95 | ||
96 | config SND_SOC_AK4642 | ||
97 | tristate | ||
98 | |||
95 | # Cirrus Logic CS4270 Codec | 99 | # Cirrus Logic CS4270 Codec |
96 | config SND_SOC_CS4270 | 100 | config SND_SOC_CS4270 |
97 | tristate | 101 | tristate |