Home
last modified time | relevance | path

Searched refs:snd_mixer_detach_hctl (Results 1 – 4 of 4) sorted by relevance

/third_party/alsa-lib/include/
Dmixer.h104 int snd_mixer_detach_hctl(snd_mixer_t *mixer, snd_hctl_t *hctl);
/third_party/alsa-lib/src/mixer/
Dsimple_abst.c255 snd_mixer_detach_hctl(snd_mixer_class_get_mixer(class), priv->hctl); in private_free()
Dmixer.c274 int snd_mixer_detach_hctl(snd_mixer_t *mixer, snd_hctl_t *hctl) in snd_mixer_detach_hctl() function
/third_party/alsa-lib/modules/mixer/simple/
Dpython.c847 snd_mixer_detach_hctl(self->mixer, self->hctl[idx*2]); in pymixer_free()