Audio switch between mute and unmute automatically and repeatedly
Bug #1396464 reported by
Yu Ning
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
unity-control-center (Ubuntu) |
Fix Released
|
Low
|
Unassigned | ||
unity-settings-daemon (Ubuntu) |
Invalid
|
Low
|
Unassigned |
Bug Description
Steps:
1. Install Ubuntu 14.04.1 image
2. launch "System Settings" -> "Sound"
3. press "Volume Down" until mute
4. press "Volume Down" for several times then press "Volume Up" immediately
5. repeat step 4 for several times
Excepted result:
everything should just works
Actual result:
system auto switch between mute and unmute automatically and repeatedly.
Once the issue is reproduced we can found cpu is running at 100% by several processes:
* pulseaudio
* unity-control-
* unity-panel-service
The issue will last until we close the "Sound" window.
unity-settings-
Related branches
lp://staging/~yuningdodo/ubuntu/trusty/unity-settings-daemon/unity-settings-daemon.lp1396464-set-volume-to-zero-before-mute
Rejected
for merging
into
lp://staging/ubuntu/trusty-updates/unity-settings-daemon
- Yu Ning (community): Disapprove
- David Henningsson: Pending requested
- Ubuntu Development Team: Pending requested
-
Diff: 27 lines (+5/-5)1 file modifiedplugins/media-keys/gsd-media-keys-manager.c (+5/-5)
lp://staging/~yuningdodo/unity-control-center/unity-control-center.lp1396464-prevent-update-sink-input-in-parallel
- David Henningsson (community): Approve
- Unity Control Center development team: Pending requested
-
Diff: 19 lines (+1/-1)1 file modifiedpanels/sound/gvc-channel-bar.c (+1/-1)
Changed in unity-settings-daemon (Ubuntu): | |
importance: | Undecided → Low |
status: | New → Triaged |
Changed in unity-settings-daemon (Ubuntu): | |
status: | Triaged → Fix Committed |
status: | Fix Committed → Triaged |
Changed in unity-control-center (Ubuntu): | |
status: | New → Fix Committed |
importance: | Undecided → Low |
Changed in unity-settings-daemon (Ubuntu): | |
status: | Triaged → Invalid |
To post a comment you must log in.
In my side the issue is fixed by a patch: /code.launchpad .net/~yuningdod o/ubuntu/ trusty/ unity-settings- daemon/ unity-settings- daemon. lp1396464- set-volume- to-zero- before- mute/+merge/ 242869
https:/
it seems volume can't be set to zero if we have already "set mute", so my solution is adjusting volume before setting mute.