Home
last modified time | relevance | path

Searched refs:snd_vx_dsp_load (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/sound/drivers/vx/
Dvx_core.c664 int snd_vx_dsp_load(struct vx_core *chip, const struct firmware *dsp) in snd_vx_dsp_load() function
711 EXPORT_SYMBOL(snd_vx_dsp_load);
/Linux-v5.4/include/sound/
Dvx_core.h201 int snd_vx_dsp_load(struct vx_core *chip, const struct firmware *dsp);
/Linux-v5.4/sound/pcmcia/vx/
Dvxp_ops.c253 return snd_vx_dsp_load(vx, fw); in vxp_load_dsp()
/Linux-v5.4/sound/pci/vx222/
Dvx222_ops.c421 return snd_vx_dsp_load(vx, dsp); in vx2_load_dsp()