snd_hwdep_close method

int snd_hwdep_close(
  1. Pointer<snd_hwdep_t> hwdep
)

Implementation

int snd_hwdep_close(
  ffi.Pointer<snd_hwdep_t> hwdep,
) {
  return _snd_hwdep_close(
    hwdep,
  );
}