Revert "alsa-mixer: Set "Front" control to 0 dB on headphone path"

This reverts commit 96369919e5.

The commit was originally for the issue of Headphone can't output
sound, that was because the Headphone and Lineout share the 1st alsa
mixer and DAC, but this commit introduced a new issue of the speaker
is not muted after switching to headphone.

A recent merged kernel commit (f48652bbe3ae@linux) could fix the 1st
issue, so we could revert the fix of the 1st issue from PA, then the
2nd issue is fixed automatically.

BugLink: https://gitlab.freedesktop.org/pipewire/pipewire/-/issues/747
Signed-off-by: Hui Wang <hui.wang@canonical.com>
Part-of: <https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/553>
This commit is contained in:
Hui Wang 2021-05-13 09:16:58 +08:00 committed by PulseAudio Marge Bot
parent 2a07c83cfc
commit 80efd7a64c
2 changed files with 4 additions and 6 deletions

View file

@ -84,10 +84,9 @@ volume = off
switch = off
volume = off
; On some machines Front is actually a part of the Headphone path
[Element Front]
switch = mute
volume = zero
switch = off
volume = off
[Element Rear]
switch = off

View file

@ -126,10 +126,9 @@ volume = off
switch = off
volume = off
; On some machines Front is actually a part of the Headphone path
[Element Front]
switch = mute
volume = zero
switch = off
volume = off
[Element Rear]
switch = off