Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/sound/drivers/vx/
Dvx_core.c78 if (vx_has_new_dsp(chip)) in vx_send_irq_dsp()
412 int no_fillup = vx_has_new_dsp(chip); in snd_vx_load_boot_image()
/kernel/linux/linux-5.10/include/sound/
Dvx_core.h330 #define vx_has_new_dsp(chip) ((chip)->type != VX_TYPE_BOARD) macro