44 lines
724 B
Plaintext
44 lines
724 B
Plaintext
# Use case Configuration for sof-soundwire card
|
|
|
|
SectionVerb {
|
|
EnableSequence [
|
|
disdevall ""
|
|
]
|
|
|
|
Value.TQ "HiFi"
|
|
}
|
|
|
|
If.multicodec {
|
|
Condition {
|
|
Type String
|
|
Empty "${var:MultiCodec1}"
|
|
}
|
|
False.Include.multicodec.File "/sof-soundwire/${var:MultiCodec1}.conf"
|
|
}
|
|
|
|
If.spkdev {
|
|
Condition {
|
|
Type String
|
|
Empty "${var:SpeakerCodec1}"
|
|
}
|
|
False.Include.spkdev.File "/sof-soundwire/${var:SpeakerCodec1}.conf"
|
|
}
|
|
|
|
If.micdev {
|
|
Condition {
|
|
Type String
|
|
Empty "${var:MicCodec1}"
|
|
}
|
|
False.Include.micdev.File "/sof-soundwire/${var:MicCodec1}.conf"
|
|
}
|
|
|
|
If.hsdev {
|
|
Condition {
|
|
Type String
|
|
Empty "${var:HeadsetCodec1}"
|
|
}
|
|
False.Include.hsdev.File "/sof-soundwire/${var:HeadsetCodec1}.conf"
|
|
}
|
|
|
|
<sof-soundwire/Hdmi.conf>
|