diff options
Diffstat (limited to 'sound/soc/codecs/da9055.c')
-rw-r--r-- | sound/soc/codecs/da9055.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sound/soc/codecs/da9055.c b/sound/soc/codecs/da9055.c index 52b79a487ac7..f0a371dbaee3 100644 --- a/sound/soc/codecs/da9055.c +++ b/sound/soc/codecs/da9055.c | |||
@@ -1381,16 +1381,8 @@ static int da9055_set_bias_level(struct snd_soc_codec *codec, | |||
1381 | 1381 | ||
1382 | static int da9055_probe(struct snd_soc_codec *codec) | 1382 | static int da9055_probe(struct snd_soc_codec *codec) |
1383 | { | 1383 | { |
1384 | int ret; | ||
1385 | struct da9055_priv *da9055 = snd_soc_codec_get_drvdata(codec); | 1384 | struct da9055_priv *da9055 = snd_soc_codec_get_drvdata(codec); |
1386 | 1385 | ||
1387 | codec->control_data = da9055->regmap; | ||
1388 | ret = snd_soc_codec_set_cache_io(codec, 8, 8, SND_SOC_REGMAP); | ||
1389 | if (ret < 0) { | ||
1390 | dev_err(codec->dev, "Failed to set cache I/O: %d\n", ret); | ||
1391 | return ret; | ||
1392 | } | ||
1393 | |||
1394 | /* Enable all Gain Ramps */ | 1386 | /* Enable all Gain Ramps */ |
1395 | snd_soc_update_bits(codec, DA9055_AUX_L_CTRL, | 1387 | snd_soc_update_bits(codec, DA9055_AUX_L_CTRL, |
1396 | DA9055_GAIN_RAMPING_EN, DA9055_GAIN_RAMPING_EN); | 1388 | DA9055_GAIN_RAMPING_EN, DA9055_GAIN_RAMPING_EN); |