Home
last modified time | relevance | path

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

/linux-2.6.39/sound/drivers/vx/
Dvx_hwdep.c106 chip->chip_status |= VX_STAT_CHIP_INIT; in snd_vx_setup_firmware()
142 if (vx->chip_status & VX_STAT_CHIP_INIT) in vx_hwdep_dsp_status()
221 vx->chip_status |= VX_STAT_CHIP_INIT; in vx_hwdep_dsp_load()
Dvx_core.c547 if (! (chip->chip_status & VX_STAT_CHIP_INIT) || in snd_vx_irq_handler()
748 chip->chip_status &= ~VX_STAT_CHIP_INIT; in snd_vx_resume()
760 chip->chip_status |= VX_STAT_CHIP_INIT; in snd_vx_resume()
/linux-2.6.39/include/sound/
Dvx_core.h153 VX_STAT_CHIP_INIT = (1 << 2), /* all operational */ enumerator