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 <perex@perex.cz>
Signed-off-by: Chaitanya Krishna.J <ChaitanyaKrishna.J@amd.com>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
Chaitanya Krishna.J 2026-03-23 18:17:59 +05:30 committed by Jaroslav Kysela
commit fb35cbd82a

View file

@ -0,0 +1,8 @@
SectionDevice."Mic" {
Comment "Digital Microphone"
Value {
CapturePriority 100
CapturePCM "hw:${CardId},4"
}
}