ASoC: uda134x: Move state struct allocation to bus probe
authorLars-Peter Clausen <lars@metafoo.de>
Mon, 13 Jul 2015 10:26:45 +0000 (12:26 +0200)
committerMark Brown <broonie@kernel.org>
Mon, 13 Jul 2015 10:51:35 +0000 (11:51 +0100)
Resource allocations should be done in the bus probe rather than the CODEC
probe. Move the allocation of the drivers state struct there.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Mark Brown <broonie@kernel.org>

No differences found