From: Jaroslav Kysela Date: Wed, 19 Aug 2020 14:03:48 +0000 (+0200) Subject: ucm2: ucm.conf - fix the fix the sysfs kernel module path X-Git-Tag: v1.2.4~12 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=b3531451db3b4ac6aa8c6a8bec3992bcf30fffe4;p=alsa-ucm-conf.git 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 --- 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"