OSDN Git Service

ASoC: imx: separate imx-pcm bits from imx-ssi driver
authorShawn Guo <shawn.guo@linaro.org>
Mon, 5 Mar 2012 14:30:55 +0000 (22:30 +0800)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Tue, 6 Mar 2012 00:03:08 +0000 (00:03 +0000)
commit4762fbab0b1cf1d4f3e02b78351dc6fa59ca564e
tree08c59b48b0b3f7e24f84820683f9961e5664da90
parentaf4872fb39301bbe196d0778f80d22ec51d8884b
ASoC: imx: separate imx-pcm bits from imx-ssi driver

Currently the imx-ssi.c[h] accommodates the imx-pcm common bits which
are shared between imx-pcm-dma-mx2 and imx-pcm-fiq drivers.  It assumes
that imx-pcm-dma-mx2 and imx-pcm-fiq will always be used together with
imx-ssi driver.  However this becomes untrue when we see that driver
sound/soc/fsl/fsl_ssi could possibly work with imx-pcm-dma-mx2 too.

The patch moves the imx-pcm common bits from imx-ssi.c[h] into new
files imx-pcm.c[h], and let imx-pcm-dma-mx2 and imx-pcm-fiq drivers
build it in, so that imx-pcm-dma-mx2 can work with no dependency on
imx-ssi driver.

Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Acked-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/imx/Kconfig
sound/soc/imx/Makefile
sound/soc/imx/imx-pcm-dma-mx2.c
sound/soc/imx/imx-pcm.c [new file with mode: 0644]
sound/soc/imx/imx-pcm.h [new file with mode: 0644]
sound/soc/imx/imx-ssi.c
sound/soc/imx/imx-ssi.h