Opened 11 years ago

Closed 9 years ago

#11394 closed Bug Report - General (Works for me)

mythtv 0.26 won't unmute

Reported by: nneul@… 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.

Change History (2)

comment:1 Changed 10 years ago by paulh

Status: newinfoneeded_new

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?

comment:2 Changed 9 years ago by paulh

Resolution: Works for me
Status: infoneeded_newclosed

No reply in 5 weeks.

Note: See TracTickets for help on using tickets.