Searched refs:get_ctl_value (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/sound/usb/ |
D | mixer.c | 406 static int get_ctl_value(struct usb_mixer_elem_info *cval, int request, in get_ctl_value() function 419 return get_ctl_value(cval, UAC_GET_CUR, validx, value); in get_cur_ctl_value() 426 return get_ctl_value(cval, UAC_GET_CUR, in get_cur_mix_raw() 1269 if (get_ctl_value(cval, UAC_GET_MAX, (cval->control << 8) | minchn, &cval->max) < 0 || in get_min_max_with_quirks() 1270 get_ctl_value(cval, UAC_GET_MIN, (cval->control << 8) | minchn, &cval->min) < 0) { in get_min_max_with_quirks() 1277 if (get_ctl_value(cval, UAC_GET_RES, in get_min_max_with_quirks() 1291 if (get_ctl_value(cval, UAC_GET_RES, in get_min_max_with_quirks()
|