43 lines
631 B
Plaintext
43 lines
631 B
Plaintext
SectionVerb {
|
|
Value {
|
|
MinBufferLevel "512"
|
|
}
|
|
|
|
EnableSequence [
|
|
cset "name='ADC PGA Gain Volume' 1"
|
|
cset "name='ADC Capture Volume' 192"
|
|
cset "name='DAC Playback Volume' 192"
|
|
cset "name='Left Headphone Mixer Left DAC Switch' on"
|
|
cset "name='Right Headphone Mixer Right DAC Switch' on"
|
|
]
|
|
}
|
|
|
|
SectionDevice."Mic" {
|
|
Comment "Internal Microphone"
|
|
|
|
Value {
|
|
CapturePriority 100
|
|
CapturePCM "hw:${CardId}"
|
|
}
|
|
|
|
EnableSequence [
|
|
]
|
|
|
|
DisableSequence [
|
|
]
|
|
}
|
|
|
|
SectionDevice."Headphones" {
|
|
Comment "Headphones"
|
|
|
|
Value {
|
|
PlaybackPriority 200
|
|
PlaybackPCM "hw:${CardId}"
|
|
}
|
|
|
|
EnableSequence [
|
|
]
|
|
DisableSequence [
|
|
]
|
|
}
|