snd_pcm_hw_free method

int snd_pcm_hw_free(
  1. Pointer<snd_pcm_t> pcm
)

Implementation

int snd_pcm_hw_free(
  ffi.Pointer<snd_pcm_t> pcm,
) {
  return _snd_pcm_hw_free(
    pcm,
  );
}