Searched refs:snd_hctl_open (Results 1 – 7 of 7) sorted by relevance
/third_party/gstreamer/gstplugins_base/tests/check/ |
D | gst-plugins-base.supp | 185 fun:snd_hctl_open 455 fun:snd_hctl_open 474 fun:snd_hctl_open 501 fun:snd_hctl_open
|
/third_party/alsa-utils/amixer/ |
D | amixer.c | 728 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/ |
D | hcontrol.c | 70 int snd_hctl_open(snd_hctl_t **hctlp, const char *name, int mode) in snd_hctl_open() function
|
/third_party/alsa-lib/include/ |
D | control.h | 730 int snd_hctl_open(snd_hctl_t **hctl, const char *name, int mode);
|
/third_party/alsa-lib/src/mixer/ |
D | mixer.c | 203 err = snd_hctl_open(&hctl, name, 0); in snd_mixer_attach()
|
/third_party/alsa-lib/src/alisp/ |
D | alisp_snd.c | 805 { "hctl_open", &FA_int_pp_strp_int, (void *)&snd_hctl_open, "hctl" },
|
/third_party/alsa-utils/alsactl/ |
D | init_parse.c | 190 err = snd_hctl_open(&res->ctl_handle, device, 0); in init_space()
|