snd_mixer_detach_hctl method

int snd_mixer_detach_hctl(
  1. Pointer<snd_mixer_t> mixer,
  2. Pointer<snd_hctl_t> hctl
)

Implementation

int snd_mixer_detach_hctl(
  ffi.Pointer<snd_mixer_t> mixer,
  ffi.Pointer<snd_hctl_t> hctl,
) {
  return _snd_mixer_detach_hctl(
    mixer,
    hctl,
  );
}