summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/ab8500-codec.c
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@freescale.com>2012-09-10 13:10:09 -0300
committerMark Brown <broonie@opensource.wolfsonmicro.com>2012-09-11 11:26:02 +0800
commit4ac7903f1d2cc3dce289d15ce6a6929e935983f5 (patch)
tree6480cdab4ec96d77801c4355c6a86270793a14d5 /sound/soc/codecs/ab8500-codec.c
parent57d9a477f908cd20c1b4da06fdfe864722487d8b (diff)
downloadlinux-stable-4ac7903f1d2cc3dce289d15ce6a6929e935983f5.tar.gz
linux-stable-4ac7903f1d2cc3dce289d15ce6a6929e935983f5.tar.bz2
linux-stable-4ac7903f1d2cc3dce289d15ce6a6929e935983f5.zip
ASoC: Revert "ASoC: ab8500: Inform SoC Core that we have our own I/O arrangements"
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/ab8500-codec.c')
-rw-r--r--sound/soc/codecs/ab8500-codec.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sound/soc/codecs/ab8500-codec.c b/sound/soc/codecs/ab8500-codec.c
index 3f46bffeb0c3..2c1c2524ef8c 100644
--- a/sound/soc/codecs/ab8500-codec.c
+++ b/sound/soc/codecs/ab8500-codec.c
@@ -2404,9 +2404,6 @@ static int ab8500_codec_probe(struct snd_soc_codec *codec)
dev_dbg(dev, "%s: Enter.\n", __func__);
- /* Inform SoC Core that we have our own I/O arrangements. */
- codec->control_data = (void *)true;
-
/* Setup AB8500 according to board-settings */
pdata = dev_get_platdata(dev->parent);