Skip to content

Commit

Permalink
sof-soundwire: add differences with upstream
Browse files Browse the repository at this point in the history
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
  • Loading branch information
plbossart committed Jun 17, 2020
1 parent d075ed5 commit 5b59490
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
8 changes: 4 additions & 4 deletions ucm2/sof-soundwire/RT5682.conf
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ If.RT5682 {
}
True {

SectionDevice."Headphone" {
Comment "Headphone"
SectionDevice."Headphones" {
Comment "Headphones"

EnableSequence [
cset "name='Headphone Switch' on"
Expand All @@ -32,8 +32,8 @@ If.RT5682 {
}
}

SectionDevice."Microphone" {
Comment "Headset Mic"
SectionDevice."Headset" {
Comment "Headset Microphone"

EnableSequence [
cset "name='Headset Mic Switch' on"
Expand Down
10 changes: 5 additions & 5 deletions ucm2/sof-soundwire/RT700.conf
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ If.RT700 {
}
True {

SectionDevice."Headphone" {
Comment "Headphone"
SectionDevice."Headphones" {
Comment "Headphones"

ConflictingDevice [
"Speaker"
Expand All @@ -35,7 +35,7 @@ If.RT700 {
Comment "Speaker"

ConflictingDevice [
"Headphone"
"Headphones"
]

EnableSequence [
Expand All @@ -53,8 +53,8 @@ If.RT700 {
}
}

SectionDevice."Microphone" {
Comment "Headset Mic"
SectionDevice."Headset" {
Comment "Headset Microphone"

EnableSequence [
cset "name='ADC 09 Capture Switch' 1"
Expand Down
8 changes: 4 additions & 4 deletions ucm2/sof-soundwire/RT711.conf
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ If.RT711 {
}
True {

SectionDevice."Headphone" {
Comment "Headphone"
SectionDevice."Headphones" {
Comment "Headphones"

EnableSequence [
cset "name='Headphone Switch' on"
Expand All @@ -27,8 +27,8 @@ If.RT711 {
}
}

SectionDevice."Microphone" {
Comment "Headset Mic"
SectionDevice."Headset" {
Comment "Headset Microphone"

EnableSequence [
cset "name='PGA2.0 2 Master Capture Switch' 1"
Expand Down
2 changes: 1 addition & 1 deletion ucm2/sof-soundwire/RT715.conf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ If.RT715 {
}
True {

SectionDevice."Dmic" {
SectionDevice."Mic" {
Comment "SoundWire microphones"

EnableSequence [
Expand Down

0 comments on commit 5b59490

Please sign in to comment.