snd_pcm_free_chmaps method

void snd_pcm_free_chmaps(
  1. Pointer<Pointer<snd_pcm_chmap_query_t>> maps
)

Implementation

void snd_pcm_free_chmaps(
  ffi.Pointer<ffi.Pointer<snd_pcm_chmap_query_t>> maps,
) {
  return _snd_pcm_free_chmaps(
    maps,
  );
}