4867a3f4e3
[ci:skip-build] Already built successfuly on CI in MR
30 lines
310 B
Text
30 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}"
|
|
}
|
|
}
|