ASoC: ad193x: move codec register/unregister to bus probe/remove
authorBarry Song <21cnbao@gmail.com>
Mon, 29 Mar 2010 03:16:00 +0000 (11:16 +0800)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Mon, 29 Mar 2010 20:02:24 +0000 (21:02 +0100)
The way i've factored out the bus probe and removal functions so
that there's no code in the individual I2C and SPI functions means
that the register() and unregister() functions could just be squashed
into the bus_probe() and bus_remove() functions.

Signed-off-by: Barry Song <21cnbao@gmail.com>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>

No differences found