Searched refs:snd_mixer_get_hctl (Results 1 – 5 of 5) sorted by relevance
/third_party/alsa-lib/include/ |
D | mixer.h | 105 int snd_mixer_get_hctl(snd_mixer_t *mixer, const char *name, snd_hctl_t **hctl);
|
/third_party/alsa-utils/alsamixer/ |
D | mixer_widget.c | 134 err = snd_mixer_get_hctl(mixer, mixer_device_name, &hctl); in check_unplugged()
|
D | mixer_display.c | 162 err = snd_mixer_get_hctl(mixer, mixer_device_name, &hctl); in display_card_info()
|
/third_party/alsa-lib/src/mixer/ |
D | mixer.c | 296 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/ |
D | alsa-util.c | 1784 err = snd_mixer_get_hctl(m, dev, &hctl); in pa_alsa_open_mixer_by_name()
|