浏览代码

Merge branch 'for-3.2' into for-3.3

Mark Brown 13 年之前
父节点
当前提交
193b2f3f53
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      sound/soc/codecs/cs42l51.c

+ 1 - 1
sound/soc/codecs/cs42l51.c

@@ -552,7 +552,7 @@ static int cs42l51_probe(struct snd_soc_codec *codec)
 
 static struct snd_soc_codec_driver soc_codec_device_cs42l51 = {
 	.probe =	cs42l51_probe,
-	.reg_cache_size = CS42L51_NUMREGS,
+	.reg_cache_size = CS42L51_NUMREGS + 1,
 	.reg_word_size = sizeof(u8),
 };