Searched refs:load_dsp (Results 1 – 3 of 3) sorted by relevance
65 err = chip->ops->load_dsp(chip, i, fw); in snd_vx_setup_firmware()
335 static int load_dsp(struct echoaudio *chip, u16 *code) in load_dsp() function509 err = load_dsp(chip, (u16 *)fw->data); in load_firmware()
90 int (*load_dsp)(struct vx_core *chip, int idx, const struct firmware *fw); member