ASoC: Factor out snd_soc_init_card()
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Tue, 3 Nov 2009 22:13:13 +0000 (22:13 +0000)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Tue, 3 Nov 2009 22:14:43 +0000 (22:14 +0000)
snd_soc_init_card() is always called as the last part of the CODEC probe
function so we can factor it out into the core card setup rather than
have each CODEC replicate the code to do the initialiastation. This will
be required to support multiple CODECs per card.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>

No differences found