snd_hwdep_dsp_status method
Implementation
int snd_hwdep_dsp_status(
ffi.Pointer<snd_hwdep_t> hwdep,
ffi.Pointer<snd_hwdep_dsp_status_t> status,
) {
return _snd_hwdep_dsp_status(
hwdep,
status,
);
}
int snd_hwdep_dsp_status(
ffi.Pointer<snd_hwdep_t> hwdep,
ffi.Pointer<snd_hwdep_dsp_status_t> status,
) {
return _snd_hwdep_dsp_status(
hwdep,
status,
);
}