From: Jaroslav Kysela Date: Tue, 23 Nov 2021 11:43:37 +0000 (+0100) Subject: ucm.conf: turn off support for V2Module and V2Name by default X-Git-Tag: v1.2.6~4 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=b0f6cdf68d8fe4f35993cc65541602b78a67a1a9;p=alsa-ucm-conf.git ucm.conf: turn off support for V2Module and V2Name by default The only preferred lookup path is conf.d/ subtree. Signed-off-by: Jaroslav Kysela --- diff --git a/ucm2/ucm.conf b/ucm2/ucm.conf index a9bdd0d..fb1a0be 100644 --- a/ucm2/ucm.conf +++ b/ucm2/ucm.conf @@ -15,8 +15,8 @@ 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) +Define.V2Module "" # non-empty string to enable module name lookups (obsolete) +Define.V2Name "" # non-empty string to enable driver & card name lookups (obsolete) Include.libgen.File "/lib/generic.conf" # private alsa-lib configuration