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 <perex@perex.cz>
This commit is contained in:
parent
73365dcb9d
commit
b0f6cdf68d
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue