Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/sound/usb/usx2y/
DusX2Yhwdep.c54 if (!(us428->chip_status & USX2Y_STAT_CHIP_INIT)) in snd_us428ctls_mmap()
120 if (us428->chip_status & USX2Y_STAT_CHIP_INIT) in snd_usx2y_hwdep_dsp_status()
225 priv->chip_status |= USX2Y_STAT_CHIP_INIT; in snd_usx2y_hwdep_dsp_load()
Dusx2y.h33 USX2Y_STAT_CHIP_INIT = (1 << 0), /* all operational */ enumerator
Dusx2yhwdeppcm.c669 if (!(usx2y->chip_status & USX2Y_STAT_CHIP_INIT)) in snd_usx2y_hwdep_pcm_mmap()