Searched refs:snd_hctl_open (Results 1 - 7 of 7) sorted by relevance
/third_party/alsa-lib/src/control/ |
H A D | hcontrol.c | 70 int snd_hctl_open(snd_hctl_t **hctlp, const char *name, int mode) in snd_hctl_open() function 128 * identifier specified in snd_hctl_open().
|
/third_party/alsa-lib/include/ |
H A D | control.h | 734 int snd_hctl_open(snd_hctl_t **hctl, const char *name, int mode);
|
/third_party/alsa-lib/src/mixer/ |
H A D | mixer.c | 207 * \param name HCTL name (see #snd_hctl_open) 215 err = snd_hctl_open(&hctl, name, 0); in snd_mixer_attach()
|
/third_party/alsa-lib/src/alisp/ |
H A D | alisp_snd.c | 805 { "hctl_open", &FA_int_pp_strp_int, (void *)&snd_hctl_open, "hctl" },
|
/third_party/alsa-utils/amixer/ |
H A D | amixer.c | 729 if ((err = snd_hctl_open(&handle, card, 0)) < 0) { in controls() 1209 if ((err = snd_hctl_open(&hctl, card, 0)) < 0) { in cset() 1591 if ((err = snd_hctl_open(&handle, card, 0)) < 0) { in events()
|
/third_party/alsa-utils/alsactl/ |
H A D | init_parse.c | 190 err = snd_hctl_open(&res->ctl_handle, device, 0); in init_space()
|
/third_party/pulseaudio/src/modules/alsa/ |
H A D | alsa-util.c | 1770 err = snd_hctl_open(&hctl, dev, 0); in pa_alsa_open_mixer_by_name()
|
Completed in 14 milliseconds