From b856040ab9f3eb0380014959f91ca13afe33a067 Mon Sep 17 00:00:00 2001 From: Pierre-Louis Bossart Date: Mon, 27 Jun 2022 15:07:43 -0500 Subject: [PATCH] ucm2: sof-soundwire: rt711-sdca: use codec volume/switch consistently We already use CaptureSwitch "rt711 FU0F Capture Switch" CaptureVolume "rt711 FU0F Capture Volume" but the enable/disable sequences used the SOF 'PGA2.0 2 Master Capture Switch' Fixes: https://github.com/alsa-project/alsa-ucm-conf/pull/180 Signed-off-by: Pierre-Louis Bossart Signed-off-by: Jaroslav Kysela --- ucm2/sof-soundwire/rt711-sdca.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ucm2/sof-soundwire/rt711-sdca.conf b/ucm2/sof-soundwire/rt711-sdca.conf index 3006dc9..a8e555e 100644 --- a/ucm2/sof-soundwire/rt711-sdca.conf +++ b/ucm2/sof-soundwire/rt711-sdca.conf @@ -22,11 +22,11 @@ SectionDevice."Headset" { Comment "Headset Microphone" EnableSequence [ - cset "name='PGA2.0 2 Master Capture Switch' 1" + cset "name='rt711 FU0F Capture Switch' 1" ] DisableSequence [ - cset "name='PGA2.0 2 Master Capture Switch' 0" + cset "name='rt711 FU0F Capture Switch' 0" ] Value { -- 2.47.1