OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:snd_pcm_info_get_id
(Results
1 - 6
of
6
) sorted by null
/device/samsung/crespo/alsa-lib/test/
control.c
64
printf(" id - '%s'\n",
snd_pcm_info_get_id
(pcminfo));
/device/samsung/crespo/alsa-lib/src/
confmisc.c
1025
err = snd_config_imake_string(dst, id,
snd_pcm_info_get_id
(info));
[
all
...]
/device/samsung/crespo/alsa-lib/include/
pcm.h
500
const char *
snd_pcm_info_get_id
(const snd_pcm_info_t *obj);
[
all
...]
/device/samsung/crespo/alsa-lib/src/alisp/
alisp_snd.c
777
p1 = add_cons(instance, p1, 1, "id", new_string(instance,
snd_pcm_info_get_id
(info)));
/device/samsung/crespo/alsa-utils/aplay/
aplay.c
252
snd_pcm_info_get_id
(pcminfo),
[
all
...]
/device/samsung/crespo/alsa-lib/src/pcm/
pcm.c
6256
const char *
snd_pcm_info_get_id
(const snd_pcm_info_t *obj)
function
[
all
...]
Completed in 54 milliseconds