codecs: add rt1015

common-codecs
WeirdTreeThing 2023-11-08 13:56:04 -05:00
parent 6b985cca77
commit eb0e456c46
No known key found for this signature in database
GPG Key ID: 1F56A4B52998B851
2 changed files with 24 additions and 0 deletions

8
codecs/rt1015/init.conf Normal file
View File

@ -0,0 +1,8 @@
# RT1015 specific volume control settings
BootSequence [
cset "name='Left Bypass Boost' 1"
cset "name='Right Bypass Boost' 1"
cset "name='Left Mono LR Select' Left"
cset "name='Right Mono LR Select' Right"
]

View File

@ -0,0 +1,16 @@
SectionDevice."Speaker" {
Comment "Speaker"
Value {
PlaybackPriority 100
PlaybackPCM "hw:${CardId},0"
}
EnableSequence [
cset "name='Left Spk Switch' on"
cset "name='Right Spk Switch' on"
]
DisableSequence [
cset "name='Left Spk Switch' off"
cset "name='Right Spk Switch' off"
]
}