snd_hwdep_ioctl method

int snd_hwdep_ioctl(
  1. Pointer<snd_hwdep_t> hwdep,
  2. int request,
  3. Pointer<Void> arg
)

Implementation

int snd_hwdep_ioctl(
  ffi.Pointer<snd_hwdep_t> hwdep,
  int request,
  ffi.Pointer<ffi.Void> arg,
) {
  return _snd_hwdep_ioctl(
    hwdep,
    request,
    arg,
  );
}