Home
last modified time | relevance | path

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

/openbmc/linux/sound/usb/usx2y/
H A DusX2Yhwdep.c54 if (!(us428->chip_status & USX2Y_STAT_CHIP_INIT)) in snd_us428ctls_mmap()
113 if (us428->chip_status & USX2Y_STAT_CHIP_INIT) in snd_usx2y_hwdep_dsp_status()
217 priv->chip_status |= USX2Y_STAT_CHIP_INIT; in snd_usx2y_hwdep_dsp_load()
H A Dusx2y.h33 USX2Y_STAT_CHIP_INIT = (1 << 0), /* all operational */ enumerator
H A Dusx2yhwdeppcm.c696 if (!(usx2y->chip_status & USX2Y_STAT_CHIP_INIT)) in snd_usx2y_hwdep_pcm_mmap()