Home
last modified time | relevance | path

Searched refs:snd_hctl_close (Results 1 – 7 of 7) sorted by relevance

/third_party/alsa-lib/src/mixer/
Dmixer.c228 snd_hctl_close(hctl); in snd_mixer_attach_hctl()
233 snd_hctl_close(hctl); in snd_mixer_attach_hctl()
257 snd_hctl_close(s->hctl); in snd_mixer_detach()
618 err = snd_hctl_close(s->hctl); in snd_mixer_close()
Dsimple_abst.c256 snd_hctl_close(priv->hctl); in private_free()
/third_party/alsa-utils/amixer/
Damixer.c749 snd_hctl_close(handle); in controls()
1221 snd_hctl_close(hctl); in cset()
1612 snd_hctl_close(handle); in events()
/third_party/alsa-lib/include/
Dcontrol.h732 int snd_hctl_close(snd_hctl_t *hctl);
/third_party/alsa-lib/src/control/
Dhcontrol.c111 int snd_hctl_close(snd_hctl_t *hctl) in snd_hctl_close() function
/third_party/alsa-lib/src/alisp/
Dalisp_snd.c793 { "hctl_close", &FA_int_p, (void *)&snd_hctl_close, "hctl" },
/third_party/alsa-utils/alsactl/
Dinit_parse.c126 snd_hctl_close(space->ctl_handle); in free_space()