From 62c11381903ab058d2620b6e90473768a5ed3ee3 Mon Sep 17 00:00:00 2001 From: Libin Yang Date: Thu, 29 Apr 2021 00:01:52 +0800 Subject: [PATCH] ucm2: soundwire: use the codec kcontrols for rt711-sdca Use "rt711 FU0F" as the HW control, instead of the "PGA2.0 2". Signed-off-by: Libin Yang Signed-off-by: Jaroslav Kysela --- ucm2/sof-soundwire/rt711-sdca.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ucm2/sof-soundwire/rt711-sdca.conf b/ucm2/sof-soundwire/rt711-sdca.conf index 3d47163..3006dc9 100644 --- a/ucm2/sof-soundwire/rt711-sdca.conf +++ b/ucm2/sof-soundwire/rt711-sdca.conf @@ -33,8 +33,8 @@ SectionDevice."Headset" { CapturePriority 200 CapturePCM "hw:${CardId},1" JackControl "Headset Mic Jack" - CaptureSwitch "PGA2.0 2 Master Capture Switch" - CaptureVolume "PGA2.0 2 Master Capture Volume" - CaptureMixerElem "PGA2.0 2 Master" + CaptureSwitch "rt711 FU0F Capture Switch" + CaptureVolume "rt711 FU0F Capture Volume" + CaptureMixerElem "rt711 FU0F" } } -- 2.47.1