Home
last modified time | relevance | path

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

/openbmc/linux/include/sound/
H A Dhwdep.h35 int (*dsp_load)(struct snd_hwdep *hw, member
/openbmc/linux/sound/core/
H A Dhwdep.c211 if (! hw->ops.dsp_load) in snd_hwdep_dsp_load()
218 err = hw->ops.dsp_load(hw, info); in snd_hwdep_dsp_load()
/openbmc/linux/sound/usb/usx2y/
H A DusX2Yhwdep.c236 hw->ops.dsp_load = snd_usx2y_hwdep_dsp_load; in usx2y_hwdep_new()