snd_hwdep_info method
Implementation
int snd_hwdep_info(
ffi.Pointer<snd_hwdep_t> hwdep,
ffi.Pointer<snd_hwdep_info_t> info,
) {
return _snd_hwdep_info(
hwdep,
info,
);
}
int snd_hwdep_info(
ffi.Pointer<snd_hwdep_t> hwdep,
ffi.Pointer<snd_hwdep_info_t> info,
) {
return _snd_hwdep_info(
hwdep,
info,
);
}