Searched refs:ALSA_CAPTURE_RUNNING (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/sound/usb/misc/ |
H A D | ua101.c | 72 ALSA_CAPTURE_RUNNING, enumerator 370 if (frames > 0 && test_bit(ALSA_CAPTURE_RUNNING, &ua->states)) in capture_urb_complete() 606 if (test_bit(ALSA_CAPTURE_RUNNING, &ua->states)) in abort_alsa_capture() 816 set_bit(ALSA_CAPTURE_RUNNING, &ua->states); in capture_pcm_trigger() 819 clear_bit(ALSA_CAPTURE_RUNNING, &ua->states); in capture_pcm_trigger()
|
/kernel/linux/linux-6.6/sound/usb/misc/ |
H A D | ua101.c | 71 ALSA_CAPTURE_RUNNING, enumerator 369 if (frames > 0 && test_bit(ALSA_CAPTURE_RUNNING, &ua->states)) in capture_urb_complete() 605 if (test_bit(ALSA_CAPTURE_RUNNING, &ua->states)) in abort_alsa_capture() 815 set_bit(ALSA_CAPTURE_RUNNING, &ua->states); in capture_pcm_trigger() 818 clear_bit(ALSA_CAPTURE_RUNNING, &ua->states); in capture_pcm_trigger()
|
Completed in 4 milliseconds