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

  /device/samsung/crespo/alsa-lib/include/
control.h 372 int snd_ctl_elem_info_is_locked(const snd_ctl_elem_info_t *obj);
  /device/samsung/crespo/alsa-lib/src/alisp/
alisp_snd.c 578 p1 = add_cons(instance, p1, 1, "locked", new_integer(instance, snd_ctl_elem_info_is_locked(info)));
  /device/samsung/crespo/alsa-utils/alsactl/
state.c 274 if (snd_ctl_elem_info_is_locked(info))
    [all...]
init_parse.c 533 if (snd_ctl_elem_info_is_locked(space->ctl_info))
    [all...]
  /device/samsung/crespo/alsa-lib/src/control/
control.c 1810 int snd_ctl_elem_info_is_locked(const snd_ctl_elem_info_t *obj) function
    [all...]
  /device/samsung/crespo/alsa-utils/amixer/
amixer.c 156 *res++ = snd_ctl_elem_info_is_locked(info) ? 'l' : '-';
    [all...]

Completed in 26 milliseconds