Home
last modified time | relevance | path

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

/Linux-v6.6/sound/drivers/vx/
Dvx_core.c426 int snd_vx_load_boot_image(struct vx_core *chip, const struct firmware *boot) in snd_vx_load_boot_image() function
476 EXPORT_SYMBOL(snd_vx_load_boot_image);
668 err = snd_vx_load_boot_image(chip, boot); in snd_vx_dsp_boot()
/Linux-v6.6/include/sound/
Dvx_core.h200 int snd_vx_load_boot_image(struct vx_core *chip, const struct firmware *dsp);
/Linux-v6.6/sound/pcmcia/vx/
Dvxp_ops.c243 err = snd_vx_load_boot_image(vx, fw); in vxp_load_dsp()