]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb45794478f035739b3e058b54f4f0c303bb0f38a
tree457256ca5009b357cbf45219c26e039f02035d09
parentf3bd4ede3cc81d9745e39209e915446dacf1bfae
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