Lines Matching defs:path
339 const char *path;342 path = getenv(ALSA_CONFIG_UCM2_VAR);343 if (!path || path[0] == '\0')344 path = ALSA_CONFIG_DIR "/ucm2";346 path = getenv(ALSA_CONFIG_UCM_VAR);347 if (!path || path[0] == '\0')348 path = ALSA_CONFIG_DIR "/ucm";350 return path;