aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/wm9712.c
diff options
context:
space:
mode:
authorLars-Peter Clausen <lars@metafoo.de>2014-11-10 22:41:51 +0100
committerMark Brown <broonie@kernel.org>2014-11-18 15:37:59 +0000
commit4bafcf074aca3bd191e4d93c6a140ca52654f192 (patch)
treede429f5b3d5e12e072c4ef245be24f36e86d49a9 /sound/soc/codecs/wm9712.c
parentASoC: ac97: Drop delayed device registration (diff)
downloadlinux-dev-4bafcf074aca3bd191e4d93c6a140ca52654f192.tar.xz
linux-dev-4bafcf074aca3bd191e4d93c6a140ca52654f192.zip
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/wm9712.c')
-rw-r--r--sound/soc/codecs/wm9712.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm9712.c b/sound/soc/codecs/wm9712.c
index 6b36223fd247..9fa794baa5f8 100644
--- a/sound/soc/codecs/wm9712.c
+++ b/sound/soc/codecs/wm9712.c
@@ -565,7 +565,6 @@ static const struct snd_soc_dai_ops wm9712_dai_ops_aux = {
static struct snd_soc_dai_driver wm9712_dai[] = {
{
.name = "wm9712-hifi",
- .ac97_control = 1,
.playback = {
.stream_name = "HiFi Playback",
.channels_min = 1,