Home
last modified time | relevance | path

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

/third_party/alsa-lib/src/alisp/
H A Dalisp_snd.c342 item->xfunc == &snd_hctl_elem_next || in FA_p_p()
796 { "hctl_elem_next", &FA_p_p, (void *)&snd_hctl_elem_next, "hctl_elem" },
/third_party/alsa-lib/src/control/
H A Dhcontrol.c524 snd_hctl_elem_t *snd_hctl_elem_next(snd_hctl_elem_t *elem) in snd_hctl_elem_next() function
/third_party/alsa-lib/include/
H A Dcontrol.h757 snd_hctl_elem_t *snd_hctl_elem_next(snd_hctl_elem_t *elem);
/third_party/alsa-lib/src/mixer/
H A Dmixer.c544 elem = snd_hctl_elem_next(elem); in snd_mixer_class_register()
/third_party/alsa-utils/alsactl/
H A Dinit_parse.c716 elem = snd_hctl_elem_next(elem); in elemid_get()
734 elem = snd_hctl_elem_next(elem); 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 14 milliseconds