From: Mario Limonciello Date: Thu, 17 Oct 2024 16:44:20 +0000 (-0500) Subject: acppdmmach: add support for ACP 7.0 X-Git-Tag: v1.2.13~17 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=b2358f24a93d5a07b5bf7c35f0d76676dc85869c;p=alsa-ucm-conf.git acppdmmach: add support for ACP 7.0 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 Signed-off-by: Jaroslav Kysela --- diff --git a/ucm2/HDA/HDA.conf b/ucm2/HDA/HDA.conf index 83f3db2..d18bede 100644 --- a/ucm2/HDA/HDA.conf +++ b/ucm2/HDA/HDA.conf @@ -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 index 0000000..7298c24 --- /dev/null +++ b/ucm2/conf.d/acp-pdm-mach/acp-pdm-mach.conf @@ -0,0 +1 @@ +../../common/linked-card.conf \ No newline at end of file