Searched refs:get_ctl_value (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/sound/usb/ |
| D | mixer.c | 396 static int get_ctl_value(struct usb_mixer_elem_info *cval, int request, in get_ctl_value() function 409 return get_ctl_value(cval, UAC_GET_CUR, validx, value); in get_cur_ctl_value() 416 return get_ctl_value(cval, UAC_GET_CUR, in get_cur_mix_raw() 1194 if (get_ctl_value(cval, UAC_GET_MAX, (cval->control << 8) | minchn, &cval->max) < 0 || in get_min_max_with_quirks() 1195 get_ctl_value(cval, UAC_GET_MIN, (cval->control << 8) | minchn, &cval->min) < 0) { in get_min_max_with_quirks() 1202 if (get_ctl_value(cval, UAC_GET_RES, in get_min_max_with_quirks() 1216 if (get_ctl_value(cval, UAC_GET_RES, in get_min_max_with_quirks()
|