Home
last modified time | relevance | path

Searched refs:snd_hctl_first_elem (Results 1 - 6 of 6) sorted by relevance

/third_party/alsa-lib/src/alisp/
H A Dalisp_snd.c340 if (item->xfunc == &snd_hctl_first_elem || in FA_p_p()
801 { "hctl_first_elem", &FA_p_p, (void *)&snd_hctl_first_elem, "hctl" },
/third_party/alsa-lib/src/control/
H A Dhcontrol.c498 snd_hctl_elem_t *snd_hctl_first_elem(snd_hctl_t *hctl) in snd_hctl_first_elem() function
/third_party/alsa-lib/include/
H A Dcontrol.h744 snd_hctl_elem_t *snd_hctl_first_elem(snd_hctl_t *hctl);
/third_party/alsa-lib/src/mixer/
H A Dmixer.c539 elem = snd_hctl_first_elem(slave->hctl); in snd_mixer_class_register()
/third_party/alsa-utils/alsactl/
H A Dinit_parse.c701 elem = snd_hctl_first_elem(space->ctl_handle); in elemid_get()
729 elem = snd_hctl_first_elem(space->ctl_handle); in elemid_get()
/third_party/alsa-utils/amixer/
H A Damixer.c737 for (elem = snd_hctl_first_elem(handle); elem; elem = snd_hctl_elem_next(elem)) { in controls()
1600 for (helem = snd_hctl_first_elem(handle); helem; helem = snd_hctl_elem_next(helem)) { in events()

Completed in 13 milliseconds