Home
last modified time | relevance | path

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

/sound/usb/usx2y/
Dusx2y.h34 USX2Y_STAT_CHIP_MMAP_PCM_URBS = (1 << 1), /* pcm transport over mmaped urbs */ enumerator
Dusx2yhwdeppcm.c558 if (!(subs->usX2Y->chip_status & USX2Y_STAT_CHIP_MMAP_PCM_URBS)) in snd_usX2Y_usbpcm_open()
615 usX2Y(card)->chip_status |= USX2Y_STAT_CHIP_MMAP_PCM_URBS; in snd_usX2Y_hwdep_pcm_open()
629 usX2Y(hw->card)->chip_status &= ~USX2Y_STAT_CHIP_MMAP_PCM_URBS; in snd_usX2Y_hwdep_pcm_release()
Dusbusx2yaudio.c879 if (subs->usX2Y->chip_status & USX2Y_STAT_CHIP_MMAP_PCM_URBS) in snd_usX2Y_pcm_open()