]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ASoC: mmp: add sspa support
authorZhangfei Gao <zhangfei.gao@marvell.com>
Mon, 11 Jun 2012 10:04:39 +0000 (18:04 +0800)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Wed, 13 Jun 2012 12:13:39 +0000 (13:13 +0100)
commitfa375d42f0e531b7ca4316ea9fd5444e01d585e8
treee4c3284ecf74a37f52ff54ceacd4cf3ab5db2d18
parent7a824e214e25a49442fe868dac0af8a904b24f58
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>
sound/soc/pxa/Kconfig
sound/soc/pxa/Makefile
sound/soc/pxa/mmp-sspa.c [new file with mode: 0644]
sound/soc/pxa/mmp-sspa.h [new file with mode: 0644]