ASoC: use snd_soc_component_get_dapm()
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Fri, 25 Aug 2017 01:06:04 +0000 (01:06 +0000)
committerMark Brown <broonie@kernel.org>
Fri, 25 Aug 2017 13:57:13 +0000 (14:57 +0100)
commit88c27465dc7e3f11c43de295f623c44f593a0912
treef4646c4c99a69104580416c321f3157cdb3d9e50
parent6a6dafda937cfcdbbfe46a3e093de8bb929ba52d
ASoC: use snd_soc_component_get_dapm()

Now we have snd_soc_component_get_dapm(),
and as soc.h say below, let's use it.

/* Don't use these, use snd_soc_component_get_dapm() */
struct snd_soc_dapm_context dapm;

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/soc-core.c