diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-11-22 20:33:12 +0000 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-11-22 20:33:12 +0000 |
commit | cbe80def41f2f12b1b4f8b5c4eb048d50d842d6e (patch) | |
tree | a7183a2c7caf5249bd355c55f5956a948defaac6 /sound/soc/codecs/stac9766.c | |
parent | c7b642911ea0fa9168425757752f094a1255209a (diff) | |
parent | eba19fdd818dfec3782ff095591e51c9bd617403 (diff) |
Merge branch 'for-2.6.37' into for-2.6.38
Diffstat (limited to 'sound/soc/codecs/stac9766.c')
-rw-r--r-- | sound/soc/codecs/stac9766.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/stac9766.c b/sound/soc/codecs/stac9766.c index 7f2773038242..78b2b50271e2 100644 --- a/sound/soc/codecs/stac9766.c +++ b/sound/soc/codecs/stac9766.c @@ -383,6 +383,7 @@ static struct snd_soc_codec_driver soc_codec_dev_stac9766 = { .reg_cache_size = sizeof(stac9766_reg), .reg_word_size = sizeof(u16), .reg_cache_step = 2, + .reg_cache_default = stac9766_reg, }; static __devinit int stac9766_probe(struct platform_device *pdev) |