]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: speyside: Use snd_soc_codec_get_dapm()
authorLars-Peter Clausen <lars@metafoo.de>
Sun, 3 May 2015 17:27:10 +0000 (19:27 +0200)
committerMark Brown <broonie@kernel.org>
Mon, 4 May 2015 12:51:20 +0000 (13:51 +0100)
commit64ee6bd24639740966b3eacddcb54d120adfdd88
treeda018d2ae02f6cf246b92a1c16839a4a97b12eb1
parentf75c3c3e24c36db7b72914701b99d88c75463bd7
ASoC: speyside: Use snd_soc_codec_get_dapm()

The dapm field of the snd_soc_codec struct is eventually going to be
removed. Replace direct access to it with snd_soc_codec_get_dapm(), which
will return the DAPM context for the CODEC.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Acked-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/samsung/speyside.c