Home
last modified time | relevance | path

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

/openbmc/linux/sound/usb/line6/
H A Dpcm.h77 LINE6_FLAG_PAUSE_PLAYBACK, enumerator
H A Dpcm.c272 set_bit(LINE6_FLAG_PAUSE_PLAYBACK, &line6pcm->flags); in snd_line6_trigger()
278 clear_bit(LINE6_FLAG_PAUSE_PLAYBACK, &line6pcm->flags); in snd_line6_trigger()
H A Dplayback.c204 !test_bit(LINE6_FLAG_PAUSE_PLAYBACK, &line6pcm->flags)) { in submit_audio_out_urb()