aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/wm9713.c
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@freescale.com>2012-09-10 13:10:10 -0300
committerMark Brown <broonie@opensource.wolfsonmicro.com>2012-09-11 11:26:03 +0800
commitdbad34eac26f3d31d168486ffb906b9f46657f63 (patch)
treed9c1499819a6ef6b6541abcd05fd98545fa63e11 /sound/soc/codecs/wm9713.c
parentASoC: Revert "ASoC: ab8500: Inform SoC Core that we have our own I/O arrangements" (diff)
downloadlinux-dev-dbad34eac26f3d31d168486ffb906b9f46657f63.tar.xz
linux-dev-dbad34eac26f3d31d168486ffb906b9f46657f63.zip
Revert "ASoC: AC97 doesn't use regmap by default"
Since commit 98d3088e5 (SoC: core: Fix check before defaulting to regmap) , it is not necessary to provide codec->control_data anymore. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/codecs/wm9713.c')
-rw-r--r--sound/soc/codecs/wm9713.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm9713.c b/sound/soc/codecs/wm9713.c
index d0b8a3287a85..3eb19fb71d17 100644
--- a/sound/soc/codecs/wm9713.c
+++ b/sound/soc/codecs/wm9713.c
@@ -1196,7 +1196,6 @@ static int wm9713_soc_probe(struct snd_soc_codec *codec)
if (wm9713 == NULL)
return -ENOMEM;
snd_soc_codec_set_drvdata(codec, wm9713);
- codec->control_data = wm9713; /* we don't use regmap! */
ret = snd_soc_new_ac97_codec(codec, &soc_ac97_ops, 0);
if (ret < 0)