diff options
author | Takashi Iwai <tiwai@suse.de> | 2010-11-26 17:17:42 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2010-11-26 17:17:42 +0100 |
commit | 37fa84d8e647e584bf1b71bdff0330049e34f5ef (patch) | |
tree | 6575dc8f4771be4677a2810756b1be518db1eb55 /sound/soc/codecs/stac9766.c | |
parent | 5a8cfb4e8ae317d283f84122ed20faa069c5e0c4 (diff) | |
parent | 25436180ee8bed6740f29d92c2030c759885c147 (diff) |
Merge branch 'fix/asoc' into for-linus
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 00d67cc8e206..061f9e5a497b 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) |