]> git.proxmox.com Git - mirror_ubuntu-zesty-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)
commit1a3e2f1d6f65cb7cfb1e504e4337f1d31510ca6f
treeda018d2ae02f6cf246b92a1c16839a4a97b12eb1
parentd01d7d3dba3dc1e5fbf291f98dba6e8ff221f9f2
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