diff options
Diffstat (limited to 'sound/soc/codecs/wm8997.c')
-rw-r--r-- | sound/soc/codecs/wm8997.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sound/soc/codecs/wm8997.c b/sound/soc/codecs/wm8997.c index e10f44d7fdb7..004186b6bd48 100644 --- a/sound/soc/codecs/wm8997.c +++ b/sound/soc/codecs/wm8997.c | |||
@@ -1053,9 +1053,7 @@ static int wm8997_codec_probe(struct snd_soc_codec *codec) | |||
1053 | struct wm8997_priv *priv = snd_soc_codec_get_drvdata(codec); | 1053 | struct wm8997_priv *priv = snd_soc_codec_get_drvdata(codec); |
1054 | int ret; | 1054 | int ret; |
1055 | 1055 | ||
1056 | codec->control_data = priv->core.arizona->regmap; | 1056 | ret = snd_soc_codec_set_cache_io(codec, priv->core.arizona->regmap); |
1057 | |||
1058 | ret = snd_soc_codec_set_cache_io(codec, 32, 16, SND_SOC_REGMAP); | ||
1059 | if (ret != 0) | 1057 | if (ret != 0) |
1060 | return ret; | 1058 | return ret; |
1061 | 1059 | ||