Home
last modified time | relevance | path

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

/linux-6.12.1/sound/drivers/vx/
Dvx_core.c80 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-6.12.1/include/sound/
Dvx_core.h329 #define vx_has_new_dsp(chip) ((chip)->type != VX_TYPE_BOARD) macro