Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/staging/line6/
Dpcm.h150 LINE6_BITS_PLAYBACK_STREAM = enumerator
172 LINE6_BITS_PLAYBACK_STREAM |
Dpcm.c162 if (test_flags(flags_old, flags_new, LINE6_BITS_PLAYBACK_STREAM)) { in line6_pcm_acquire()
177 flags_final |= channels & LINE6_BITS_PLAYBACK_STREAM; in line6_pcm_acquire()
205 if (test_flags(flags_new, flags_old, LINE6_BITS_PLAYBACK_STREAM)) in line6_pcm_release()
541 if ((line6pcm->flags & LINE6_BITS_PLAYBACK_STREAM) == 0) in snd_line6_prepare()
Dplayback.c257 && (line6pcm->flags & LINE6_BITS_PLAYBACK_STREAM) in submit_audio_out_urb()