avs: add rt5514
pretty much a backport of https://github.com/alsa-project/alsa-ucm-conf/tree/master/ucm2/Intel/avs/avs_rt5514main
parent
ddeafa85ed
commit
efd79530ee
|
@ -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"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|
|
@ -0,0 +1,10 @@
|
||||||
|
Syntax 6
|
||||||
|
|
||||||
|
SectionUseCase."HiFi" {
|
||||||
|
File "HiFi.conf"
|
||||||
|
}
|
||||||
|
|
||||||
|
BootSequence [
|
||||||
|
cset "name='ADC1 Capture Volume' 55"
|
||||||
|
cset "name='ADC2 Capture Volume' 55"
|
||||||
|
]
|
Loading…
Reference in New Issue