Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/drivers/vx/
H A Dvx_core.c409 int snd_vx_load_boot_image(struct vx_core *chip, const struct firmware *boot) in snd_vx_load_boot_image() function
459 EXPORT_SYMBOL(snd_vx_load_boot_image);
651 if ((err = snd_vx_load_boot_image(chip, boot)) < 0) in snd_vx_dsp_boot()
/OK3568_Linux_fs/kernel/include/sound/
H A Dvx_core.h200 int snd_vx_load_boot_image(struct vx_core *chip, const struct firmware *dsp);
/OK3568_Linux_fs/kernel/sound/pcmcia/vx/
H A Dvxp_ops.c242 if ((err = snd_vx_load_boot_image(vx, fw)) < 0) in vxp_load_dsp()