23 lines
477 B
Plaintext
23 lines
477 B
Plaintext
# Use case Configuration for sof-soundwire card
|
|
|
|
SectionDevice."Mic" {
|
|
Comment "SoundWire microphones"
|
|
|
|
EnableSequence [
|
|
cset "name='rt714 FU02 Capture Switch' 1"
|
|
]
|
|
|
|
DisableSequence [
|
|
cset "name='rt714 FU02 Capture Switch' 0"
|
|
]
|
|
|
|
Value {
|
|
CapturePriority 100
|
|
CapturePCM "hw:${CardId},4"
|
|
CaptureSwitch "rt714 FU02 Capture Switch"
|
|
CaptureVolume "rt714 FU02 Capture Volume"
|
|
CaptureMixerElem "rt714 FU02"
|
|
CaptureMicInfoFile "${var:LibDir}/dmics-nhlt.json"
|
|
}
|
|
}
|