codecs/max98390: Add redrix specific case
parent
2b2f3a7c99
commit
825efd832e
|
@ -1,10 +1,35 @@
|
||||||
# MAX98390 specific volume control settings
|
# MAX98390 specific volume control settings
|
||||||
|
|
||||||
BootSequence [
|
If.redrix {
|
||||||
cset "name='Left DAI Sel Mux' Left"
|
Condition {
|
||||||
cset "name='Right DAI Sel Mux' Right"
|
Type String
|
||||||
cset "name='Left Digital Volume' 138"
|
Haystack "${sys:devices/virtual/dmi/id/product_name}"
|
||||||
cset "name='Right Digital Volume' 138"
|
Needle "Redrix"
|
||||||
cset "name='Left Boost Clock Phase' 0"
|
}
|
||||||
cset "name='Right Boost Clock Phase' 3"
|
True.BootSequence [
|
||||||
]
|
cset "name='Left DAI Sel Mux' Left"
|
||||||
|
cset "name='Tweeter Left DAI Sel Mux' Left"
|
||||||
|
cset "name='Right DAI Sel Mux' Right"
|
||||||
|
cset "name='Tweeter Right DAI Sel Mux' Right"
|
||||||
|
cset "name='Left Digital Volume' 153"
|
||||||
|
cset "name='Tweeter Left Digital Volume' 155"
|
||||||
|
cset "name='Right Digital Volume' 153"
|
||||||
|
cset "name='Tweeter Right Digital Volume' 155"
|
||||||
|
cset "name='Left Current Limit' 2.20A"
|
||||||
|
cset "name='Tweeter Left Current Limit' 2.20A"
|
||||||
|
cset "name='Right Current Limit' 2.20A"
|
||||||
|
cset "name='Tweeter Right Current Limit' 2.20A"
|
||||||
|
cset "name='Left Boost Clock Phase' 0"
|
||||||
|
cset "name='Tweeter Left Boost Clock Phase' 1"
|
||||||
|
cset "name='Right Boost Clock Phase' 2"
|
||||||
|
cset "name='Tweeter Right Boost Clock Phase' 3"
|
||||||
|
]
|
||||||
|
False.BootSequence[
|
||||||
|
cset "name='Left DAI Sel Mux' Left"
|
||||||
|
cset "name='Right DAI Sel Mux' Right"
|
||||||
|
cset "name='Left Digital Volume' 138"
|
||||||
|
cset "name='Right Digital Volume' 138"
|
||||||
|
cset "name='Left Boost Clock Phase' 0"
|
||||||
|
cset "name='Right Boost Clock Phase' 3"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|
|
@ -1,9 +1,20 @@
|
||||||
|
If.redrix {
|
||||||
|
Condition {
|
||||||
|
Type String
|
||||||
|
Haystack "${sys:devices/virtual/dmi/id/product_name}"
|
||||||
|
Needle "Redrix"
|
||||||
|
}
|
||||||
|
True.Define.channels 4
|
||||||
|
False.Define.channels 2
|
||||||
|
}
|
||||||
|
|
||||||
SectionDevice."Speaker" {
|
SectionDevice."Speaker" {
|
||||||
Comment "Speaker"
|
Comment "Speaker"
|
||||||
|
|
||||||
Value {
|
Value {
|
||||||
PlaybackPriority 100
|
PlaybackPriority 100
|
||||||
PlaybackPCM "hw:${CardId},0"
|
PlaybackPCM "hw:${CardId},0"
|
||||||
|
PlaybackChannels ${var:channels}
|
||||||
}
|
}
|
||||||
EnableSequence [
|
EnableSequence [
|
||||||
cset "name='Left Spk Switch' on"
|
cset "name='Left Spk Switch' on"
|
||||||
|
|
Loading…
Reference in New Issue