OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ALSA_CONFIG_DIR
(Results
1 - 7
of
7
) sorted by null
/device/samsung/crespo/alsa-lib/include/
config.h
10
#ifndef
ALSA_CONFIG_DIR
11
#define
ALSA_CONFIG_DIR
"/usr/share/alsa"
config.h.in
7
#undef
ALSA_CONFIG_DIR
/device/samsung/crespo/alsa-lib/src/mixer/
simple_abst.c
301
file =
ALSA_CONFIG_DIR
"/smixer.conf";
/device/samsung/crespo/alsa-lib/src/
conf.c
583
char *tmp = malloc(strlen(
ALSA_CONFIG_DIR
) + 1 + strlen(str + 8) + 1);
588
sprintf(tmp,
ALSA_CONFIG_DIR
"/%s", str + 8);
[
all
...]
confmisc.c
591
return snd_config_imake_string(dst, id,
ALSA_CONFIG_DIR
);
[
all
...]
/device/samsung/crespo/alsa-lib/src/alisp/
alisp.c
[
all
...]
/device/samsung/crespo/alsa-lib/
configure
866
ALSA_CONFIG_DIR
[
all
...]
Completed in 156 milliseconds