From 546303f811c9e6acadf222ec959344e8a4d234de Mon Sep 17 00:00:00 2001 From: WeirdTreeThing Date: Thu, 17 Aug 2023 12:32:39 -0400 Subject: [PATCH] mdn/sof-rt5682-hs-rt1019: Update JackControl Use Headphone Jack and Headset Mic Jack to be able to tell the difference between headphones without a mic and a headset. --- mendocino/sof-rt5682s-hs-/HiFi.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mendocino/sof-rt5682s-hs-/HiFi.conf b/mendocino/sof-rt5682s-hs-/HiFi.conf index 81205fe..c2a72b0 100644 --- a/mendocino/sof-rt5682s-hs-/HiFi.conf +++ b/mendocino/sof-rt5682s-hs-/HiFi.conf @@ -109,7 +109,7 @@ SectionDevice."Headphones" { PlaybackPriority 200 PlaybackPCM "hw:${CardId},0" PlaybackMixerElem "DAC1" - JackControl "Headset Jack" + JackControl "Headphone Jack" } EnableSequence [ cset "name='Headphone Jack Switch' on" @@ -147,7 +147,7 @@ SectionDevice."Headset" { CapturePriority 200 CapturePCM "hw:${CardId},0" CaptureMixerElem "Headset Mic" - JackControl "Headset Jack" + JackControl "Headset Mic Jack" } EnableSequence [ cset "name='Headset Mic Switch' on"