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