snd_hwdep_dsp_status method

int snd_hwdep_dsp_status(
  1. Pointer<snd_hwdep_t> hwdep,
  2. Pointer<snd_hwdep_dsp_status_t> status
)

Implementation

int snd_hwdep_dsp_status(
  ffi.Pointer<snd_hwdep_t> hwdep,
  ffi.Pointer<snd_hwdep_dsp_status_t> status,
) {
  return _snd_hwdep_dsp_status(
    hwdep,
    status,
  );
}