snd_pcm_query_chmaps_from_hw method
Implementation
ffi.Pointer<ffi.Pointer<snd_pcm_chmap_query_t>> snd_pcm_query_chmaps_from_hw(
int card,
int dev,
int subdev,
int stream,
) {
return _snd_pcm_query_chmaps_from_hw(
card,
dev,
subdev,
stream,
);
}