Home
last modified time | relevance | path

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

/Linux-v6.6/sound/usb/usx2y/
Dusb_stream.h25 int iso_frame_balance; member
Dusb_stream.c250 sk->iso_frame_balance = 0x7FFFFFFF; in balance_check()
253 r = sk->iso_frame_balance == 0; in balance_check()
261 sk->iso_frame_balance += urb->number_of_packets; in balance_playback()
267 sk->iso_frame_balance -= urb->number_of_packets; in balance_capture()
689 sk->iso_frame_balance = 0; in usb_stream_start()