codecs: add rt1019p

common-codecs
WeirdTreeThing 2023-11-09 10:39:52 -05:00
parent eb0e456c46
commit ad238d7ea3
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"
]
}