snd_ctl_open_lconf method
Implementation
int snd_ctl_open_lconf(
ffi.Pointer<ffi.Pointer<snd_ctl_t>> ctl,
ffi.Pointer<ffi.Char> name,
int mode,
ffi.Pointer<snd_config_t> lconf,
) {
return _snd_ctl_open_lconf(
ctl,
name,
mode,
lconf,
);
}