Searched refs:get_ctl_value (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/sound/usb/ |
D | mixer.c | 401 static int get_ctl_value(struct usb_mixer_elem_info *cval, int request, in get_ctl_value() function 414 return get_ctl_value(cval, UAC_GET_CUR, validx, value); in get_cur_ctl_value() 421 return get_ctl_value(cval, UAC_GET_CUR, in get_cur_mix_raw() 1223 if (get_ctl_value(cval, UAC_GET_MAX, (cval->control << 8) | minchn, &cval->max) < 0 || in get_min_max_with_quirks() 1224 get_ctl_value(cval, UAC_GET_MIN, (cval->control << 8) | minchn, &cval->min) < 0) { in get_min_max_with_quirks() 1231 if (get_ctl_value(cval, UAC_GET_RES, in get_min_max_with_quirks() 1245 if (get_ctl_value(cval, UAC_GET_RES, in get_min_max_with_quirks()
|