diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-11-17 13:59:19 -0500 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-11-17 13:59:19 -0500 |
commit | 3df94756fe9026c6386ebd10501c2df85df3dbee (patch) | |
tree | f87c3c801f02ab6c4281624933f33b2ee3f32cea /sound/soc/codecs/wm8994.c | |
parent | 84dab5671bff4516781c14f4fba5a1e2be13be1e (diff) | |
parent | bedad0ca3fb2ba52c347b54a97b78d32e406dd96 (diff) |
Merge branch 'for-2.6.37' into for-2.6.38
Diffstat (limited to 'sound/soc/codecs/wm8994.c')
-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 f7dea3d34a3..bfdb7daeed2 100644 --- a/sound/soc/codecs/wm8994.c +++ b/sound/soc/codecs/wm8994.c | |||
@@ -3905,6 +3905,8 @@ static int wm8994_codec_probe(struct snd_soc_codec *codec) | |||
3905 | return -ENOMEM; | 3905 | return -ENOMEM; |
3906 | snd_soc_codec_set_drvdata(codec, wm8994); | 3906 | snd_soc_codec_set_drvdata(codec, wm8994); |
3907 | 3907 | ||
3908 | codec->reg_cache = &wm8994->reg_cache; | ||
3909 | |||
3908 | wm8994->pdata = dev_get_platdata(codec->dev->parent); | 3910 | wm8994->pdata = dev_get_platdata(codec->dev->parent); |
3909 | wm8994->codec = codec; | 3911 | wm8994->codec = codec; |
3910 | 3912 | ||