Home
last modified time | relevance | path

Searched refs:snd_hctl_load (Results 1 – 6 of 6) sorted by relevance

/third_party/alsa-utils/amixer/
Damixer.c732 if ((err = snd_hctl_load(handle)) < 0) { in controls()
1212 if ((err = snd_hctl_load(hctl)) < 0) { in cset()
1595 if ((err = snd_hctl_load(handle)) < 0) { in events()
/third_party/alsa-lib/include/
Dcontrol.h746 int snd_hctl_load(snd_hctl_t *hctl);
/third_party/alsa-lib/src/control/
Dhcontrol.c565 int snd_hctl_load(snd_hctl_t *hctl) in snd_hctl_load() function
/third_party/alsa-lib/src/mixer/
Dmixer.c575 err = snd_hctl_load(s->hctl); in snd_mixer_load()
/third_party/alsa-lib/src/alisp/
Dalisp_snd.c804 { "hctl_load", &FA_int_p, (void *)&snd_hctl_load, "hctl" },
/third_party/alsa-utils/alsactl/
Dinit_parse.c193 err = snd_hctl_load(res->ctl_handle); in init_space()