snd_hwdep_info_get_card method

int snd_hwdep_info_get_card(
  1. Pointer<snd_hwdep_info_t> obj
)

Implementation

int snd_hwdep_info_get_card(
  ffi.Pointer<snd_hwdep_info_t> obj,
) {
  return _snd_hwdep_info_get_card(
    obj,
  );
}