Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ucm2: soundwire: rt722: add ConflictingDevice in each device #441

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions ucm2/sof-soundwire/rt722.conf
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ If.codecmic {
SectionDevice."Mic" {
Comment "SoundWire microphones"

ConflictingDevice [
"Headset"
]

EnableSequence [
cset "name='rt722 FU1E Capture Switch' 1"
]
Expand Down Expand Up @@ -39,6 +43,10 @@ If.codecspk {
SectionDevice."Speaker" {
Comment "Speaker"

ConflictingDevice [
"Headphones"
]

EnableSequence [
cset "name='Speaker Switch' on"
]
Expand All @@ -60,6 +68,10 @@ If.codecspk {
SectionDevice."Headphones" {
Comment "Headphones"

ConflictingDevice [
"Speaker"
]

EnableSequence [
cset "name='Headphone Switch' on"
]
Expand All @@ -78,6 +90,10 @@ SectionDevice."Headphones" {
SectionDevice."Headset" {
Comment "Headset Microphone"

ConflictingDevice [
"Mic"
]

EnableSequence [
cset "name='rt722 FU0F Capture Switch' 1"
]
Expand Down
Loading