Home
last modified time | relevance | path

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

/sound/usb/usx2y/
Dusx2yhwdeppcm.c111 shm->playback_iso_head = shm->playback_iso_start; in usx2y_hwdep_urb_play_prepare()
117 counts = shm->captured_iso[shm->playback_iso_head].length / usx2y->stride; in usx2y_hwdep_urb_play_prepare()
123 urb->iso_frame_desc[pack].offset = shm->captured_iso[shm->playback_iso_head].offset; in usx2y_hwdep_urb_play_prepare()
124 urb->iso_frame_desc[pack].length = shm->captured_iso[shm->playback_iso_head].length; in usx2y_hwdep_urb_play_prepare()
128 if (++shm->playback_iso_head >= ARRAY_SIZE(shm->captured_iso)) in usx2y_hwdep_urb_play_prepare()
129 shm->playback_iso_head = 0; in usx2y_hwdep_urb_play_prepare()
Dusx2yhwdeppcm.h11 volatile int playback_iso_head; member