Mark the mpc5200 i2s driver BROKEN and lay out a foundation for fixing it. Separate out the mpc5200 core DMA routines from mpc5200_psc_i2s.c into a standalone mpc5200_dma.c. No intention to change how anything works, this is just a code reorg needed for later patches to build on. --- Jon Smirl (4): Rename exports in mpc5200_dma.c Rename the PSC functions to DMA Basic split of mpc5200 DMA code out from mpc5200_psc_i2s Set the MPC5200 i2s driver to BROKEN status. sound/soc/fsl/Kconfig | 6 sound/soc/fsl/Makefile | 2 sound/soc/fsl/mpc5200_dma.c | 463 ++++++++++++++++++++++++++++ sound/soc/fsl/mpc5200_dma.h | 81 +++++ sound/soc/fsl/mpc5200_psc_i2s.c | 644 +++++---------------------------------- 5 files changed, 633 insertions(+), 563 deletions(-) create mode 100644 sound/soc/fsl/mpc5200_dma.c create mode 100644 sound/soc/fsl/mpc5200_dma.h -- Jon Smirl jonsmirl@xxxxxxxxx _______________________________________________ Alsa-devel mailing list Alsa-devel@xxxxxxxxxxxxxxxx http://mailman.alsa-project.org/mailman/listinfo/alsa-devel