Skip to content

Commit

Permalink
ucm2: treewide - JackHWMute fixes
Browse files Browse the repository at this point in the history
Fixes: alsa-project#14

Signed-off-by: Jaroslav Kysela <perex@perex.cz>
  • Loading branch information
perexg committed Mar 1, 2020
1 parent 4622275 commit da45a07
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions ucm2/HDA-Intel/HiFi-dual.conf
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ SectionDevice."Mic2" {
CapturePriority 300
CapturePCM "hw:${CardId}"
JackHWMute "Line2"
JackControl "Mic Jack"
}

ConflictingDevice [
Expand Down
1 change: 0 additions & 1 deletion ucm2/broxton-rt298/HiFi.conf
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ SectionDevice."Speaker" {
Value {
PlaybackPriority 100
PlaybackPCM "hw:${CardId}"
JackHWMute "Headphones"
}
}

Expand Down
2 changes: 1 addition & 1 deletion ucm2/chtrt5645/HiFi-dmic2.conf
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ SectionDevice."Headset" {
CapturePriority 200
CapturePCM "hw:${CardId}"
JackControl "Headset Mic Jack"
JackHWMute "DMic"
JackHWMute "Mic"
}

EnableSequence [
Expand Down
1 change: 0 additions & 1 deletion ucm2/skylake-rt286/HiFi.conf
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ SectionDevice."Speaker" {
Value {
PlaybackPriority 100
PlaybackPCM "hw:${CardId}"
JackHWMute "Headphones"
}
}

Expand Down
2 changes: 1 addition & 1 deletion ucm2/sof-bdw-rt5677/HiFi.conf
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ SectionDevice."Headphones" {
PlaybackPriority 300
PlaybackPCM "hw:${CardId}"
JackControl "Headphone Jack"
JackHWMute "Speakers"
JackHWMute "Speaker"
}
}

Expand Down

0 comments on commit da45a07

Please sign in to comment.