snd_ctl_open_lconf method
Implementation
int snd_ctl_open_lconf(
ffi.Pointer<ffi.Pointer<snd_ctl_>> ctl,
ffi.Pointer<ffi.Int8> name,
int mode,
ffi.Pointer<snd_config_> lconf,
) {
return _snd_ctl_open_lconf(
ctl,
name,
mode,
lconf,
);
}