OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:snd_ctl_card_info_get_mixername
(Results
1 - 7
of
7
) sorted by null
/device/samsung/crespo/alsa-lib/test/
control.c
41
printf(" mixername - '%s'\n",
snd_ctl_card_info_get_mixername
(info));
/device/samsung/crespo/alsa-lib/include/
control.h
321
const char *
snd_ctl_card_info_get_mixername
(const snd_ctl_card_info_t *obj);
/device/samsung/crespo/alsa-lib/src/alisp/
alisp_snd.c
465
p1 = add_cons(instance, p1, 1, "mixername", new_string(instance,
snd_ctl_card_info_get_mixername
(info)));
/device/samsung/crespo/alsa-lib/src/control/
control.c
1442
const char *
snd_ctl_card_info_get_mixername
(const snd_ctl_card_info_t *obj)
function
[
all
...]
/device/samsung/crespo/alsa-utils/alsactl/
init_parse.c
236
return
snd_ctl_card_info_get_mixername
(space->ctl_card_info);
[
all
...]
/device/samsung/crespo/alsa-utils/alsamixer/
alsamixer.c
[
all
...]
/device/samsung/crespo/alsa-utils/amixer/
amixer.c
104
printf(" Mixer name : '%s'\n",
snd_ctl_card_info_get_mixername
(info));
[
all
...]
Completed in 14 milliseconds