Summary: | kmix progress bar displays 0% if the master channel is other than Master | ||
---|---|---|---|
Product: | [Applications] kmix | Reporter: | Marius Orcsik <marius> |
Component: | general | Assignee: | Christian Esken <esken> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Marius Orcsik
2008-12-04 13:18:22 UTC
SVN commit 893394 by esken: Fix the isMuted() method. It was wrong when the control had no mute switch. Detected and fixed by Tobias Doerffel (thanks). CCBUGS:176884 M +1 -1 mixdevice.h WebSVN link: http://websvn.kde.org/?view=rev&revision=893394 Does this different master channel contain no mute switch? If yes, then it was just fixed today. I confirm it works now for PCM. And yes, PCM had no mute switch as Christian mentioned. SVN commit 893976 by esken: Bugfix: Auto-selection of master device in the ALSA backend now disregards controls without playback volume. There are at least two related bug reports. CCBUGS:166172 CCBUGS:176884 M +38 -16 mixer_alsa9.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=893976 Marius, thanks for the feedback. This means the bug is fixed. |