]> git.alsa-project.org Git - alsa-ucm-conf.git/commitdiff
acp63: add initial support for AMD Pink Sardine - ACP63
authorAaron Ma <aaron.ma@canonical.com>
Wed, 21 Jun 2023 07:54:00 +0000 (15:54 +0800)
committerJaroslav Kysela <perex@perex.cz>
Mon, 26 Jun 2023 15:38:20 +0000 (17:38 +0200)
Fixes: https://github.com/alsa-project/alsa-ucm-conf/pull/327
Fixes: https://github.com/alsa-project/alsa-ucm-conf/pull/326
Signed-off-by: Aaron Ma <aaron.ma@canonical.com>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
ucm2/HDA/HDA.conf
ucm2/conf.d/acp63/acp63.conf [new file with mode: 0644]

index 47dfc058379bc3e920fb146fb0ce1f674618e3f2..93172806363e1e37c40d78c28306f8dee2f95d11 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|acp6x)$'}"
+Define.AcpCardId "$${find-card:field=name,return=id,regex='^(acp|acp6x|acp63)$'}"
 Define.DeviceMic "Mic"
 
 If.dualcodec {
diff --git a/ucm2/conf.d/acp63/acp63.conf b/ucm2/conf.d/acp63/acp63.conf
new file mode 100644 (file)
index 0000000..a90f20e
--- /dev/null
@@ -0,0 +1,3 @@
+Syntax 3
+
+Include.linked.File "/common/linked.conf"