ASoC: Rename snd_soc_register_card() to snd_soc_init_card()
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Fri, 28 Nov 2008 11:49:07 +0000 (11:49 +0000)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Mon, 1 Dec 2008 19:58:50 +0000 (19:58 +0000)
Currently ASoC card initialisation is completed by a function called
snd_soc_register_card().  As part of the work to allow independant
registration of cards, codecs and machines in ASoC v2 a new function of
the same name has been added so rename the existing function to
facilitate the merge of v2.

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

No differences found