avs/hdmi: fix JackControl

pull/2/head
WeirdTreeThing 2023-08-02 21:44:40 -04:00
parent 075b9d36e4
commit b91d5e679c
No known key found for this signature in database
GPG Key ID: 1F56A4B52998B851
1 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@ SectionDevice."HDMI1".0 {
Value { Value {
PlaybackPriority 300 PlaybackPriority 300
PlaybackPCM "hw:${CardId},1" PlaybackPCM "hw:${CardId},1"
JackControl "HDMI/DP,pcm=1" JackControl "HDMI/DP,pcm=1 Jack"
} }
EnableSequence [ EnableSequence [
] ]
@ -26,7 +26,7 @@ SectionDevice."HDMI2".0 {
Value { Value {
PlaybackPriority 400 PlaybackPriority 400
PlaybackPCM "hw:${CardId},2" PlaybackPCM "hw:${CardId},2"
JackControl "HDMI/DP,pcm=2" JackControl "HDMI/DP,pcm=2 Jack"
} }
EnableSequence [ EnableSequence [
] ]
@ -39,7 +39,7 @@ SectionDevice."HDMI3".0 {
Value { Value {
PlaybackPriority 500 PlaybackPriority 500
PlaybackPCM "hw:${CardId},3" PlaybackPCM "hw:${CardId},3"
JackControl "HDMI/DP,pcm=3" JackControl "HDMI/DP,pcm=3 Jack"
} }
EnableSequence [ EnableSequence [
] ]