From d0670d16db19cfe8f0e2e151bc2d6e122dfdd42f Mon Sep 17 00:00:00 2001 From: Mark Brown Date: Wed, 23 Nov 2011 13:12:38 +0000 Subject: [PATCH] --- yaml --- r: 283761 b: refs/heads/master c: 193b2f3f53690ca1f7409340dd9e63fcac1f6277 h: refs/heads/master i: 283759: 99cb88529f8f20030fd6dcafeadc83a2410a3c7a v: v3 --- [refs] | 2 +- trunk/sound/soc/codecs/cs42l51.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 8bb1f7f355c3..4284fe5e09e9 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 890754a878c887de50bc0c9f9041b8b73bd09937 +refs/heads/master: 193b2f3f53690ca1f7409340dd9e63fcac1f6277 diff --git a/trunk/sound/soc/codecs/cs42l51.c b/trunk/sound/soc/codecs/cs42l51.c index e378c4d52027..2f268f20268a 100644 --- a/trunk/sound/soc/codecs/cs42l51.c +++ b/trunk/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), };