snd_pcm_open_fallback method
Implementation
int snd_pcm_open_fallback(
ffi.Pointer<ffi.Pointer<snd_pcm_>> pcm,
ffi.Pointer<snd_config_> root,
ffi.Pointer<ffi.Int8> name,
ffi.Pointer<ffi.Int8> orig_name,
int stream,
int mode,
) {
return _snd_pcm_open_fallback(
pcm,
root,
name,
orig_name,
stream,
mode,
);
}