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)
commit8a9dee59a345f96757dd45699de1c4182d8bf9a9
tree6823e4c557a65ee4e225dd1b725f8a9e1b5a8041
parent591046cfc5f1b452db0a4557850ad7f394e38231
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