chromebook-ucm-conf/stoney/HDA ATI HDMI/HiFi.conf

27 lines
421 B
Plaintext
Raw Normal View History

2023-05-20 22:06:04 +00:00
SectionVerb {
EnableSequence [
cset "name='IEC958 Playback Switch' on"
cset "name='IEC958 Playback Switch',index=1 on"
]
}
SectionDevice."HDMI1" {
Comment "HDMI1"
Value {
2023-08-03 11:55:38 +00:00
PlaybackPriority 300
2023-05-26 13:54:55 +00:00
PlaybackPCM "hw:${CardId},3"
2023-08-03 11:55:38 +00:00
JackControl "HDMI/DP,pcm=3 Jack"
2023-05-20 22:06:04 +00:00
}
}
SectionDevice."HDMI2" {
Comment "HDMI2"
Value {
2023-08-03 11:55:38 +00:00
PlaybackPriority 400
2023-05-26 13:54:55 +00:00
PlaybackPCM "hw:${CardId},7"
2023-08-03 11:55:38 +00:00
JackControl "HDMI/DP,pcm=7 Jack"
2023-05-20 22:06:04 +00:00
}
}