| Summary: | Some channels missing in KMix after update to KDE 4.6 | ||
|---|---|---|---|
| Product: | [Applications] kmix | Reporter: | karl.r.ernst |
| Component: | general | Assignee: | Christian Esken <esken> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | ilkyest, ismail, p92, pelliott |
| Priority: | HI | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Gentoo Packages | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | amixer output of the affected soundcard | ||
|
Description
karl.r.ernst
2011-02-07 22:32:40 UTC
Actually, it seems like all the options in alsamixer which are only on/off toggleable and don't have a volume slider have disappeared, while those with a volume slider (even if they have a on/off option) are still there. *** Bug 265560 has been marked as a duplicate of this bug. *** *** Bug 255396 has been marked as a duplicate of this bug. *** A nice ressource http://pulseaudio.org/wiki/KDE The Observation from Karl seems to be correct. I can reproduce that. Thanks for reprorting. It needs to be fixed. I have an idea what is wrong but need some information:
- Which sound backend is used. Please copy the output from
KMix menu => Help => Hardware information
- The ouput of "amixer" (or "amixer -c 1" or any other number that corresponds to the affected soundcard).
SVN commit 1268585 by esken: INital try to fix missing controls. Needs verification from affected users. CCBUGS: 265733 M +15 -8 mixer_alsa9.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1268585 Created attachment 66759 [details]
amixer output of the affected soundcard
Help => Hardware information says: supported driver: ALSA + OSS used driver: ALSA will try the patch probably on the weekend I just noted that my patch is not sufficient, but I found a way to reproduce it. See the duplicate bug 257953. I'll mark this bug as duplicate. *** This bug has been marked as a duplicate of bug 257953 *** SVN commit 1270003 by esken: Fix missing controls. M +9 -13 backends/mixer_alsa9.cpp M +7 -5 gui/viewsliders.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1270003 SVN commit 1270004 by esken: Fix missing controls. M +2 -0 TestCases WebSVN link: http://websvn.kde.org/?view=rev&revision=1270004 SVN commit 1270008 by esken: Fix missing controls. Backport to branch 4.7 M +2 -2 viewsliders.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1270008 SVN commit 1270010 by esken: Fix missing controls. Backport to branch 4.6 M +2 -2 viewsliders.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1270010 |