snd_hwdep_dsp_status_get_chip_ready method

int snd_hwdep_dsp_status_get_chip_ready(
  1. Pointer<snd_hwdep_dsp_status_t> obj
)

Implementation

int snd_hwdep_dsp_status_get_chip_ready(
  ffi.Pointer<snd_hwdep_dsp_status_t> obj,
) {
  return _snd_hwdep_dsp_status_get_chip_ready(
    obj,
  );
}