32 lines
481 B
Plaintext
32 lines
481 B
Plaintext
SectionDevice."Line" {
|
|
Comment "Line In"
|
|
|
|
Value {
|
|
CapturePriority 100
|
|
CapturePCM "hw:${CardId}"
|
|
JackControl "Line - Input Jack"
|
|
CaptureMixerElem "Line"
|
|
}
|
|
}
|
|
|
|
SectionDevice."Mic" {
|
|
Comment "Mic"
|
|
|
|
Value {
|
|
CapturePriority 200
|
|
CapturePCM "hw:${CardId},1"
|
|
JackControl "Mic - Input Jack"
|
|
CaptureMixerElem "Mic"
|
|
}
|
|
}
|
|
|
|
SectionDevice."Speaker" {
|
|
Comment "Speaker"
|
|
|
|
Value {
|
|
PlaybackPriority 100
|
|
PlaybackPCM "hw:${CardId}"
|
|
JackControl "Speaker - Output Jack"
|
|
}
|
|
}
|