Searched refs:MASK_PLAYBACK (Results 1 – 3 of 3) sorted by relevance
93 MASK_PLAYBACK = enumerator100 MASK_PLAYBACK = MASK_PCM_ALSA_PLAYBACK | MASK_PCM_MONITOR_PLAYBACK,
142 if (((flags_old & MASK_PLAYBACK) == 0) && in line6_pcm_start()143 ((flags_new & MASK_PLAYBACK) != 0)) { in line6_pcm_start()185 if (((flags_old & MASK_PLAYBACK) != 0) && in line6_pcm_stop()186 ((flags_new & MASK_PLAYBACK) == 0)) { in line6_pcm_stop()
267 && (line6pcm->flags & MASK_PLAYBACK) in submit_audio_out_urb()