diff options
Diffstat (limited to 'sound/soc/codecs/cs42l51.c')
-rw-r--r-- | sound/soc/codecs/cs42l51.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sound/soc/codecs/cs42l51.c b/sound/soc/codecs/cs42l51.c index 828157779057..6c0da2baa154 100644 --- a/sound/soc/codecs/cs42l51.c +++ b/sound/soc/codecs/cs42l51.c | |||
@@ -487,12 +487,6 @@ static int cs42l51_probe(struct snd_soc_codec *codec) | |||
487 | { | 487 | { |
488 | int ret, reg; | 488 | int ret, reg; |
489 | 489 | ||
490 | ret = snd_soc_codec_set_cache_io(codec, 8, 8, SND_SOC_REGMAP); | ||
491 | if (ret < 0) { | ||
492 | dev_err(codec->dev, "Failed to set cache I/O: %d\n", ret); | ||
493 | return ret; | ||
494 | } | ||
495 | |||
496 | /* | 490 | /* |
497 | * DAC configuration | 491 | * DAC configuration |
498 | * - Use signal processor | 492 | * - Use signal processor |