snd_hwdep_info_get_device method

int snd_hwdep_info_get_device(
  1. Pointer<snd_hwdep_info_t> obj
)

Implementation

int snd_hwdep_info_get_device(
  ffi.Pointer<snd_hwdep_info_t> obj,
) {
  return _snd_hwdep_info_get_device(
    obj,
  );
}