]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ASoC: dapm: Remove platform field from widget and dapm context struct
authorLars-Peter Clausen <lars@metafoo.de>
Mon, 16 Jun 2014 16:13:11 +0000 (18:13 +0200)
committerMark Brown <broonie@linaro.org>
Sat, 21 Jun 2014 20:36:09 +0000 (21:36 +0100)
commit88a8fe3df65fa0229b04f1c03411062230091cdd
treeacd0492c3050cb7b8fa4d44c459d34be8ecb9858
parent9420d97b3f8672478696ae9c3e33051243e1f4a0
ASoC: dapm: Remove platform field from widget and dapm context struct

The platform field in the snd_soc_dapm_widget and snd_soc_dapm_context structs
is now unused can be removed. New code that wants to get the platform for a
widget or dapm context should use snd_soc_dapm_to_platform(w->dapm) or
snd_soc_dapm_to_platform(dapm).

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Mark Brown <broonie@linaro.org>
include/sound/soc-dapm.h
sound/soc/soc-core.c
sound/soc/soc-dapm.c