Home
last modified time | relevance | path

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

/linux/sound/drivers/vx/
H A Dvx_hwdep.c96 chip->chip_status |= VX_STAT_CHIP_INIT; in snd_vx_setup_firmware()
H A Dvx_core.c544 if (! (chip->chip_status & VX_STAT_CHIP_INIT) || in snd_vx_irq_handler()
744 chip->chip_status &= ~VX_STAT_CHIP_INIT; in snd_vx_resume()
757 chip->chip_status |= VX_STAT_CHIP_INIT; in snd_vx_resume()
/linux/include/sound/
H A Dvx_core.h132 VX_STAT_CHIP_INIT = (1 << 2), /* all operational */ enumerator