avs/nau8825: Fix jack detection

nau8825 is different for some reason
pull/3/head
WeirdTreeThing 2023-08-08 14:25:10 -04:00
parent 1a79ad7450
commit dc6ce5db51
No known key found for this signature in database
GPG Key ID: 1F56A4B52998B851
1 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ SectionDevice."Headphone" {
PlaybackPriority 200 PlaybackPriority 200
PlaybackPCM "hw:${CardId},1" PlaybackPCM "hw:${CardId},1"
PlaybackMixerElem "Headphone" PlaybackMixerElem "Headphone"
JackControl "Headset Jack" JackControl "Headphone Jack"
} }
EnableSequence [ EnableSequence [
cset "name='Headphone Jack Switch' on" cset "name='Headphone Jack Switch' on"
@ -36,7 +36,7 @@ SectionDevice."Mic" {
CapturePriority 200 CapturePriority 200
CapturePCM "hw:${CardId},1" CapturePCM "hw:${CardId},1"
CaptureMixerElem "Headset Mic" CaptureMixerElem "Headset Mic"
JackControl "Headset Jack" JackControl "Headphone Jack"
} }
EnableSequence [ EnableSequence [