Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/tests/check/
Dgst-plugins-base.supp185 fun:snd_hctl_open
455 fun:snd_hctl_open
474 fun:snd_hctl_open
501 fun:snd_hctl_open
/third_party/alsa-utils/amixer/
Damixer.c728 if ((err = snd_hctl_open(&handle, card, 0)) < 0) { in controls()
1208 if ((err = snd_hctl_open(&hctl, card, 0)) < 0) { in cset()
1590 if ((err = snd_hctl_open(&handle, card, 0)) < 0) { in events()
/third_party/alsa-lib/src/control/
Dhcontrol.c70 int snd_hctl_open(snd_hctl_t **hctlp, const char *name, int mode) in snd_hctl_open() function
/third_party/alsa-lib/include/
Dcontrol.h730 int snd_hctl_open(snd_hctl_t **hctl, const char *name, int mode);
/third_party/alsa-lib/src/mixer/
Dmixer.c203 err = snd_hctl_open(&hctl, name, 0); in snd_mixer_attach()
/third_party/alsa-lib/src/alisp/
Dalisp_snd.c805 { "hctl_open", &FA_int_pp_strp_int, (void *)&snd_hctl_open, "hctl" },
/third_party/alsa-utils/alsactl/
Dinit_parse.c190 err = snd_hctl_open(&res->ctl_handle, device, 0); in init_space()