Home
last modified time | relevance | path

Searched refs:snd_vx_load_boot_image (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/sound/drivers/vx/
Dvx_core.c422 int snd_vx_load_boot_image(struct vx_core *chip, const struct firmware *boot) in snd_vx_load_boot_image() function
472 EXPORT_SYMBOL(snd_vx_load_boot_image);
666 if ((err = snd_vx_load_boot_image(chip, boot)) < 0) in snd_vx_dsp_boot()
/Linux-v4.19/include/sound/
Dvx_core.h212 int snd_vx_load_boot_image(struct vx_core *chip, const struct firmware *dsp);
/Linux-v4.19/sound/pcmcia/vx/
Dvxp_ops.c255 if ((err = snd_vx_load_boot_image(vx, fw)) < 0) in vxp_load_dsp()