31 lines
472 B
Plaintext
31 lines
472 B
Plaintext
SectionDevice."Headphones" {
|
|
Comment "Headphones"
|
|
|
|
Value {
|
|
PlaybackPriority 200
|
|
PlaybackPCM "hw:${CardId},1"
|
|
JackControl "Headphone - Output Jack"
|
|
}
|
|
}
|
|
|
|
SectionDevice."Mic" {
|
|
Comment "Mic"
|
|
|
|
Value {
|
|
CapturePriority 200
|
|
CapturePCM "hw:${CardId}"
|
|
JackControl "Mic - Input Jack"
|
|
CaptureMixerElem "Mic"
|
|
}
|
|
}
|
|
|
|
SectionDevice."Speaker" {
|
|
Comment "Speaker"
|
|
|
|
Value {
|
|
PlaybackPriority 100
|
|
PlaybackPCM "hw:${CardId}"
|
|
JackControl "Speaker - Output Jack"
|
|
}
|
|
}
|