[pulseaudio-tickets] [Bug 81580] Microphone port switch
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Thu Jul 24 02:05:10 PDT 2014
https://bugs.freedesktop.org/show_bug.cgi?id=81580
--- Comment #20 from Raymond <superquad.vortex2 at gmail.com> ---
http://bazaar.launchpad.net/~unity-settings-daemon-team/unity-settings-daemon/trunk/view/head:/plugins/media-keys/what-did-you-plug-in/dialog-window.c
one of the reason may be
the program logic assume headphone mode always supported
d->hp_btn = create_icon_button(WDYPI_DIALOG_HEADPHONES, _("Headphones"),
"audio-headphones");
gtk_box_pack_start(GTK_BOX(d->icon_box), d->hp_btn, FALSE, TRUE, 0);
if (show_headset) {
d->hs_btn = create_icon_button(WDYPI_DIALOG_HEADSET, _("Headset"),
"audio-headset");
gtk_box_pack_start(GTK_BOX(d->icon_box), d->hs_btn, FALSE, TRUE, 0);
}
if (show_mic) {
d->mic_btn = create_icon_button(WDYPI_DIALOG_MICROPHONE,
_("Microphone"), "audio-input-microphone");
gtk_box_pack_start(GTK_BOX(d->icon_box), d->mic_btn, FALSE, TRUE, 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/20140724/ea1ab806/attachment.html>
More information about the pulseaudio-bugs
mailing list