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