Searched refs:vx_send_irq_dsp (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/drivers/vx/
H A Dvx_core.c75 * vx_send_irq_dsp - set command irq bit
82 static int vx_send_irq_dsp(struct vx_core *chip, int num) function
106 if (vx_send_irq_dsp(chip, IRQ_RESET_CHK) < 0)
130 if ((err = vx_send_irq_dsp(chip, cmd)) < 0)
213 err = vx_send_irq_dsp(chip, IRQ_MESS_WRITE_NEXT);
271 if ((err = vx_send_irq_dsp(chip, IRQ_MESSAGE)) < 0) {
309 if ((err = vx_send_irq_dsp(chip, IRQ_MESS_READ_NEXT)) < 0) {
369 if ((err = vx_send_irq_dsp(chip, cmd)) < 0)

Completed in 64 milliseconds