[alsa-devel] [PATCH] ASoC: Fix register cache setup WM8994 for multi-component
Mark Brown
broonie at opensource.wolfsonmicro.com
Tue Nov 16 19:53:40 CET 2010
During the multi-component conversion the WM8994 register cache init
got lost.
Signed-off-by: Mark Brown <broonie at opensource.wolfsonmicro.com>
---
sound/soc/codecs/wm8994.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/sound/soc/codecs/wm8994.c b/sound/soc/codecs/wm8994.c
index 363b3ba..f598ca0 100644
--- a/sound/soc/codecs/wm8994.c
+++ b/sound/soc/codecs/wm8994.c
@@ -4342,6 +4342,8 @@ static int wm8994_codec_probe(struct snd_soc_codec *codec)
return -ENOMEM;
snd_soc_codec_set_drvdata(codec, wm8994);
+ codec->reg_cache = &wm8994->reg_cache;
+
wm8994->pdata = dev_get_platdata(codec->dev->parent);
wm8994->codec = codec;
--
1.7.1
More information about the Alsa-devel
mailing list