Searched refs:dsp_load (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/sound/
H A Dhwdep.h35 int (*dsp_load)(struct snd_hwdep *hw, member in struct:snd_hwdep_ops
/linux-master/sound/core/
H A Dhwdep.c211 if (! hw->ops.dsp_load)
218 err = hw->ops.dsp_load(hw, info);
/linux-master/sound/usb/usx2y/
H A DusX2Yhwdep.c186 snd_printdd("dsp_load %s\n", dsp->name);
236 hw->ops.dsp_load = snd_usx2y_hwdep_dsp_load;

Completed in 136 milliseconds