22 lines
449 B
Plaintext
22 lines
449 B
Plaintext
# Use case Configuration for sof-soundwire card
|
|
|
|
SectionDevice."Mic" {
|
|
Comment "SoundWire microphones"
|
|
|
|
EnableSequence [
|
|
cset "name='rt713-dmic FU1E Capture Switch' 1"
|
|
]
|
|
|
|
DisableSequence [
|
|
cset "name='rt713-dmic FU1E Capture Switch' 0"
|
|
]
|
|
|
|
Value {
|
|
CapturePriority 100
|
|
CapturePCM "hw:${CardId},4"
|
|
CaptureSwitch "rt713-dmic FU1E Capture Switch"
|
|
CaptureVolume "rt713-dmic FU1E Capture Volume"
|
|
CaptureMixerElem "rt713-dmic FU1E"
|
|
}
|
|
}
|