WeirdTreeThing 2024-11-23 13:34:42 -05:00
parent ddeafa85ed
commit efd79530ee
No known key found for this signature in database
GPG Key ID: 1F56A4B52998B851
2 changed files with 31 additions and 0 deletions

21
avs/avs_rt5514/HiFi.conf Normal file
View File

@ -0,0 +1,21 @@
SectionDevice."Mic" {
Comment "Internal Microphone"
Value {
CapturePCM "hw:${CardId},1"
CaptureChannels 4
}
EnableSequence [
cset "name='Sto1 ADC MIXL DMIC Switch' on"
cset "name='Sto1 ADC MIXR DMIC Switch' on"
cset "name='Sto2 ADC MIXL DMIC Switch' on"
cset "name='Sto2 ADC MIXR DMIC Switch' on"
]
DisableSequence [
cset "name='Sto1 ADC MIXL DMIC Switch' off"
cset "name='Sto1 ADC MIXR DMIC Switch' off"
cset "name='Sto2 ADC MIXL DMIC Switch' off"
cset "name='Sto2 ADC MIXR DMIC Switch' off"
]
}

View File

@ -0,0 +1,10 @@
Syntax 6
SectionUseCase."HiFi" {
File "HiFi.conf"
}
BootSequence [
cset "name='ADC1 Capture Volume' 55"
cset "name='ADC2 Capture Volume' 55"
]