From 119f02851bd83d24c3a2d034e6c2964d89df42a5 Mon Sep 17 00:00:00 2001 From: BEN SHARIR Date: Mon, 6 Jul 2026 21:21:28 +0700 Subject: [PATCH] rt721: enable capture switches by default Enable FU0F and FU1E capture switches in the RT721 init sequence. Without these, DMIC and headset microphone capture is muted by default. This matches the behavior of rt712 and rt713 codecs which both enable their capture switches in init.conf. Tested on ASUS ProArt PX13 (AMD ACP70 SoundWire + RT721 codec). Closes: https://github.com/alsa-project/alsa-ucm-conf/pull/806 Fixes: https://github.com/alsa-project/alsa-ucm-conf/issues/805 Signed-off-by: BEN SHARIR Signed-off-by: Jaroslav Kysela --- ucm2/codecs/rt721/init.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ucm2/codecs/rt721/init.conf b/ucm2/codecs/rt721/init.conf index b6ac2fe..e4e5f10 100644 --- a/ucm2/codecs/rt721/init.conf +++ b/ucm2/codecs/rt721/init.conf @@ -6,9 +6,11 @@ BootSequence [ cset "name='rt721 ADC 10 R Mux' 'DMIC2 FE'" cset "name='rt721 ADC 10 L Mux' 'DMIC2 RE'" cset "name='rt721 ADC 09 Mux' 'MIC2'" + cset "name='rt721 FU0F Capture Switch' 1" + cset "name='rt721 FU0F Capture Volume' 63" + cset "name='rt721 FU1E Capture Switch' 1" cset "name='rt721 FU1E Capture Volume' 63" cset "name='rt721 FU06 Playback Volume' 87" cset "name='rt721 FU05 Playback Volume' 87" - cset "name='rt721 FU0F Capture Volume' 63" cset "name='rt721 FU33 Boost Volume' 1" ] -- 2.52.0