From b3531451db3b4ac6aa8c6a8bec3992bcf30fffe4 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Wed, 19 Aug 2020 16:03:48 +0200 Subject: [PATCH] ucm2: ucm.conf - fix the fix the sysfs kernel module path The idea was to use the kernel module name not the driver name which may be different. BugLink: https://github.com/alsa-project/alsa-lib/pull/79 Signed-off-by: Jaroslav Kysela --- ucm2/ucm.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ucm2/ucm.conf b/ucm2/ucm.conf index ec82878..ed410dd 100644 --- a/ucm2/ucm.conf +++ b/ucm2/ucm.conf @@ -51,7 +51,7 @@ If.driver { Empty "${var:V2Module}" } False { - Define.KernelModulePath "class/sound/card${CardNumber}/device/driver" + Define.KernelModulePath "class/sound/card${CardNumber}/device/driver/module" Define.KernelModule "${sys:$KernelModulePath}" UseCasePath.module { Directory "module" -- 2.47.1