diff options
Diffstat (limited to 'sound/soc/codecs/wm8990.c')
-rw-r--r-- | sound/soc/codecs/wm8990.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sound/soc/codecs/wm8990.c b/sound/soc/codecs/wm8990.c index 0ccd4d8d043b..1487625551e7 100644 --- a/sound/soc/codecs/wm8990.c +++ b/sound/soc/codecs/wm8990.c | |||
@@ -1292,14 +1292,6 @@ static int wm8990_resume(struct snd_soc_codec *codec) | |||
1292 | */ | 1292 | */ |
1293 | static int wm8990_probe(struct snd_soc_codec *codec) | 1293 | static int wm8990_probe(struct snd_soc_codec *codec) |
1294 | { | 1294 | { |
1295 | int ret; | ||
1296 | |||
1297 | ret = snd_soc_codec_set_cache_io(codec, 8, 16, SND_SOC_REGMAP); | ||
1298 | if (ret < 0) { | ||
1299 | printk(KERN_ERR "wm8990: failed to set cache I/O: %d\n", ret); | ||
1300 | return ret; | ||
1301 | } | ||
1302 | |||
1303 | wm8990_reset(codec); | 1295 | wm8990_reset(codec); |
1304 | 1296 | ||
1305 | /* charge output caps */ | 1297 | /* charge output caps */ |