snd_hwdep_dsp_status method

int snd_hwdep_dsp_status(
  1. Pointer<snd_hwdep_> hwdep,
  2. Pointer<snd_hwdep_dsp_status_> status
)

Implementation

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