diff options
author | Vinod Koul <vinod.koul@intel.com> | 2011-01-04 09:46:07 -0500 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-01-06 08:47:15 -0500 |
commit | 4dc69be22163bab880384858f30cb8cc76ad47f9 (patch) | |
tree | 55b39383d706335370ee9dc4fb549818c09bd69f /sound/soc/codecs/Kconfig | |
parent | f6c2ed5dd6ab43447dacc136585fc894e3f3a82d (diff) |
ASoC: sst v2: Add sn95031 codec driver
This patch adds the sn95031 asoc codec driver. This driver currently
supports only playback. Capture and jack detection to be added later
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Harsha Priya <priya.harsha@intel.com>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
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 054191ed08ef..fa42be529a73 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig | |||
@@ -32,6 +32,7 @@ config SND_SOC_ALL_CODECS | |||
32 | select SND_SOC_MAX98088 if I2C | 32 | select SND_SOC_MAX98088 if I2C |
33 | select SND_SOC_MAX9877 if I2C | 33 | select SND_SOC_MAX9877 if I2C |
34 | select SND_SOC_PCM3008 | 34 | select SND_SOC_PCM3008 |
35 | select SND_SOC_SN95031 if INTEL_SCU_IPC | ||
35 | select SND_SOC_SPDIF | 36 | select SND_SOC_SPDIF |
36 | select SND_SOC_SSM2602 if I2C | 37 | select SND_SOC_SSM2602 if I2C |
37 | select SND_SOC_STAC9766 if SND_SOC_AC97_BUS | 38 | select SND_SOC_STAC9766 if SND_SOC_AC97_BUS |
@@ -173,6 +174,9 @@ config SND_SOC_MAX98088 | |||
173 | config SND_SOC_PCM3008 | 174 | config SND_SOC_PCM3008 |
174 | tristate | 175 | tristate |
175 | 176 | ||
177 | config SND_SOC_SN95031 | ||
178 | tristate | ||
179 | |||
176 | config SND_SOC_SPDIF | 180 | config SND_SOC_SPDIF |
177 | tristate | 181 | tristate |
178 | 182 | ||