Searched hist:"239 ad6a18142271ac0cb332671c199d28d144f7f" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/sound/soc/samsung/ |
H A D | lowland.c | diff 239ad6a18142271ac0cb332671c199d28d144f7f Sun May 03 12:27:06 CDT 2015 Lars-Peter Clausen <lars@metafoo.de> 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>
|