Home
last modified time | relevance | path

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

/linux-2.6.39/sound/drivers/vx/
Dvx_hwdep.c79 err = chip->ops->load_dsp(chip, i, fw); in snd_vx_setup_firmware()
163 if (snd_BUG_ON(!vx->ops->load_dsp)) in vx_hwdep_dsp_load()
187 err = vx->ops->load_dsp(vx, index, fw); in vx_hwdep_dsp_load()
Dvx_core.c753 err = chip->ops->load_dsp(chip, i, chip->firmware[i]); in snd_vx_resume()
/linux-2.6.39/sound/pci/vx222/
Dvx222_ops.c1005 .load_dsp = vx2_load_dsp,
1025 .load_dsp = vx2_load_dsp,
/linux-2.6.39/sound/pci/echoaudio/
Dechoaudio_dsp.c330 static int load_dsp(struct echoaudio *chip, u16 *code) in load_dsp() function
492 err = load_dsp(chip, (u16 *)fw->data); in load_firmware()
/linux-2.6.39/include/sound/
Dvx_core.h111 int (*load_dsp)(struct vx_core *chip, int idx, const struct firmware *fw); member
/linux-2.6.39/sound/pcmcia/vx/
Dvxp_ops.c608 .load_dsp = vxp_load_dsp,