diff --git a/[refs] b/[refs] index d63cb31cf8e7..743afb466612 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: f4fd58d65e05850a80bba4ee3929e3b696fbc5eb +refs/heads/master: 04f8fd176c9c105dc0025486cfab9dc779288b3e diff --git a/trunk/sound/soc/soc-cache.c b/trunk/sound/soc/soc-cache.c index a9ebc078bea8..8c2a21a978ac 100644 --- a/trunk/sound/soc/soc-cache.c +++ b/trunk/sound/soc/soc-cache.c @@ -1361,7 +1361,7 @@ static int snd_soc_lzo_cache_init(struct snd_soc_codec *codec) goto err; } lzo_blocks[i]->sync_bmp = sync_bmp; - lzo_blocks[i]->sync_bmp_nbits = reg_size; + lzo_blocks[i]->sync_bmp_nbits = bmp_size; /* alloc the working space for the compressed block */ ret = snd_soc_lzo_prepare(lzo_blocks[i]); if (ret < 0)