[pulseaudio-commits] [Git][pulseaudio/pulseaudio][master] Revert "alsa-mixer: Set "Front" control to 0 dB on headphone path"
PulseAudio Marge Bot (@pulseaudio-merge-bot)
gitlab at gitlab.freedesktop.org
Mon May 17 14:33:15 UTC 2021
PulseAudio Marge Bot pushed to branch master at PulseAudio / pulseaudio
Commits:
80efd7a6 by Hui Wang at 2021-05-17T14:30:33+00:00
Revert "alsa-mixer: Set "Front" control to 0 dB on headphone path"
This reverts commit 96369919e5100865e2469e42fb8f4b8e38e41aef.
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 at 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 at canonical.com>
Part-of: <https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/553>
- - - - -
2 changed files:
- src/modules/alsa/mixer/paths/analog-output-headphones-2.conf
- src/modules/alsa/mixer/paths/analog-output-headphones.conf
Changes:
=====================================
src/modules/alsa/mixer/paths/analog-output-headphones-2.conf
=====================================
@@ -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
=====================================
src/modules/alsa/mixer/paths/analog-output-headphones.conf
=====================================
@@ -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
View it on GitLab: https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/commit/80efd7a64c4684999197d5bf77c3c6b667491476
--
View it on GitLab: https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/commit/80efd7a64c4684999197d5bf77c3c6b667491476
You're receiving this email because of your account on gitlab.freedesktop.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/pulseaudio-commits/attachments/20210517/39f51cb2/attachment-0001.htm>
More information about the pulseaudio-commits
mailing list