HomeSort by relevance Sort by last modified time
    Searched refs:snd_hctl_first_elem (Results 1 - 6 of 6) sorted by null

  /device/samsung/crespo/alsa-lib/include/
control.h 518 snd_hctl_elem_t *snd_hctl_first_elem(snd_hctl_t *hctl);
  /device/samsung/crespo/alsa-lib/src/control/
hcontrol.c 495 snd_hctl_elem_t *snd_hctl_first_elem(snd_hctl_t *hctl) function
  /device/samsung/crespo/alsa-lib/src/alisp/
alisp_snd.c 338 if (item->xfunc == &snd_hctl_first_elem ||
808 { "hctl_first_elem", &FA_p_p, (void *)&snd_hctl_first_elem, "hctl" },
  /device/samsung/crespo/alsa-utils/alsactl/
init_parse.c 1200 elem = snd_hctl_first_elem(space->ctl_handle);
1225 elem = snd_hctl_first_elem(space->ctl_handle)
    [all...]
  /device/samsung/crespo/alsa-utils/amixer/
amixer.c 674 for (elem = snd_hctl_first_elem(handle); elem; elem = snd_hctl_elem_next(elem)) {
    [all...]
  /device/samsung/crespo/alsa-lib/src/mixer/
mixer.c 526 elem = snd_hctl_first_elem(slave->hctl);

Completed in 113 milliseconds