snd_hwdep_dsp_load method
Implementation
int snd_hwdep_dsp_load(
ffi.Pointer<snd_hwdep_> hwdep,
ffi.Pointer<snd_hwdep_dsp_image_> block,
) {
return _snd_hwdep_dsp_load(
hwdep,
block,
);
}
int snd_hwdep_dsp_load(
ffi.Pointer<snd_hwdep_> hwdep,
ffi.Pointer<snd_hwdep_dsp_image_> block,
) {
return _snd_hwdep_dsp_load(
hwdep,
block,
);
}