Include.ctl-remap.File "/lib/ctl-remap.conf"
}
}
+
+#
+# Currently restricted to Steam Deck OLED hardware.
+#
+If.galileo {
+ Condition {
+ Type String
+ String1 "Galileo"
+ String2 "${sys:devices/virtual/dmi/id/product_name}"
+ }
+ True {
+ SectionUseCase."HiFi" {
+ If.upstream {
+ Condition {
+ Type ControlExists
+ Control "name='Left Analog PCM Volume'"
+ }
+ True.File "HiFi-upstream.conf"
+ False.File "HiFi.conf"
+ }
+ Comment "Default"
+ }
+
+ BootSequence [
+ cset "name='Digital Playback Volume' 252"
+ cset "name='Left Analog PCM Volume' 17"
+ cset "name='Right Analog PCM Volume' 17"
+ cset "name='Left Digital PCM Volume' 870"
+ cset "name='Right Digital PCM Volume' 870"
+ cset "name='Headphone Volume' 2"
+ cset "name='Digital Playback Volume' 192"
+ cset "name='Mic Volume' 252"
+ cset "name='Frontend PGA Volume' 27"
+ ]
+
+ Include.card-init.File "/lib/card-init.conf"
+ Include.ctl-remap.File "/lib/ctl-remap.conf"
+ }
+}