]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - sound/soc/soc-core.c
Merge branch 'topic/fix/asoc' into topic/asoc
[linux-2.6-omap-h63xx.git] / sound / soc / soc-core.c
index 8f384df941fd410bb12ddcb1f817ddf1d44909ba..1a173682965ab43977c5f5ace6e03a9389411efc 100644 (file)
@@ -1555,7 +1555,7 @@ int snd_soc_info_volsw(struct snd_kcontrol *kcontrol,
        struct soc_mixer_control *mc =
                (struct soc_mixer_control *)kcontrol->private_value;
        int max = mc->max;
-       unsigned int shift = mc->min;
+       unsigned int shift = mc->shift;
        unsigned int rshift = mc->rshift;
 
        if (max == 1)