Home
last modified time | relevance | path

Searched refs:snd_mixer_get_hctl (Results 1 – 5 of 5) sorted by relevance

/third_party/alsa-lib/include/
Dmixer.h105 int snd_mixer_get_hctl(snd_mixer_t *mixer, const char *name, snd_hctl_t **hctl);
/third_party/alsa-utils/alsamixer/
Dmixer_widget.c134 err = snd_mixer_get_hctl(mixer, mixer_device_name, &hctl); in check_unplugged()
Dmixer_display.c162 err = snd_mixer_get_hctl(mixer, mixer_device_name, &hctl); in display_card_info()
/third_party/alsa-lib/src/mixer/
Dmixer.c296 int snd_mixer_get_hctl(snd_mixer_t *mixer, const char *name, snd_hctl_t **hctl) in snd_mixer_get_hctl() function
/third_party/pulseaudio/src/modules/alsa/
Dalsa-util.c1784 err = snd_mixer_get_hctl(m, dev, &hctl); in pa_alsa_open_mixer_by_name()