From b70c96b44af260d321928f8203bf28ab97c830da Mon Sep 17 00:00:00 2001 From: Axel Lin Date: Wed, 23 Nov 2011 12:46:11 +0800 Subject: [PATCH] --- yaml --- r: 276283 b: refs/heads/master c: b284362b6b45150d171ff5bed92bc416b040aead h: refs/heads/master i: 276281: 555b441a62cfcee6bae88640caf2e042930c9a46 276279: c8c15496f61ca6031f65d09bb1b45b7c611915b8 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 ac7236caa333..0f1bcf0e9e73 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 4ca8af579c9748376db537575f7a811c179fe50a +refs/heads/master: b284362b6b45150d171ff5bed92bc416b040aead diff --git a/trunk/sound/soc/codecs/cs42l51.c b/trunk/sound/soc/codecs/cs42l51.c index 8c3c8205d19e..1ee66361f61b 100644 --- a/trunk/sound/soc/codecs/cs42l51.c +++ b/trunk/sound/soc/codecs/cs42l51.c @@ -555,7 +555,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), };