ASoC: lowland: Use card DAPM context to access widgets
authorLars-Peter Clausen <lars@metafoo.de>
Sun, 3 May 2015 17:27:06 +0000 (19:27 +0200)
committerMark Brown <broonie@kernel.org>
Mon, 4 May 2015 12:51:19 +0000 (13:51 +0100)
commit239ad6a18142271ac0cb332671c199d28d144f7f
tree56e7d3e78ab85209ec65f14be087fec0ec322d15
parent29ea3ac109960d5e354f55c81a8e62dbb01779c0
ASoC: lowland: Use card DAPM context to access widgets

The dapm field of the snd_soc_codec struct will eventually be removed
(replaced with the DAPM context from the component embedded inside the
CODEC). Replace its usage with the card's DAPM context. The idea is that
DAPM is hierarchical and with the card at the root it is possible to access
widgets from other contexts through the card context.

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/lowland.c
This page took 0.024642 seconds and 5 git commands to generate.