Home
last modified time | relevance | path

Searched refs:vx_has_new_dsp (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/sound/drivers/vx/
Dvx_core.c91 if (vx_has_new_dsp(chip)) in vx_send_irq_dsp()
425 int no_fillup = vx_has_new_dsp(chip); in snd_vx_load_boot_image()
/Linux-v4.19/include/sound/
Dvx_core.h342 #define vx_has_new_dsp(chip) ((chip)->type != VX_TYPE_BOARD) macro