150 lines
2.9 KiB
Plaintext
150 lines
2.9 KiB
Plaintext
SectionVerb {
|
|
EnableSequence [
|
|
cset "name='Left DAI Sel Mux' Right"
|
|
cset "name='Right DAI Sel Mux' Left"
|
|
cset "name='Left Digital Volume' 127"
|
|
cset "name='Right Digital Volume' 127"
|
|
cset "name='Left FS Max Volume' 7"
|
|
cset "name='Right FS Max Volume' 7"
|
|
|
|
cset "name='Stereo1 DAC MIXL DAC L1 Switch' off"
|
|
cset "name='Stereo1 DAC MIXR DAC R1 Switch' off"
|
|
cset "name='RECMIX1L CBJ Switch' on"
|
|
cset "name='IF1 01 ADC Swap Mux' L/L"
|
|
cset "name='CBJ Boost Volume' 28"
|
|
cset "name='Stereo1 ADC L Mux' ADC1 L"
|
|
cset "name='Stereo1 ADC L1 Mux' ADC"
|
|
cset "name='Stereo1 ADC MIXL ADC2 Switch' off"
|
|
cset "name='Stereo1 ADC MIXL ADC1 Switch' on"
|
|
]
|
|
}
|
|
|
|
# Split 4ch dmic into 2 virtual 2ch mics
|
|
Include.pcm_split.File "/conf.d/dmic-common/split.conf"
|
|
|
|
Macro [
|
|
{
|
|
SplitPCM {
|
|
Name "tgl_stereo_in"
|
|
Direction Capture
|
|
Format S32_LE
|
|
Channels 2
|
|
HWChannels 4
|
|
HWChannelPos0 FL
|
|
HWChannelPos1 FR
|
|
HWChannelPos2 FL
|
|
HWChannelPos3 FR
|
|
}
|
|
}
|
|
]
|
|
|
|
SectionDevice."Speaker" {
|
|
Comment "Speaker"
|
|
|
|
Value {
|
|
PlaybackPriority 100
|
|
PlaybackPCM "hw:${CardId},0"
|
|
EchoReferenceDev "Echo Reference"
|
|
}
|
|
EnableSequence [
|
|
cset "name='Left VI Sense Switch' on"
|
|
cset "name='Right VI Sense Switch' on"
|
|
]
|
|
DisableSequence [
|
|
cset "name='Left VI Sense Switch' off"
|
|
cset "name='Right VI Sense Switch' off"
|
|
]
|
|
}
|
|
|
|
SectionDevice."Headphones" {
|
|
Comment "Headphones"
|
|
|
|
Value {
|
|
PlaybackPriority 200
|
|
PlaybackPCM "hw:${CardId},1"
|
|
PlaybackMixerElem "DAC1"
|
|
JackControl "Headphone Jack"
|
|
}
|
|
EnableSequence [
|
|
cset "name='Headphone Jack Switch' on"
|
|
cset "name='Stereo1 DAC MIXL DAC L1 Switch' 1"
|
|
cset "name='Stereo1 DAC MIXR DAC R1 Switch' 1"
|
|
]
|
|
DisableSequence [
|
|
cset "name='Headphone Jack Switch' off"
|
|
cset "name='Stereo1 DAC MIXL DAC L1 Switch' 0"
|
|
cset "name='Stereo1 DAC MIXR DAC R1 Switch' 0"
|
|
|
|
]
|
|
}
|
|
|
|
SectionDevice."Echo Reference" {
|
|
Comment "Echo Reference"
|
|
|
|
Value {
|
|
CapturePCM "hw:${CardId},0"
|
|
}
|
|
}
|
|
|
|
SectionDevice."Mic" {
|
|
Comment "Front Mic"
|
|
|
|
Value {
|
|
CapturePriority 100
|
|
CapturePCM "hw:${CardId},99"
|
|
CaptureChannels 4
|
|
}
|
|
Macro.pcm_split.SplitPCMDevice {
|
|
Name "tgl_stereo_in"
|
|
Direction Capture
|
|
Device 99
|
|
HWChannels 4
|
|
Channels 2
|
|
Channel0 1
|
|
Channel1 0
|
|
ChannelPos0 FL
|
|
ChannelPos1 FR
|
|
}
|
|
}
|
|
|
|
SectionDevice."Mic 1" {
|
|
Comment "Rear Mic"
|
|
|
|
Value {
|
|
CapturePriority 100
|
|
CapturePCM "hw:${CardId},99"
|
|
CaptureChannels 4
|
|
}
|
|
Macro.pcm_split.SplitPCMDevice {
|
|
Name "tgl_stereo_in"
|
|
Direction Capture
|
|
Device 99
|
|
HWChannels 4
|
|
Channels 2
|
|
Channel0 2
|
|
Channel1 2
|
|
ChannelPos0 FL
|
|
ChannelPos1 FR
|
|
}
|
|
}
|
|
|
|
SectionDevice."Headset" {
|
|
Comment "Headset Microphone"
|
|
|
|
Value {
|
|
CapturePriority 200
|
|
CapturePCM "hw:${CardId},1"
|
|
CaptureMixerElem "Headset Mic"
|
|
JackControl "Headset Mic Jack"
|
|
}
|
|
EnableSequence [
|
|
cset "name='Headset Mic Switch' on"
|
|
]
|
|
DisableSequence [
|
|
cset "name='Headset Mic Switch' off"
|
|
|
|
]
|
|
}
|
|
|
|
Include.hdmi.File "/conf.d/hdmi-common/hdmi2345.conf"
|