snd_ctl_open_lconf method

int snd_ctl_open_lconf(
  1. Pointer<Pointer<snd_ctl_>> ctl,
  2. Pointer<Int8> name,
  3. int mode,
  4. Pointer<snd_config_> lconf,
)

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,
  );
}