snd_ctl_hwdep_info method

int snd_ctl_hwdep_info(
  1. Pointer<snd_ctl_t> ctl,
  2. Pointer<snd_hwdep_info_t> info
)

Implementation

int snd_ctl_hwdep_info(
  ffi.Pointer<snd_ctl_t> ctl,
  ffi.Pointer<snd_hwdep_info_t> info,
) {
  return _snd_ctl_hwdep_info(
    ctl,
    info,
  );
}