2023-05-20 22:06:04 +00:00
|
|
|
SectionDevice."Speaker" {
|
|
|
|
Comment "Speaker"
|
|
|
|
|
|
|
|
Value {
|
|
|
|
PlaybackPriority 100
|
2023-05-26 13:54:55 +00:00
|
|
|
PlaybackPCM "hw:${CardId},0"
|
2023-05-20 22:06:04 +00:00
|
|
|
}
|
|
|
|
EnableSequence [
|
|
|
|
cset "name='Spk Switch' on"
|
|
|
|
]
|
|
|
|
DisableSequence [
|
|
|
|
cset "name='Spk Switch' off"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
|
|
|
|
SectionDevice."Headphones" {
|
|
|
|
Comment "Headphones"
|
|
|
|
|
|
|
|
Value {
|
|
|
|
PlaybackPriority 200
|
2023-05-26 13:54:55 +00:00
|
|
|
PlaybackPCM "hw:${CardId},1"
|
2023-05-20 22:06:04 +00:00
|
|
|
PlaybackMixerElem "Headphone"
|
|
|
|
JackControl "Headphone Jack"
|
|
|
|
}
|
|
|
|
EnableSequence [
|
|
|
|
cset "name='Headphone Jack Switch' on"
|
|
|
|
cset "name='Headphone Switch' 1"
|
|
|
|
]
|
|
|
|
DisableSequence [
|
|
|
|
cset "name='Headphone Jack Switch' off"
|
|
|
|
cset "name='Headphone Switch' 0"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
|
|
|
|
SectionDevice."Mic" {
|
|
|
|
Comment "Internal Microphone"
|
|
|
|
|
|
|
|
Value {
|
|
|
|
CapturePriority 100
|
2023-05-26 13:54:55 +00:00
|
|
|
CapturePCM "hw:${CardId},99"
|
2023-05-20 22:06:04 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
SectionDevice."Headset" {
|
|
|
|
Comment "Headset Microphone"
|
|
|
|
|
|
|
|
Value {
|
|
|
|
CapturePriority 200
|
2023-05-26 13:54:55 +00:00
|
|
|
CapturePCM "hw:${CardId},1"
|
2023-05-20 22:06:04 +00:00
|
|
|
CaptureMixerElem "Headset Mic"
|
|
|
|
JackControl "Headset Mic Jack"
|
|
|
|
}
|
|
|
|
EnableSequence [
|
|
|
|
cset "name='Headset Mic Switch' on"
|
|
|
|
cset "name='Mic Switch' on"
|
|
|
|
]
|
|
|
|
DisableSequence [
|
|
|
|
cset "name='Headset Mic Switch' off"
|
|
|
|
cset "name='Mic Switch' off"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
|
2023-11-12 20:54:06 +00:00
|
|
|
Include.hdmi.File "/codecs/hda/hdmi567.conf"
|