Home
last modified time | relevance | path

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

/linux/sound/drivers/vx/
H A 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);
658 err = snd_vx_load_boot_image(chip, boot); in snd_vx_dsp_boot()
/linux/include/sound/
H A Dvx_core.h199 int snd_vx_load_boot_image(struct vx_core *chip, const struct firmware *dsp);
/linux/sound/pcmcia/vx/
H A Dvxp_ops.c245 err = snd_vx_load_boot_image(vx, fw); in vxp_load_dsp()