diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2014-11-10 22:41:49 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2014-11-18 15:37:58 +0000 |
commit | ca005f324ee38308b319c693f40523d959027acf (patch) | |
tree | 7e8abc28b18db78baf1e98c5c8bf9ce186be9f75 /sound/soc/soc-core.c | |
parent | bdfd60e3c0affb914549f1d22e8aeef71e7828e6 (diff) | |
download | linux-stable-ca005f324ee38308b319c693f40523d959027acf.tar.gz linux-stable-ca005f324ee38308b319c693f40523d959027acf.tar.bz2 linux-stable-ca005f324ee38308b319c693f40523d959027acf.zip |
ASoC: ac97: Drop support for setting platform data via the CPU DAI
This has no users since commit f0fba2ad1b6b ("ASoC: multi-component - ASoC
Multi-Component Support") which was almost 5 years ago. Given that this runs
after CODEC probe functions have been run it also doesn't seem to be that
useful.
So drop it altogether to make the code simpler.
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/soc-core.c')
-rw-r--r-- | sound/soc/soc-core.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/soc/soc-core.c b/sound/soc/soc-core.c index 026722f5ebf4..d883b4ad03ac 100644 --- a/sound/soc/soc-core.c +++ b/sound/soc/soc-core.c @@ -1375,8 +1375,6 @@ static int soc_probe_link_dais(struct snd_soc_card *card, int num, int order) } } - snd_soc_ac97_add_pdata(rtd); - return 0; } |