Home
last modified time | relevance | path

Searched refs:reset_dsp (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/include/sound/
Dvx_core.h112 void (*reset_dsp)(struct vx_core *chip); member
273 chip->ops->reset_dsp(chip); in vx_reset_dsp()
/linux-3.4.99/sound/pci/vx222/
Dvx222_ops.c1006 .reset_dsp = vx2_reset_dsp,
1026 .reset_dsp = vx2_reset_dsp,
/linux-3.4.99/sound/pcmcia/vx/
Dvxp_ops.c610 .reset_dsp = vxp_reset_dsp,
/linux-3.4.99/sound/oss/
Dmsnd_pinnacle.c1124 static int reset_dsp(void) in reset_dsp() function
1158 if (reset_dsp() < 0) { in probe_multisound()
1360 if ((err = reset_dsp()) < 0) in initialize()