From: derek fang Date: Mon, 30 Mar 2026 08:15:49 +0000 (+0800) Subject: sof-soundwire: add rt722 into hs_init X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=70d2463dc303ed35881ead0e6653b2cf245d8bf5;p=alsa-ucm-conf.git sof-soundwire: add rt722 into hs_init Load rt722/init.conf while using rt722 headset function only instead of multicodec. Closes: https://github.com/alsa-project/alsa-ucm-conf/pull/743 Signed-off-by: derek fang Signed-off-by: Jaroslav Kysela --- diff --git a/ucm2/sof-soundwire/sof-soundwire.conf b/ucm2/sof-soundwire/sof-soundwire.conf index e48f474..a32ba43 100644 --- a/ucm2/sof-soundwire/sof-soundwire.conf +++ b/ucm2/sof-soundwire/sof-soundwire.conf @@ -117,7 +117,7 @@ If.spk_init { If.hs_init { Condition { Type RegexMatch - Regex "(cs42l43|cs42l45|cs47l47|rt5682|rt700|rt711|rt713(-sdca)?)" + Regex "(cs42l43|cs42l45|cs47l47|rt5682|rt700|rt711|rt713(-sdca)?|rt722)" String "${var:HeadsetCodec1}" } True.Include.hs_init.File "/codecs/${var:HeadsetCodec1}/init.conf"