chromebook-ucm-conf/cezanne/sof-rt5682s-rt1/HiFi.conf

59 lines
998 B
Plaintext
Raw Normal View History

2023-05-25 00:41:28 +00:00
SectionDevice."Speaker" {
Comment "Speaker"
Value {
PlaybackPriority 100
2023-05-26 13:54:55 +00:00
PlaybackPCM "hw:${CardId},0"
2023-05-25 00:41:28 +00:00
}
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"
]
}
SectionDevice."Headphones" {
Comment "Headphones"
Value {
PlaybackPriority 200
2023-05-26 13:54:55 +00:00
PlaybackPCM "hw:${CardId},0"
2023-05-25 00:41:28 +00:00
PlaybackMixerElem "DAC1"
JackControl "Headset Jack"
}
EnableSequence [
cset "name='Headphone Jack Switch' on"
]
DisableSequence [
cset "name='Headphone Jack Switch' off"
]
}
SectionDevice."Mic" {
Comment "Internal Microphone"
Value {
CapturePriority 100
2023-05-26 13:54:55 +00:00
CapturePCM "hw:${CardId},1"
2023-05-25 00:41:28 +00:00
}
}
SectionDevice."Headset" {
Comment "Headset Microphone"
Value {
CapturePriority 200
2023-05-26 13:54:55 +00:00
CapturePCM "hw:${CardId},0"
2023-05-25 00:41:28 +00:00
JackControl "Headset Jack"
}
EnableSequence [
cset "name='Headset Mic Switch' on"
]
DisableSequence [
cset "name='Headset Mic Switch' off"
]
}