OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:snd_ctl_elem_id_get_device
(Results
1 - 6
of
6
) sorted by null
/device/samsung/crespo/alsa-utils/alsactl/
init_parse.c
503
val =
snd_ctl_elem_id_get_device
(space->ctl_id);
1168
if (
snd_ctl_elem_id_get_device
(pattern) != -1 &&
1169
snd_ctl_elem_id_get_device
(pattern) !=
snd_ctl_elem_id_get_device
(id))
[
all
...]
state.c
43
snd_ctl_elem_id_get_device
(id),
[
all
...]
/device/samsung/crespo/alsa-lib/include/
control.h
295
unsigned int
snd_ctl_elem_id_get_device
(const snd_ctl_elem_id_t *obj);
/device/samsung/crespo/alsa-lib/src/alisp/
alisp_snd.c
478
cons = add_cons(instance, cons, 1, "dev", new_integer(instance,
snd_ctl_elem_id_get_device
(id)));
/device/samsung/crespo/alsa-lib/src/control/
control.c
1225
unsigned int
snd_ctl_elem_id_get_device
(const snd_ctl_elem_id_t *obj)
function
[
all
...]
/device/samsung/crespo/alsa-utils/amixer/
amixer.c
433
device =
snd_ctl_elem_id_get_device
(id);
[
all
...]
Completed in 16 milliseconds