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