Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 468690
Collapse All | Expand All

(-)a/amixer/amixer.c (-1 / +1 lines)
Lines 1105-1110 static int cset(int argc, char *argv[], int roflag, int keep_handle) Link Here
1105
		}
1105
		}
1106
		return err;
1106
		return err;
1107
	}
1107
	}
1108
	snd_ctl_elem_info_get_id(info, id);
1108
	if (!roflag) {
1109
	if (!roflag) {
1109
		snd_ctl_elem_value_set_id(control, id);
1110
		snd_ctl_elem_value_set_id(control, id);
1110
		if ((err = snd_ctl_elem_read(handle, control)) < 0) {
1111
		if ((err = snd_ctl_elem_read(handle, control)) < 0) {
1111
- 

Return to bug 468690