]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: mxs: mxs-pcm does not need to be a plaform_driver
authorShawn Guo <shawn.guo@linaro.org>
Fri, 11 May 2012 14:24:16 +0000 (22:24 +0800)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Sat, 12 May 2012 10:04:58 +0000 (11:04 +0100)
commit6805b94a579485a27d5cc8e8e86595ecd6c31fa0
tree53904cf3ba487e755b1f32e76134b41dd001a6e1
parent851c51d854efa489df801866bc61f40084ff690d
ASoC: mxs: mxs-pcm does not need to be a plaform_driver

Same as the commit 74ce1f8 (ASoC: tegra: register 'platform' from DAIs,
get rid of pdev), it makes mxs-pcm not a platform_driver but helper to
register "platform", so that the platform_device for mxs-pcm can be
saved completely.

Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/mxs/mxs-pcm.c
sound/soc/mxs/mxs-pcm.h
sound/soc/mxs/mxs-saif.c
sound/soc/mxs/mxs-saif.h
sound/soc/mxs/mxs-sgtl5000.c