diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2014-11-10 16:41:51 -0500 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2014-11-18 10:37:59 -0500 |
commit | 4bafcf074aca3bd191e4d93c6a140ca52654f192 (patch) | |
tree | de429f5b3d5e12e072c4ef245be24f36e86d49a9 /sound/soc/codecs/wm9705.c | |
parent | 6794f709b7124ff1e574c4f4c9494418ab56c4b4 (diff) |
ASoC: Drop ac97_control initialization from CODEC driver DAIs
This is no longer necessary as there is no code anymore that uses this for
CODEC DAIs.
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Acked-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/wm9705.c')
-rw-r--r-- | sound/soc/codecs/wm9705.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm9705.c b/sound/soc/codecs/wm9705.c index 2cb8a31819fa..5b5118ba1526 100644 --- a/sound/soc/codecs/wm9705.c +++ b/sound/soc/codecs/wm9705.c | |||
@@ -263,7 +263,6 @@ static const struct snd_soc_dai_ops wm9705_dai_ops = { | |||
263 | static struct snd_soc_dai_driver wm9705_dai[] = { | 263 | static struct snd_soc_dai_driver wm9705_dai[] = { |
264 | { | 264 | { |
265 | .name = "wm9705-hifi", | 265 | .name = "wm9705-hifi", |
266 | .ac97_control = 1, | ||
267 | .playback = { | 266 | .playback = { |
268 | .stream_name = "HiFi Playback", | 267 | .stream_name = "HiFi Playback", |
269 | .channels_min = 1, | 268 | .channels_min = 1, |