aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/wm8983.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/codecs/wm8983.c')
-rw-r--r--sound/soc/codecs/wm8983.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/sound/soc/codecs/wm8983.c b/sound/soc/codecs/wm8983.c
index aa41ba0dfff4..84aa09319ba1 100644
--- a/sound/soc/codecs/wm8983.c
+++ b/sound/soc/codecs/wm8983.c
@@ -1000,12 +1000,6 @@ static int wm8983_probe(struct snd_soc_codec *codec)
1000 int ret; 1000 int ret;
1001 int i; 1001 int i;
1002 1002
1003 ret = snd_soc_codec_set_cache_io(codec, 7, 9, SND_SOC_REGMAP);
1004 if (ret < 0) {
1005 dev_err(codec->dev, "Failed to set cache i/o: %d\n", ret);
1006 return ret;
1007 }
1008
1009 ret = snd_soc_write(codec, WM8983_SOFTWARE_RESET, 0); 1003 ret = snd_soc_write(codec, WM8983_SOFTWARE_RESET, 0);
1010 if (ret < 0) { 1004 if (ret < 0) {
1011 dev_err(codec->dev, "Failed to issue reset: %d\n", ret); 1005 dev_err(codec->dev, "Failed to issue reset: %d\n", ret);