HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux spn-python 5.15.0-89-generic #99-Ubuntu SMP Mon Oct 30 20:42:41 UTC 2023 x86_64
User: arjun (1000)
PHP: 8.1.2-1ubuntu2.20
Disabled: NONE
Upload Files
File: //proc/1233/root/usr/share/alsa/ucm2/codecs/hda/hdmi.conf
If.hdmi {
	Condition {
		Type ControlExists
		Control "iface=CARD,name='HDMI/DP,pcm=${var:HdmiPCM} Jack'"
	}
	True {
		SectionDevice."HDMI${var:HdmiNum}" {
			Comment "HDMI / DisplayPort ${var:HdmiNum} Output"

			EnableSequence [
				cset "name='IEC958 Playback Switch',index=${var:HdmiCtlIndex} on"
			]

			DisableSequence [
				cset "name='IEC958 Playback Switch',index=${var:HdmiCtlIndex} off"
			]

			Value {
				PlaybackPriority "${var:HdmiPrio}"
				PlaybackPCM "hw:${CardId},${var:HdmiPCM}"
				JackControl "HDMI/DP,pcm=${var:HdmiPCM} Jack"
			}
		}
	}
}