pmaports/device/testing/device-samsung-a6lte/usr-share-alsa-ucm2-conf.d-Universal7870-I-HiFi.conf
Sergey Lisov b7c3d41b9a
samsung-a6lte: cellular support via samsungipcd (MR 3585)
[ci:skip-build]: already built successfully in CI
2023-01-19 07:53:31 +01:00

59 lines
872 B
Text

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