snd_ctl_open_lconf method

int snd_ctl_open_lconf(
  1. Pointer<Pointer<snd_ctl_t>> ctl,
  2. Pointer<Char> name,
  3. int mode,
  4. Pointer<snd_config_t> lconf,
)

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