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)
commitf15c444e58ed5b5dfc6056249ef8a74d00118be3
treed15a5faa265a692ed61caad1a0de61fdc7884162
parentd770e558e21961ad6cfdf0ff7df0eb5d7d4f0754
ASoC: uda134x: Move state struct allocation to bus probe

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>
sound/soc/codecs/uda134x.c
This page took 0.024172 seconds and 5 git commands to generate.