snd_mixer_detach_hctl method
Implementation
int snd_mixer_detach_hctl(
ffi.Pointer<snd_mixer_> mixer,
ffi.Pointer<snd_hctl_> hctl,
) {
return _snd_mixer_detach_hctl(
mixer,
hctl,
);
}
int snd_mixer_detach_hctl(
ffi.Pointer<snd_mixer_> mixer,
ffi.Pointer<snd_hctl_> hctl,
) {
return _snd_mixer_detach_hctl(
mixer,
hctl,
);
}