snd_ctl_open_fallback method
Implementation
int snd_ctl_open_fallback(
ffi.Pointer<ffi.Pointer<snd_ctl_>> ctl,
ffi.Pointer<snd_config_> root,
ffi.Pointer<ffi.Int8> name,
ffi.Pointer<ffi.Int8> orig_name,
int mode,
) {
return _snd_ctl_open_fallback(
ctl,
root,
name,
orig_name,
mode,
);
}