Syntax 4
+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 {