]> git.alsa-project.org Git - alsa-ucm-conf.git/commitdiff
ucm2: sof-soundwire: add ACP DMIC configuration
authorChaitanya Krishna.J <ChaitanyaKrishna.J@amd.com>
Mon, 23 Mar 2026 12:47:59 +0000 (18:17 +0530)
committerJaroslav Kysela <perex@perex.cz>
Fri, 27 Mar 2026 13:54:47 +0000 (14:54 +0100)
add acp-dmic.conf to the sof-soundwire configuration tree to enable
the ACP digital microphone (DMIC) endpoint for AMD SoundWire platforms.

Closes: https://github.com/alsa-project/alsa-ucm-conf/pull/732
Suggested-by: Jaroslav Kysela <perex@perex.cz>
Signed-off-by: Chaitanya Krishna.J <ChaitanyaKrishna.J@amd.com>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
ucm2/sof-soundwire/acp-dmic.conf [new file with mode: 0644]

diff --git a/ucm2/sof-soundwire/acp-dmic.conf b/ucm2/sof-soundwire/acp-dmic.conf
new file mode 100644 (file)
index 0000000..342fff0
--- /dev/null
@@ -0,0 +1,8 @@
+SectionDevice."Mic" {
+       Comment "Digital Microphone"
+
+       Value {
+               CapturePriority 100
+               CapturePCM "hw:${CardId},4"
+       }
+}