OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:snd_ctl_elem_add_boolean
(Results
1 - 4
of
4
) sorted by null
/device/samsung/crespo/alsa-lib/include/
control.h
408
int
snd_ctl_elem_add_boolean
(snd_ctl_t *ctl, const snd_ctl_elem_id_t *id, unsigned int count);
/device/samsung/crespo/alsa-lib/src/pcm/
pcm_softvol.c
655
err =
snd_ctl_elem_add_boolean
(svol->ctl, &cinfo->id, count);
/device/samsung/crespo/alsa-utils/alsactl/
state.c
900
err =
snd_ctl_elem_add_boolean
(handle, id, count);
[
all
...]
/device/samsung/crespo/alsa-lib/src/control/
control.c
347
int
snd_ctl_elem_add_boolean
(snd_ctl_t *ctl, const snd_ctl_elem_id_t *id,
function
[
all
...]
Completed in 16 milliseconds