ALSA: snd_ctl_activate_id(): Fix index look-up
authorLars-Peter Clausen <lars@metafoo.de>
Fri, 7 Nov 2014 13:12:34 +0000 (14:12 +0100)
committerTakashi Iwai <tiwai@suse.de>
Fri, 7 Nov 2014 13:25:07 +0000 (14:25 +0100)
We want to know the offset for the id that was passed to the function, not
the offset of the first id of the control (which is always 0).

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/core/control.c

Simple merge