From: Jaroslav Kysela Date: Tue, 29 Sep 2020 15:31:34 +0000 (+0200) Subject: ucm.conf: The module name may not be available when the driver in built-in. X-Git-Tag: v1.2.4~3 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=5634055371fe6b46460502a136f09f20a7318940;p=alsa-ucm-conf.git ucm.conf: The module name may not be available when the driver in built-in. BugLink: https://github.com/alsa-project/alsa-ucm-conf/issues/52 Fixes: d001c8de287f ("ucm.conf: add support for the kernel module name tree") Signed-off-by: Jaroslav Kysela --- diff --git a/ucm2/ucm.conf b/ucm2/ucm.conf index ed410dd..9e78df1 100644 --- a/ucm2/ucm.conf +++ b/ucm2/ucm.conf @@ -52,7 +52,7 @@ If.driver { } False { Define.KernelModulePath "class/sound/card${CardNumber}/device/driver/module" - Define.KernelModule "${sys:$KernelModulePath}" + Define.KernelModule "$${sys:$KernelModulePath}" UseCasePath.module { Directory "module" File "${var:KernelModule}.conf"