From 6025f91b71e4c527f885b6320186cbd21b70bb5f Mon Sep 17 00:00:00 2001 From: WeirdTreeThing Date: Wed, 6 Sep 2023 06:29:19 -0400 Subject: [PATCH] cml/sof-cmlda7219max: Increase Rear Mic CapturePriority Make the Front Mic have a lower priority so it is the default. --- cml/sof-cmlda7219ma/HiFi.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cml/sof-cmlda7219ma/HiFi.conf b/cml/sof-cmlda7219ma/HiFi.conf index e4939e9..b281db5 100644 --- a/cml/sof-cmlda7219ma/HiFi.conf +++ b/cml/sof-cmlda7219ma/HiFi.conf @@ -101,7 +101,7 @@ SectionDevice."Mic 1" { Comment "Rear Mic" Value { - CapturePriority 100 + CapturePriority 150 CapturePCM "hw:${CardId},2" CaptureChannels 4 }