codecs: add rt1015p

common-codecs
WeirdTreeThing 2023-11-08 13:49:54 -05:00
parent 7e15c415fc
commit 6b985cca77
No known key found for this signature in database
GPG Key ID: 1F56A4B52998B851
1 changed files with 16 additions and 0 deletions

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"
]
}