]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: twl6040: Replace direct snd_soc_codec dapm field access
authorLars-Peter Clausen <lars@metafoo.de>
Fri, 15 May 2015 10:33:00 +0000 (12:33 +0200)
committerMark Brown <broonie@kernel.org>
Fri, 15 May 2015 15:48:57 +0000 (16:48 +0100)
commitd10f6a0c1add6c6bd6cd36958b57f6924988ba4f
treebd49b32bb1ef9effa77008560d3f04138e048c6d
parentf3adb705f4eb35cc083d308a15f697a7e2c2b280
ASoC: twl6040: Replace direct snd_soc_codec dapm field access

The dapm field of the snd_soc_codec struct is eventually going to be
removed, in preparation for this replace all manual access to
codec->dapm with snd_soc_codec_get_dapm().

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/twl6040.c