diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2014-08-20 11:08:49 (GMT) |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-09-06 13:46:30 (GMT) |
commit | 0634814fe0f29a46c44386a03f259f99c983bf7e (patch) | |
tree | 5225f367554fba11a2fadfa0234d72acbbeb15ff /sound/soc/sh | |
parent | 923976a30b36ce0970e88f53ed2f2b5b61aeeb73 (diff) | |
download | linux-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/sh')
0 files changed, 0 insertions, 0 deletions