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/self/root/proc/thread-self/root/usr/share/alsa/ucm2/Intel/bytcht-es8316/HiFi-Components.conf
If.spk {
	Condition {
		Type String
		Haystack "${CardComponents}"
		Needle "cfg-spk:2"
	}
	True.Include.spk.File "/codecs/es8316/Speaker.conf"
}

If.mono {
	Condition {
		Type String
		Haystack "${CardComponents}"
		Needle "cfg-spk:1"
	}
	True.Include.mspk.File "/codecs/es8316/MonoSpeaker.conf"
}

Include.hs.File "/codecs/es8316/HeadPhones.conf"

If.in1 {
	Condition {
		Type String
		Haystack "${CardComponents}"
		Needle "cfg-mic:in1"
	}
	True {
		Include.mic.File "/codecs/es8316/IN1-InternalMic.conf"
		Include.hsmic.File "/codecs/es8316/IN2-HeadsetMic.conf"
	}
}

If.in2 {
	Condition {
		Type String
		Haystack "${CardComponents}"
		Needle "cfg-mic:in2"
	}
	True {
		Include.hsmic.File "/codecs/es8316/IN1-HeadsetMic.conf"
		Include.mic.File "/codecs/es8316/IN2-InternalMic.conf"
	}
}