Skip to content

Commit

Permalink
Mapphones: switch away from mono mode on exiting internal speaker hif…
Browse files Browse the repository at this point in the history
…i output

This fixes headset sometimes ending up in mono mode
  • Loading branch information
IMbackK authored and parazyd committed Jun 14, 2021
1 parent dcae616 commit 4f75983
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -40,6 +40,7 @@ SectionDevice."Speaker" {

DisableSequence [
cset "name='Speaker Right Playback Route' off"
cset "name='HiFi Mono Playback Switch' off"
]

Value {
Expand All @@ -59,6 +60,7 @@ SectionDevice."Earpiece" {

DisableSequence [
cset "name='Earpiece Playback Route' off"
cset "name='HiFi Mono Playback Switch' off"
]

Value {
Expand Down

0 comments on commit 4f75983

Please sign in to comment.