]> Pileus Git - ~andy/linux/commit
ASoC: fsl: remove use of imx-pcm-audio from imx-ssi
authorShawn Guo <shawn.guo@linaro.org>
Thu, 25 Apr 2013 03:18:47 +0000 (11:18 +0800)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Wed, 15 May 2013 05:27:27 +0000 (09:27 +0400)
commit3b7d46380beae3de4a0f03ba4dcbd509c97ab503
tree0b80e050e632cf2821fedcf069a32f7a7b3edd93
parentbd41bc9696b5631b2c2fe26f40c8cdd99b3aeb3e
ASoC: fsl: remove use of imx-pcm-audio from imx-ssi

Rather than instantiating imx-pcm-audio to call imx_pcm_dma_init(),
imx-ssi can just directly call it to save the use of imx-pcm-audio.
With this change, imx-ssi becomes not only a cpu DAI but also a
platform device, so updates platform device setup in imx-mc13783 and
mx27vis-aic32x4 accordingly.

Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/fsl/imx-mc13783.c
sound/soc/fsl/imx-ssi.c
sound/soc/fsl/imx-ssi.h
sound/soc/fsl/mx27vis-aic32x4.c