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 58f0551eed2d..2b9bfa53efbf 100644
--- a/sound/soc/codecs/wm8983.c
+++ b/sound/soc/codecs/wm8983.c
@@ -995,12 +995,6 @@ static int wm8983_probe(struct snd_soc_codec *codec)
995 int ret; 995 int ret;
996 int i; 996 int i;
997 997
998 ret = snd_soc_codec_set_cache_io(codec, 7, 9, SND_SOC_REGMAP);
999 if (ret < 0) {
1000 dev_err(codec->dev, "Failed to set cache i/o: %d\n", ret);
1001 return ret;
1002 }
1003
1004 ret = snd_soc_write(codec, WM8983_SOFTWARE_RESET, 0); 998 ret = snd_soc_write(codec, WM8983_SOFTWARE_RESET, 0);
1005 if (ret < 0) { 999 if (ret < 0) {
1006 dev_err(codec->dev, "Failed to issue reset: %d\n", ret); 1000 dev_err(codec->dev, "Failed to issue reset: %d\n", ret);