Home
last modified time | relevance | path

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

/linux-4.1.27/sound/drivers/vx/
Dvx_core.c680 int snd_vx_dsp_load(struct vx_core *chip, const struct firmware *dsp) in snd_vx_dsp_load() function
727 EXPORT_SYMBOL(snd_vx_dsp_load);
/linux-4.1.27/include/sound/
Dvx_core.h214 int snd_vx_dsp_load(struct vx_core *chip, const struct firmware *dsp);
/linux-4.1.27/sound/pcmcia/vx/
Dvxp_ops.c266 return snd_vx_dsp_load(vx, fw); in vxp_load_dsp()
/linux-4.1.27/sound/pci/vx222/
Dvx222_ops.c434 return snd_vx_dsp_load(vx, dsp); in vx2_load_dsp()