aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/pxa/Kconfig
diff options
context:
space:
mode:
authorZhangfei Gao <zhangfei.gao@marvell.com>2012-06-11 06:04:39 -0400
committerMark Brown <broonie@opensource.wolfsonmicro.com>2012-06-13 08:13:39 -0400
commitfa375d42f0e531b7ca4316ea9fd5444e01d585e8 (patch)
treee4c3284ecf74a37f52ff54ceacd4cf3ab5db2d18 /sound/soc/pxa/Kconfig
parent7a824e214e25a49442fe868dac0af8a904b24f58 (diff)
ASoC: mmp: add sspa support
The SSPA is a configurable multi-channel audio serial (TDM) interface. It's configurable at runtime to support up to 128 channels and the number of bits per sample: 8, 12, 16, 20, 24 and 32 bits. It also support stereo format: I2S, left-justified or right-justified. Signed-off-by: Zhangfei Gao <zhangfei.gao@marvell.com> Signed-off-by: Leo Yan <leoy@marvell.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/pxa/Kconfig')
-rw-r--r--sound/soc/pxa/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/soc/pxa/Kconfig b/sound/soc/pxa/Kconfig
index 5d76e2971fbe..6c3d00b8ea0b 100644
--- a/sound/soc/pxa/Kconfig
+++ b/sound/soc/pxa/Kconfig
@@ -35,6 +35,9 @@ config SND_PXA_SOC_SSP
35 tristate 35 tristate
36 select PXA_SSP 36 select PXA_SSP
37 37
38config SND_MMP_SOC_SSPA
39 tristate
40
38config SND_PXA2XX_SOC_CORGI 41config SND_PXA2XX_SOC_CORGI
39 tristate "SoC Audio support for Sharp Zaurus SL-C7x0" 42 tristate "SoC Audio support for Sharp Zaurus SL-C7x0"
40 depends on SND_PXA2XX_SOC && PXA_SHARP_C7xx 43 depends on SND_PXA2XX_SOC && PXA_SHARP_C7xx