amixer: Fix the hctl elem search bug

Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
Jaroslav Kysela 2013-05-27 16:40:26 +02:00
parent c0f70a0b8e
commit d61924fd24

View file

@ -1105,6 +1105,7 @@ static int cset(int argc, char *argv[], int roflag, int keep_handle)
} }
return err; return err;
} }
snd_ctl_elem_info_get_id(info, id); /* FIXME: Remove it when hctl find works ok !!! */
if (!roflag) { if (!roflag) {
snd_ctl_elem_value_set_id(control, id); snd_ctl_elem_value_set_id(control, id);
if ((err = snd_ctl_elem_read(handle, control)) < 0) { if ((err = snd_ctl_elem_read(handle, control)) < 0) {