The codec/ sequences must not have the platform specific checks. Signed-off-by: Jaroslav Kysela <perex@perex.cz>
20 lines
432 B
Text
20 lines
432 B
Text
# Use case Configuration for sof-soundwire card
|
|
|
|
SectionDevice."Mic" {
|
|
Comment "SoundWire microphones"
|
|
|
|
EnableSequence [
|
|
cset "name='PGA5.0 5 Master Capture Switch' 1"
|
|
]
|
|
|
|
DisableSequence [
|
|
cset "name='PGA5.0 5 Master Capture Switch' 0"
|
|
]
|
|
|
|
Value {
|
|
CapturePriority 100
|
|
CapturePCM "hw:${CardId},4"
|
|
CaptureSwitch "PGA5.0 5 Master Capture Switch"
|
|
CaptureVolume "PGA5.0 5 Master Capture Volume"
|
|
}
|
|
}
|