[pulseaudio-tickets] [Bug 79911] incoherent muting of GStreamer channels (mutes master, headphone and speaker, but unmutes only master)
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Wed Nov 5 00:41:10 PST 2014
https://bugs.freedesktop.org/show_bug.cgi?id=79911
--- Comment #24 from Raymond <superquad.vortex2 at gmail.com> ---
and log the path name
int pa_alsa_path_set_mute(pa_alsa_path *p, snd_mixer_t *m, bool muted) {
pa_alsa_element *e;
pa_assert(m);
pa_assert(p);
if (!p->has_mute)
return -1;
PA_LLIST_FOREACH(e, p->elements) {
if (e->switch_use != PA_ALSA_SWITCH_MUTE)
continue;
if (element_set_switch(e, m, !muted) < 0)
return -1;
}
return 0;
}
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/pulseaudio-bugs/attachments/20141105/c0269d92/attachment.html>
More information about the pulseaudio-bugs
mailing list