Searched refs:load_dsp (Results 1 - 6 of 6) sorted by relevance

/linux-master/sound/drivers/vx/
H A Dvx_hwdep.c65 err = chip->ops->load_dsp(chip, i, fw);
H A Dvx_core.c760 err = chip->ops->load_dsp(chip, i, chip->firmware[i]);
/linux-master/include/sound/
H A Dvx_core.h90 int (*load_dsp)(struct vx_core *chip, int idx, const struct firmware *fw); member in struct:snd_vx_ops
/linux-master/sound/pcmcia/vx/
H A Dvxp_ops.c231 * vxp_load_dsp - load_dsp callback
595 .load_dsp = vxp_load_dsp,
/linux-master/sound/pci/echoaudio/
H A Dechoaudio_dsp.c335 static int load_dsp(struct echoaudio *chip, u16 *code) function
348 dev_dbg(chip->card->dev, "load_dsp: Set bad_board to true\n");
376 "load_dsp: Timeout waiting for CHI32_STATUS_REG_HF3\n");
414 "load_dsp: failed to write number of DSP words\n");
419 "load_dsp: failed to write DSP address\n");
424 "load_dsp: failed to write DSP memory type\n");
432 "load_dsp: failed to write DSP data\n");
440 "load_dsp: Failed to write final zero\n");
454 "load_dsp: Failed to write DSP_FNC_SET_COMMPAGE_ADDR\n");
460 "load_dsp
[all...]
/linux-master/sound/pci/vx222/
H A Dvx222_ops.c1002 .load_dsp = vx2_load_dsp,
1022 .load_dsp = vx2_load_dsp,

Completed in 133 milliseconds