]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: fix registration of the SoC card in the Freescale MPC8610 drivers
authorTimur Tabi <timur@freescale.com>
Mon, 19 Jan 2009 23:14:24 +0000 (17:14 -0600)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Tue, 20 Jan 2009 20:29:39 +0000 (20:29 +0000)
commit56e9dec870089a2430ffa35b4a971656bc62f608
tree6823e4c557a65ee4e225dd1b725f8a9e1b5a8041
parent439257b0f073f47b8f0a38dbdcf03cb89386a762
ASoC: fix registration of the SoC card in the Freescale MPC8610 drivers

The Freescale MPC8610 driver was defining two SOC card (snd_soc_card)
structures, partially initializing each one, but registering only one of
them with ASoC.

Signed-off-by: Timur Tabi <timur@freescale.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/fsl/mpc8610_hpcd.c