Home
last modified time | relevance | path

Searched refs:ctl_snapshot_last (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/sound/usb/usx2y/
H A Dusbusx2y.c190 if (-2 == us428ctls->ctl_snapshot_last) { in i_usx2y_in04_int()
193 us428ctls->ctl_snapshot_last = -1; in i_usx2y_in04_int()
205 int n = us428ctls->ctl_snapshot_last + 1; in i_usx2y_in04_int()
210 us428ctls->ctl_snapshot_last = n; in i_usx2y_in04_int()
H A DusX2Yhwdep.c69 us428->us428ctls_sharedmem->ctl_snapshot_last = -2; in snd_us428ctls_mmap()
87 if (shm != NULL && shm->ctl_snapshot_last != shm->ctl_snapshot_red) in snd_us428ctls_poll()
H A Dusbus428ctldefs.h88 int ctl_snapshot_last, ctl_snapshot_red; member