Home
last modified time | relevance | path

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

/linux-3.4.99/sound/drivers/vx/
Dvx_hwdep.c107 chip->chip_status |= VX_STAT_CHIP_INIT; in snd_vx_setup_firmware()
143 if (vx->chip_status & VX_STAT_CHIP_INIT) in vx_hwdep_dsp_status()
222 vx->chip_status |= VX_STAT_CHIP_INIT; in vx_hwdep_dsp_load()
Dvx_core.c548 if (! (chip->chip_status & VX_STAT_CHIP_INIT) || in snd_vx_irq_handler()
749 chip->chip_status &= ~VX_STAT_CHIP_INIT; in snd_vx_resume()
761 chip->chip_status |= VX_STAT_CHIP_INIT; in snd_vx_resume()
/linux-3.4.99/include/sound/
Dvx_core.h153 VX_STAT_CHIP_INIT = (1 << 2), /* all operational */ enumerator