diff options
author | Zhangfei Gao <zhangfei.gao@marvell.com> | 2012-06-11 06:04:39 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-06-13 08:13:39 -0400 |
commit | fa375d42f0e531b7ca4316ea9fd5444e01d585e8 (patch) | |
tree | e4c3284ecf74a37f52ff54ceacd4cf3ab5db2d18 /sound/soc/pxa/Makefile | |
parent | 7a824e214e25a49442fe868dac0af8a904b24f58 (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/Makefile')
-rw-r--r-- | sound/soc/pxa/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/pxa/Makefile b/sound/soc/pxa/Makefile index f913e9bfce4f..07b841746fc3 100644 --- a/sound/soc/pxa/Makefile +++ b/sound/soc/pxa/Makefile | |||
@@ -4,12 +4,14 @@ snd-soc-pxa2xx-ac97-objs := pxa2xx-ac97.o | |||
4 | snd-soc-pxa2xx-i2s-objs := pxa2xx-i2s.o | 4 | snd-soc-pxa2xx-i2s-objs := pxa2xx-i2s.o |
5 | snd-soc-pxa-ssp-objs := pxa-ssp.o | 5 | snd-soc-pxa-ssp-objs := pxa-ssp.o |
6 | snd-soc-mmp-objs := mmp-pcm.o | 6 | snd-soc-mmp-objs := mmp-pcm.o |
7 | snd-soc-mmp-sspa-objs := mmp-sspa.o | ||
7 | 8 | ||
8 | obj-$(CONFIG_SND_PXA2XX_SOC) += snd-soc-pxa2xx.o | 9 | obj-$(CONFIG_SND_PXA2XX_SOC) += snd-soc-pxa2xx.o |
9 | obj-$(CONFIG_SND_PXA2XX_SOC_AC97) += snd-soc-pxa2xx-ac97.o | 10 | obj-$(CONFIG_SND_PXA2XX_SOC_AC97) += snd-soc-pxa2xx-ac97.o |
10 | obj-$(CONFIG_SND_PXA2XX_SOC_I2S) += snd-soc-pxa2xx-i2s.o | 11 | obj-$(CONFIG_SND_PXA2XX_SOC_I2S) += snd-soc-pxa2xx-i2s.o |
11 | obj-$(CONFIG_SND_PXA_SOC_SSP) += snd-soc-pxa-ssp.o | 12 | obj-$(CONFIG_SND_PXA_SOC_SSP) += snd-soc-pxa-ssp.o |
12 | obj-$(CONFIG_SND_MMP_SOC) += snd-soc-mmp.o | 13 | obj-$(CONFIG_SND_MMP_SOC) += snd-soc-mmp.o |
14 | obj-$(CONFIG_SND_MMP_SOC_SSPA) += snd-soc-mmp-sspa.o | ||
13 | 15 | ||
14 | # PXA Machine Support | 16 | # PXA Machine Support |
15 | snd-soc-corgi-objs := corgi.o | 17 | snd-soc-corgi-objs := corgi.o |