Home
last modified time | relevance | path

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

/linux/sound/drivers/vx/
H A Dvx_core.c650 int snd_vx_dsp_boot(struct vx_core *chip, const struct firmware *boot) in snd_vx_dsp_boot() function
666 EXPORT_SYMBOL(snd_vx_dsp_boot);
/linux/include/sound/
H A Dvx_core.h200 int snd_vx_dsp_boot(struct vx_core *chip, const struct firmware *dsp);
/linux/sound/pcmcia/vx/
H A Dvxp_ops.c254 return snd_vx_dsp_boot(vx, fw); in vxp_load_dsp()
/linux/sound/pci/vx222/
H A Dvx222_ops.c420 return snd_vx_dsp_boot(vx, dsp); in vx2_load_dsp()