snd_ctl_open_fallback method

int snd_ctl_open_fallback(
  1. Pointer<Pointer<snd_ctl_>> ctl,
  2. Pointer<snd_config_> root,
  3. Pointer<Int8> name,
  4. Pointer<Int8> orig_name,
  5. int mode,
)

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