]> git.alsa-project.org Git - alsa-ucm-conf.git/commitdiff
acp6x: add initial support for AMD Yellow Carp - ACP6x
authorJaroslav Kysela <perex@perex.cz>
Thu, 27 Jan 2022 20:50:32 +0000 (21:50 +0100)
committerJaroslav Kysela <perex@perex.cz>
Mon, 31 Jan 2022 18:40:44 +0000 (19:40 +0100)
Link: https://github.com/alsa-project/alsa-ucm-conf/issues/136
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
ucm2/HDA/HDA.conf
ucm2/conf.d/acp6x/acp6x.conf [new symlink]

index ab80fa51f8be1d59e4396f8a2b9bf51d03af068b..411f2e70ead175133224b9dd27c6e422762f5060 100644 (file)
@@ -3,7 +3,7 @@ Syntax 4
 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$'}"
+Define.AcpCardId "$${find-card:field=name,return=id,regex='^(acp|acp6x)$'}"
 Define.DeviceMic "Mic"
 
 If.dualcodec {
diff --git a/ucm2/conf.d/acp6x/acp6x.conf b/ucm2/conf.d/acp6x/acp6x.conf
new file mode 120000 (symlink)
index 0000000..7298c24
--- /dev/null
@@ -0,0 +1 @@
+../../common/linked-card.conf
\ No newline at end of file