This series is a respin of "mpc5200 ASoC fixups"
The mpc5200 ASoC and pcm030 board code compiled, but did not run after the multi-codec patches. This series add the missing pieces into the mpc5200 ASoC drivers and updates the pcm030 board to the current api.
Eric Millbrandt (7): powerpc/52xx: define FSL_SOC ASoC: fsl: mpc5200 combine psc_dma platform data ASoC: fsl: mpc5200 add missing information to snd_soc_dai_driver ASoC: fsl: cleanup headers in pcm030-audio-fabric ASoC: fsl: convert pcm030-audio-fabric to a platform-driver ASoC: fsl: convert pcm030-audio-fabric to use snd_soc_register_card ASoC: fsl: register the wm9712-codec
arch/powerpc/platforms/52xx/Kconfig | 1 + sound/soc/fsl/mpc5200_dma.c | 24 ++------- sound/soc/fsl/mpc5200_dma.h | 3 + sound/soc/fsl/mpc5200_psc_ac97.c | 10 ++++ sound/soc/fsl/mpc5200_psc_i2s.c | 8 +++ sound/soc/fsl/pcm030-audio-fabric.c | 100 +++++++++++++++++++++++++--------- 6 files changed, 99 insertions(+), 47 deletions(-)