The series removes the use of imx-pcm-audio/imx-fiq-pcm-audio platform device, and deletes imx-pcm driver by moving the functions needed by imx-pcm-fiq driver into imx-pcm-fiq.c. This can be done because imx-pcm-dma has moved to generic dmaengine pcm driver and does not use any helper from imx-pcm driver now.
Shawn Guo (5): ASoC: fsl: remove use of imx-pcm-audio from fsl_ssi ASoC: fsl: remove use of imx-pcm-audio from imx-ssi ASoC: fsl: create function imx_pcm_fiq_exit() ASoC: fsl: remove use of imx-fiq-pcm-audio from imx-ssi ASoC: fsl: remove imx-pcm driver
sound/soc/fsl/Kconfig | 5 -- sound/soc/fsl/Makefile | 11 +-- sound/soc/fsl/eukrea-tlv320.c | 2 +- sound/soc/fsl/fsl_ssi.c | 13 ++-- sound/soc/fsl/imx-mc13783.c | 2 +- sound/soc/fsl/imx-pcm-dma.c | 2 + sound/soc/fsl/imx-pcm-fiq.c | 92 +++++++++++++++++++++++++ sound/soc/fsl/imx-pcm.c | 145 --------------------------------------- sound/soc/fsl/imx-pcm.h | 10 +-- sound/soc/fsl/imx-sgtl5000.c | 2 +- sound/soc/fsl/imx-ssi.c | 44 +++--------- sound/soc/fsl/imx-ssi.h | 3 - sound/soc/fsl/mx27vis-aic32x4.c | 2 +- sound/soc/fsl/phycore-ac97.c | 2 +- sound/soc/fsl/wm1133-ev1.c | 2 +- 15 files changed, 122 insertions(+), 215 deletions(-) delete mode 100644 sound/soc/fsl/imx-pcm.c