mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-11 13:30:02 -05:00
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:
parent
2a07c83cfc
commit
80efd7a64c
2 changed files with 4 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue