HEX
Server: Apache
System: Linux pdx1-shared-a1-38 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: mmickelson (3396398)
PHP: 8.1.31
Disabled: NONE
Upload Files
File: //usr/share/alsa/ucm2/HDA/HiFi.conf
# Use case Configuration for sof-hda-dsp

SectionVerb {
	Value.TQ "HiFi"
}

If.analog {
	Condition {
		Type ControlExists
		Control "name='Master Playback Switch'"
	}
	True {
		If.acp {
			Condition {
				Type String
				Empty "${var:AcpCardId}"
			}
			True.Include.analog.File "/HDA/HiFi-analog.conf"
			False.Include {
				acp.File "/HDA/HiFi-acp.conf"
				analog.File "/HDA/HiFi-analog.conf"
			}
		}
	}
}

If.hdmi {
	Condition { Type String Empty "" }
	True.Include.hdmi.File "/HDA/Hdmi.conf"
}