diff options
author | Zhangfei Gao <zhangfei.gao@marvell.com> | 2012-06-11 10:04:39 (GMT) |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-06-13 12:13:39 (GMT) |
commit | fa375d42f0e531b7ca4316ea9fd5444e01d585e8 (patch) | |
tree | e4c3284ecf74a37f52ff54ceacd4cf3ab5db2d18 /sound/soc/pxa/Kconfig | |
parent | 7a824e214e25a49442fe868dac0af8a904b24f58 (diff) | |
download | linux-fa375d42f0e531b7ca4316ea9fd5444e01d585e8.tar.xz |
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/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/soc/pxa/Kconfig b/sound/soc/pxa/Kconfig index 5d76e29..6c3d00b 100644 --- a/sound/soc/pxa/Kconfig +++ b/sound/soc/pxa/Kconfig @@ -35,6 +35,9 @@ config SND_PXA_SOC_SSP tristate select PXA_SSP +config SND_MMP_SOC_SSPA + tristate + config SND_PXA2XX_SOC_CORGI tristate "SoC Audio support for Sharp Zaurus SL-C7x0" depends on SND_PXA2XX_SOC && PXA_SHARP_C7xx |