OSDN Git Service

ASoC: arizona: Access driver data through platform from compressed ops
authorCharles Keepax <ckeepax@opensource.wolfsonmicro.com>
Wed, 26 Oct 2016 16:06:40 +0000 (17:06 +0100)
committerMark Brown <broonie@kernel.org>
Wed, 26 Oct 2016 16:42:21 +0000 (17:42 +0100)
commit1095e281559d61ed05c1b33aa4c6b305fcc211df
tree457256ca5009b357cbf45219c26e039f02035d09
parent91495329dcf83f126791be20c493bacf6c2d550a
ASoC: arizona: Access driver data through platform from compressed ops

As the compressed ops run on the platform side of things we should
really access the driver data through the platform pointer rather than
the CODEC pointer. As the compressed DAIs in our systems always connect
our CODEC to our platform this has never been an issue, but should still
be corrected. Additionally it clears the way for future core refactoring
work.

Reported-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/cs47l24.c
sound/soc/codecs/wm5102.c
sound/soc/codecs/wm5110.c