Home
last modified time | relevance | path

Searched refs:implicit_fb_sync (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/sound/usb/
H A Dcard.h130 bool implicit_fb_sync; /* syncs with implicit feedback */ member
H A Dendpoint.c153 return ep->implicit_fb_sync && usb_pipeout(ep->pipe); in snd_usb_endpoint_implicit_feedback_sink()
842 ep->implicit_fb_sync = fp->implicit_fb; in snd_usb_endpoint_open()
851 ep->implicit_fb_sync); in snd_usb_endpoint_open()
1178 if (ep->sync_source && !ep->implicit_fb_sync) in data_ep_set_params()
1191 if (usb_pipein(ep->pipe) || ep->implicit_fb_sync) { in data_ep_set_params()