From: Axel Lin Date: Mon, 22 Nov 2010 00:20:54 +0000 (+0800) Subject: ASoC: stac9766 - set reg_cache_default to stac9766_reg X-Git-Tag: v2.6.37-rc4~14^2^2~25 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=13a2e06c5898d27aadabfdb9830169101b21432f;p=~shefty%2Frdma-dev.git ASoC: stac9766 - set reg_cache_default to stac9766_reg Looks like this is missing during multi-component conversion. Signed-off-by: Axel Lin Acked-by: Liam Girdwood Signed-off-by: Mark Brown --- diff --git a/sound/soc/codecs/stac9766.c b/sound/soc/codecs/stac9766.c index 00d67cc8e20..061f9e5a497 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)