Home
last modified time | relevance | path

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

/openbmc/linux/sound/drivers/vx/
H A Dvx_core.c683 int snd_vx_dsp_load(struct vx_core *chip, const struct firmware *dsp) in snd_vx_dsp_load() function
732 EXPORT_SYMBOL(snd_vx_dsp_load);
/openbmc/linux/include/sound/
H A Dvx_core.h202 int snd_vx_dsp_load(struct vx_core *chip, const struct firmware *dsp);
/openbmc/linux/sound/pcmcia/vx/
H A Dvxp_ops.c255 return snd_vx_dsp_load(vx, fw); in vxp_load_dsp()
/openbmc/linux/sound/pci/vx222/
H A Dvx222_ops.c423 return snd_vx_dsp_load(vx, dsp); in vx2_load_dsp()