all: replace JackDev with the corresponding JackControl line

pull/4/head
WeirdTreeThing 2023-08-23 09:00:20 -04:00
parent 232d1c9453
commit 99f82355cd
No known key found for this signature in database
GPG Key ID: 1F56A4B52998B851
4 changed files with 7 additions and 7 deletions

View File

@ -60,7 +60,7 @@ SectionDevice."Headset" {
CapturePriority 200 CapturePriority 200
CapturePCM "hw:${CardId},1" CapturePCM "hw:${CardId},1"
CaptureMixerElem "Headset Mic" CaptureMixerElem "Headset Mic"
JackDev "sof-cs42l42 Headset Jack" JackControl "Headset Mic Jack"
} }
EnableSequence [ EnableSequence [
cset "name='Headset Mic Switch' on" cset "name='Headset Mic Switch' on"

View File

@ -69,7 +69,7 @@ SectionDevice."Headset" {
CapturePriority 200 CapturePriority 200
CapturePCM "hw:${CardId},1" CapturePCM "hw:${CardId},1"
CaptureMixerElem "Headset Mic" CaptureMixerElem "Headset Mic"
JackDev "sof-rt5682 Headset Jack" JackControl "Headset Mic Jack"
} }
EnableSequence [ EnableSequence [
cset "name='Headset Mic Switch' on" cset "name='Headset Mic Switch' on"

View File

@ -14,7 +14,7 @@ SectionDevice."HDMI1" {
Value { Value {
PlaybackPCM "hw:${CardId},3" PlaybackPCM "hw:${CardId},3"
JackDev "HD-Audio Generic HDMI/DP,pcm=3" JackControl "HDMI/DP,pcm=3 Jack"
} }
EnableSequence [ EnableSequence [
] ]
@ -27,7 +27,7 @@ SectionDevice."HDMI2" {
Value { Value {
PlaybackPCM "hw:${CardId},7" PlaybackPCM "hw:${CardId},7"
JackDev "HD-Audio Generic HDMI/DP,pcm=7" JackControl "HDMI/DP,pcm=7 Jack"
} }
EnableSequence [ EnableSequence [
] ]
@ -40,7 +40,7 @@ SectionDevice."HDMI3" {
Value { Value {
PlaybackPCM "hw:${CardId},8" PlaybackPCM "hw:${CardId},8"
JackDev "HD-Audio Generic HDMI/DP,pcm=8" JackControl "HDMI/DP,pcm=8 Jack"
} }
EnableSequence [ EnableSequence [
] ]
@ -53,7 +53,7 @@ SectionDevice."HDMI4" {
Value { Value {
PlaybackPCM "hw:${CardId},9" PlaybackPCM "hw:${CardId},9"
JackDev "HD-Audio Generic HDMI/DP,pcm=9" JackControl "HDMI/DP,pcm=9 Jack"
} }
EnableSequence [ EnableSequence [
] ]

View File

@ -79,7 +79,7 @@ SectionDevice."Headset" {
CapturePriority 200 CapturePriority 200
CapturePCM "hw:${CardId},1" CapturePCM "hw:${CardId},1"
CaptureMixerElem "Headset Mic" CaptureMixerElem "Headset Mic"
JackDev "sof-rt5682 Headset Jack" JackControl "Headset Mic Jack"
} }
EnableSequence [ EnableSequence [
cset "name='Headset Mic Switch' on" cset "name='Headset Mic Switch' on"