snd_hwdep_info method

int snd_hwdep_info(
  1. Pointer<snd_hwdep_t> hwdep,
  2. Pointer<snd_hwdep_info_t> info
)

Implementation

int snd_hwdep_info(
  ffi.Pointer<snd_hwdep_t> hwdep,
  ffi.Pointer<snd_hwdep_info_t> info,
) {
  return _snd_hwdep_info(
    hwdep,
    info,
  );
}