commit | 88a8fe3df65fa0229b04f1c03411062230091cdd | [log] [tgz] |
---|---|---|
author | Lars-Peter Clausen <lars@metafoo.de> | Mon Jun 16 18:13:11 2014 +0200 |
committer | Mark Brown <broonie@linaro.org> | Sat Jun 21 21:36:09 2014 +0100 |
tree | acd0492c3050cb7b8fa4d44c459d34be8ecb9858 | |
parent | 9420d97b3f8672478696ae9c3e33051243e1f4a0 [diff] |
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>