ASoC: fsl: mpc5200 add missing information to snd_soc_dai_driver
authorEric Millbrandt <emillbrandt@dekaresearch.com>
Thu, 13 Sep 2012 21:43:12 +0000 (17:43 -0400)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Wed, 19 Sep 2012 03:04:08 +0000 (23:04 -0400)
commita4f7b70dc73d611680a485150f2b11bcf23a2d01
treeaf5ea7dcdebed406489fd7c65f0fcdfac657c69b
parentf515b67381de0a4a28d639e0f1bb587a3a49f0d2
ASoC: fsl: mpc5200 add missing information to snd_soc_dai_driver

Add missing dai_driver information to avoid these runtime errors

[   16.433788] asoc: error - multiple DAI f0002c00.i2s registered with no name
[   16.453551] Failed to register DAI
[   16.461222] mpc5200-psc-i2s: probe of f0002c00.i2s failed with error -22
[   16.475242] asoc: error - multiple DAI f0002000.ac97 registered with no name
[   16.488087] mpc5200-psc-ac97 f0002000.ac97: Failed to register DAI
[   16.502222] mpc5200-psc-ac97: probe of f0002000.ac97 failed with error -22

Signed-off-by: Eric Millbrandt <emillbrandt@dekaresearch.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/fsl/mpc5200_psc_ac97.c
sound/soc/fsl/mpc5200_psc_i2s.c
This page took 0.026188 seconds and 5 git commands to generate.