[alsa-devel] [PATCH] ASoC: Fix register cache setup WM8994 for multi-component
16 Nov
2010
16 Nov
'10
6:53 p.m.
During the multi-component conversion the WM8994 register cache init got lost.
Signed-off-by: Mark Brown broonie@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
5097
Age (days ago)
5097
Last active (days ago)
0 comments
1 participants
participants (1)
-
Mark Brown