pmaports/device/testing/device-samsung-a6lte/usr-share-alsa-ucm2-conf.d-Universal7870-I-HiFi.conf

60 lines
872 B
Text
Raw Normal View History

SectionVerb {
EnableSequence [
]
}
SectionDevice."Speaker" {
Comment "Internal speaker"
EnableSequence [
cset 'name="AMP Enable Switch" 1'
]
DisableSequence [
cset 'name="AMP Enable Switch" 0'
]
Value {
PlaybackPriority 101
PlaybackPCM "hw:${CardId}"
}
}
SectionDevice."Mic" {
Comment "Internal microphone"
EnableSequence [
cset 'name="MIC1 MIC1 On" 1'
]
DisableSequence [
cset 'name="MIC1 MIC1 On" 0'
]
Value {
CapturePriority 100
CapturePCM "hw:${CardId}"
}
}
SectionDevice."Earpiece" {
Comment "Earpiece"
EnableSequence [
cset 'name="EP EP On" 1'
cset 'name="EP Mixer DACL Switch" 1'
cset 'name="EP Mixer DACR Switch" 1'
]
DisableSequence [
cset 'name="EP Mixer DACR Switch" 0'
cset 'name="EP Mixer DACL Switch" 0'
cset 'name="EP EP On" 0'
]
Value {
PlaybackPriority 100
PlaybackPCM "hw:${CardId}"
}
}