]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: Move DAPM paths from DAPM context to snd_soc_card
authorJarkko Nikula <jhnikula@gmail.com>
Tue, 14 Dec 2010 10:18:30 +0000 (12:18 +0200)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Wed, 15 Dec 2010 18:00:41 +0000 (18:00 +0000)
commitdff9ba794541fa682db6c4805962e02e5b4df896
tree639742e20df719e585f1f31896112fa08314f7a6
parent96280dff0a369f75d039dea67c2e7d438945955b
ASoC: Move DAPM paths from DAPM context to snd_soc_card

Decoupling DAPM paths from DAPM context is a first prerequisite when
extending ASoC core to cross-device paths. This patch is almost a nullop and
does not allow to construct cross-device setup but the path clean-up part in
dapm_free_widgets is prepared to remove cross-device paths between a device
being removed and others.

Signed-off-by: Jarkko Nikula <jhnikula@gmail.com>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
include/sound/soc-dapm.h
include/sound/soc.h
sound/soc/codecs/tlv320aic3x.c
sound/soc/soc-core.c
sound/soc/soc-dapm.c