Opened 12 years ago
Closed 10 years ago
#11394 closed Bug Report - General (Works for me)
mythtv 0.26 won't unmute
Reported by: | Owned by: | JYA | |
---|---|---|---|
Priority: | minor | Milestone: | unknown |
Component: | MythTV - Audio Output | Version: | 0.26 |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
This snippet in libs/libmyth/audio/audiooutputalsa.cpp:
if (snd_mixer_selem_has_playback_switch(m_mixer.elem))
snd_mixer_selem_set_playback_switch(m_mixer.elem, chan, (volume > 0));
Causes my frontend to never unmute. I haven't dug through to figure out why, but commenting this out causes mute to work properly. With it enabled, muting works, but then it never unmutes. I'm not sure how this could be a myth problem, but it's triggering some weird bug either way.
I can open up an alsamixer while mythfrontend is running, and unmute without issue, but the mute key in frontend doesn't work to unmute.
This is on a current fc17 x86_64 build.
Is this still a problem?
I'm not aware of anyone else reporting a problem so it's likely a local issue.
Does running with -v audio show anything?