Home
last modified time | relevance | path

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

/linux-4.4.14/sound/usb/usx2y/
DusX2Yhwdep.c68 if (!(us428->chip_status & USX2Y_STAT_CHIP_INIT)) in snd_us428ctls_mmap()
133 if (us428->chip_status & USX2Y_STAT_CHIP_INIT) in snd_usX2Y_hwdep_dsp_status()
240 priv->chip_status |= USX2Y_STAT_CHIP_INIT; in snd_usX2Y_hwdep_dsp_load()
Dusx2y.h46 USX2Y_STAT_CHIP_INIT = (1 << 0), /* all operational */ enumerator
Dusx2yhwdeppcm.c681 if (!(usX2Y->chip_status & USX2Y_STAT_CHIP_INIT)) in snd_usX2Y_hwdep_pcm_mmap()