ASoC: fsl: pcm030-audio-fabric use snd_soc_register_card
authorEric Millbrandt <emillbrandt@dekaresearch.com>
Thu, 20 Sep 2012 14:36:44 +0000 (10:36 -0400)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Sat, 22 Sep 2012 15:01:15 +0000 (11:01 -0400)
commit084011615c1c885232e8d1fb5cc3f85c9d880d14
tree46fe84aa8463b4671a306b9d4647bc9c3aea22de
parentf99ddef0d8e02884b302701fb7acb6fe51a36749
ASoC: fsl: pcm030-audio-fabric use snd_soc_register_card

Convert pcm030-audio-fabric to use the new snd_soc_register_card api
instead of the older method of registering a separate platform device.
Create the dai_link to the mpc5200_psc_ac97 platform using the device tree.
Convert the pcm030-audio-fabric driver to a platform-driver and add a
remove function.

Signed-off-by: Eric Millbrandt <emillbrandt@dekaresearch.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/fsl/pcm030-audio-fabric.c