aboutsummaryrefslogtreecommitdiff
path: root/src/ucm/parser.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ucm/parser.c')
-rw-r--r--src/ucm/parser.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/ucm/parser.c b/src/ucm/parser.c
index 219edb96..5e1a8862 100644
--- a/src/ucm/parser.c
+++ b/src/ucm/parser.c
@@ -34,9 +34,6 @@
#include <dirent.h>
#include <limits.h>
-/** The name of the environment variable containing the UCM directory */
-#define ALSA_CONFIG_UCM_VAR "ALSA_CONFIG_UCM"
-
/* Directories to store UCM configuration files for components, like
* off-soc codecs or embedded DSPs. Components can define their own
* devices and sequences, to be reused by sound cards/machines. UCM
@@ -53,6 +50,7 @@
static const char * const component_dir[] = {
"codecs", /* for off-soc codecs */
"dsps", /* for DSPs embedded in SoC */
+ "platforms", /* for common platform implementations */
NULL, /* terminator */
};