mirror of
https://github.com/torvalds/linux.git
synced 2024-11-12 07:01:57 +00:00
ASoC: Fix wm8995 regmap usage
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
This commit is contained in:
parent
9215aa4d96
commit
6f8d272a44
@ -2051,6 +2051,7 @@ static int wm8995_probe(struct snd_soc_codec *codec)
|
||||
wm8995 = snd_soc_codec_get_drvdata(codec);
|
||||
wm8995->codec = codec;
|
||||
|
||||
codec->control_data = wm8995->regmap;
|
||||
ret = snd_soc_codec_set_cache_io(codec, 16, 16, SND_SOC_REGMAP);
|
||||
if (ret < 0) {
|
||||
dev_err(codec->dev, "Failed to set cache i/o: %d\n", ret);
|
||||
|
Loading…
Reference in New Issue
Block a user