diff options
Diffstat (limited to 'sound/soc/codecs/wm8991.c')
-rw-r--r-- | sound/soc/codecs/wm8991.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sound/soc/codecs/wm8991.c b/sound/soc/codecs/wm8991.c index 32d219570cca..844cc4a60d66 100644 --- a/sound/soc/codecs/wm8991.c +++ b/sound/soc/codecs/wm8991.c | |||
@@ -1248,14 +1248,6 @@ static int wm8991_remove(struct snd_soc_codec *codec) | |||
1248 | 1248 | ||
1249 | static int wm8991_probe(struct snd_soc_codec *codec) | 1249 | static int wm8991_probe(struct snd_soc_codec *codec) |
1250 | { | 1250 | { |
1251 | int ret; | ||
1252 | |||
1253 | ret = snd_soc_codec_set_cache_io(codec, 8, 16, SND_SOC_REGMAP); | ||
1254 | if (ret < 0) { | ||
1255 | dev_err(codec->dev, "Failed to set cache i/o: %d\n", ret); | ||
1256 | return ret; | ||
1257 | } | ||
1258 | |||
1259 | wm8991_set_bias_level(codec, SND_SOC_BIAS_STANDBY); | 1251 | wm8991_set_bias_level(codec, SND_SOC_BIAS_STANDBY); |
1260 | 1252 | ||
1261 | return 0; | 1253 | return 0; |