]> git.alsa-project.org Git - alsa-ucm-conf.git/commitdiff
acppdmmach: add support for ACP 7.0
authorMario Limonciello <mario.limonciello@amd.com>
Thu, 17 Oct 2024 16:44:20 +0000 (11:44 -0500)
committerJaroslav Kysela <perex@perex.cz>
Fri, 18 Oct 2024 08:43:08 +0000 (10:43 +0200)
Starting with ACP 7.0 there is a generic 'acppdmmach' driver that
will be utilized.

Closes: https://github.com/alsa-project/alsa-ucm-conf/pull/452
Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
ucm2/HDA/HDA.conf
ucm2/conf.d/acp-pdm-mach/acp-pdm-mach.conf [new symlink]

index 83f3db2233b1e5d7458bcfb71032657af2a435c7..d18bede30aa28ffe5620ed568be82a6a43e37cb9 100644 (file)
@@ -3,7 +3,7 @@ Syntax 6
 Define.Use ""  # a non-empty string to use UCM configuration for HDA devices
 Define.Done "" # a non-empty string to skip the end error
 
-Define.AcpCardId "$${find-card:field=name,return=id,regex='^acp(|6[23x])$'}"
+Define.AcpCardId "$${find-card:field=name,return=id,regex='^acp(|6[23x]|-pdm-mach)$'}"
 Define.DeviceMic "Mic"
 
 If.dualcodec {
diff --git a/ucm2/conf.d/acp-pdm-mach/acp-pdm-mach.conf b/ucm2/conf.d/acp-pdm-mach/acp-pdm-mach.conf
new file mode 120000 (symlink)
index 0000000..7298c24
--- /dev/null
@@ -0,0 +1 @@
+../../common/linked-card.conf
\ No newline at end of file