31 lines
310 B
Text
31 lines
310 B
Text
|
SectionVerb {
|
||
|
EnableSequence [
|
||
|
]
|
||
|
}
|
||
|
|
||
|
SectionDevice."Headphones" {
|
||
|
EnableSequence [
|
||
|
]
|
||
|
|
||
|
DisableSequence [
|
||
|
]
|
||
|
|
||
|
Value {
|
||
|
PlaybackPriority 100
|
||
|
PlaybackPCM "hw:${CardId}"
|
||
|
}
|
||
|
}
|
||
|
|
||
|
SectionDevice."Mic" {
|
||
|
EnableSequence [
|
||
|
]
|
||
|
|
||
|
DisableSequence [
|
||
|
]
|
||
|
|
||
|
Value {
|
||
|
CapturePriority 100
|
||
|
CapturePCM "hw:${CardId}"
|
||
|
}
|
||
|
}
|