Searched refs:uac1 (Results 1 – 4 of 4) sorted by relevance
347 struct f_uac1 *uac1 = func_to_uac1(fn); in uac_cs_attr_sample_rate() local357 if (uac1->ctl_id == (USB_DIR_IN | 2)) { in uac_cs_attr_sample_rate()358 uac1->p_srate = val; in uac_cs_attr_sample_rate()359 u_audio_set_playback_srate(agdev, uac1->p_srate); in uac_cs_attr_sample_rate()360 } else if (uac1->ctl_id == (USB_DIR_OUT | 1)) { in uac_cs_attr_sample_rate()361 uac1->c_srate = val; in uac_cs_attr_sample_rate()362 u_audio_set_capture_srate(agdev, uac1->c_srate); in uac_cs_attr_sample_rate()369 struct f_uac1 *uac1 = func_to_uac1(&audio->func); in audio_notify_complete() local371 atomic_dec(&uac1->int_count); in audio_notify_complete()378 struct f_uac1 *uac1 = func_to_uac1(&audio->func); in audio_notify() local[all …]
1 What: /config/usb-gadget/gadget/functions/uac1.name
701 The uac1 function provides these attributes in its function directory:925 The function name to use when creating the function directory is "uac1".926 The uac1 function provides these attributes in its function directory:
[all...]