From 1e6297b650114cb2e043be4c677118f971e31eb7 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Thu, 13 May 2021 17:12:51 +0200 Subject: [PATCH] ucm2: use private alsa-lib's configuration by default Signed-off-by: Jaroslav Kysela --- ucm2/ucm.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ucm2/ucm.conf b/ucm2/ucm.conf index 584c8c5..a9bdd0d 100644 --- a/ucm2/ucm.conf +++ b/ucm2/ucm.conf @@ -11,13 +11,15 @@ # Syntax version is reset for the master configuration file. # -Syntax 3 +Syntax 4 Define.V1 "" # non-empty string to enable ucm v1 paths Define.V2ConfD yes # empty string to disable Define.V2Module yes # non-empty string to enable module name lookups (obsolete) Define.V2Name yes # non-empty string to enable driver & card name lookups (obsolete) +Include.libgen.File "/lib/generic.conf" # private alsa-lib configuration + If.driver { Condition { Type String -- 2.47.1