From: Chaitanya Krishna.J Date: Mon, 23 Mar 2026 12:47:59 +0000 (+0530) Subject: ucm2: sof-soundwire: add ACP DMIC configuration X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=fb35cbd82aa516af373b874af64a87af093e6328;p=alsa-ucm-conf.git ucm2: sof-soundwire: add ACP DMIC configuration 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 Signed-off-by: Chaitanya Krishna.J Signed-off-by: Jaroslav Kysela --- diff --git a/ucm2/sof-soundwire/acp-dmic.conf b/ucm2/sof-soundwire/acp-dmic.conf new file mode 100644 index 0000000..342fff0 --- /dev/null +++ b/ucm2/sof-soundwire/acp-dmic.conf @@ -0,0 +1,8 @@ +SectionDevice."Mic" { + Comment "Digital Microphone" + + Value { + CapturePriority 100 + CapturePCM "hw:${CardId},4" + } +}