Merge branch 'topic/fix/asoc' into topic/asoc

Šī revīzija ir iekļauta:
Takashi Iwai
2008-10-31 14:39:49 +01:00
revīzija 04172c0b9e
4 mainīti faili ar 12 papildinājumiem un 9 dzēšanām

Parādīt failu

@@ -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)