snd_hctl_ctl method
Implementation
ffi.Pointer<snd_ctl_t> snd_hctl_ctl(
ffi.Pointer<snd_hctl_t> hctl,
) {
return _snd_hctl_ctl(
hctl,
);
}
ffi.Pointer<snd_ctl_t> snd_hctl_ctl(
ffi.Pointer<snd_hctl_t> hctl,
) {
return _snd_hctl_ctl(
hctl,
);
}