Home
last modified time | relevance | path

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

/third_party/alsa-lib/src/control/
H A Dhcontrol.c70 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 Dcontrol.h734 int snd_hctl_open(snd_hctl_t **hctl, const char *name, int mode);
/third_party/alsa-lib/src/mixer/
H A Dmixer.c207 * \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 Dalisp_snd.c805 { "hctl_open", &FA_int_pp_strp_int, (void *)&snd_hctl_open, "hctl" },
/third_party/alsa-utils/amixer/
H A Damixer.c729 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 Dinit_parse.c190 err = snd_hctl_open(&res->ctl_handle, device, 0); in init_space()
/third_party/pulseaudio/src/modules/alsa/
H A Dalsa-util.c1770 err = snd_hctl_open(&hctl, dev, 0); in pa_alsa_open_mixer_by_name()

Completed in 14 milliseconds