diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-11-16 18:39:19 +0000 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-11-17 18:32:51 +0000 |
commit | 11e713a07e0c03e2202ad1e87cd91d45842ce3da (patch) | |
tree | a39939f58df36e0a1fd0aa4a748a7692a3154f22 | |
parent | bcbb243396b82b0369465e9a547b7d5278cd26ad (diff) | |
download | op-kernel-dev-11e713a07e0c03e2202ad1e87cd91d45842ce3da.zip op-kernel-dev-11e713a07e0c03e2202ad1e87cd91d45842ce3da.tar.gz |
ASoC: Fix register cache setup WM8994 for multi-component
During the multi-component conversion the WM8994 register cache init
got lost.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
-rw-r--r-- | 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 0db59c3..830dfdd66 100644 --- a/sound/soc/codecs/wm8994.c +++ b/sound/soc/codecs/wm8994.c @@ -3903,6 +3903,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; |