summaryrefslogtreecommitdiff
path: root/sound/soc/codecs/wm8971.c
diff options
context:
space:
mode:
authorLars-Peter Clausen <lars@metafoo.de>2014-08-20 11:08:49 (GMT)
committerMark Brown <broonie@linaro.org>2014-09-06 13:46:30 (GMT)
commit0634814fe0f29a46c44386a03f259f99c983bf7e (patch)
tree5225f367554fba11a2fadfa0234d72acbbeb15ff /sound/soc/codecs/wm8971.c
parent923976a30b36ce0970e88f53ed2f2b5b61aeeb73 (diff)
downloadlinux-0634814fe0f29a46c44386a03f259f99c983bf7e.tar.xz
ASoC: Remove table based DAPM/control setup support from snd_soc_platform_driver
There are no users left and new users should rather use the component_driver struct embedded in the snd_soc_platform_driver struct to do this. E.g.: static const struct snd_soc_platform_driver foobar_driver = { .component_driver = { .dapm_widgets = ..., .num_dapm_widgets = ..., ..., }, ... }; instead of static const struct snd_soc_platform_driver foobar_driver = { .dapm_widgets = ..., .num_dapm_widgets = ..., ... }; This also allows us to remove the steal_sibling_dai_widgets hack. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'sound/soc/codecs/wm8971.c')
0 files changed, 0 insertions, 0 deletions