Activity log for bug #1885673

Date Who What changed Old value New value Message
2020-06-30 07:05:39 Alex Tu bug added bug
2020-06-30 07:06:19 Alex Tu summary mixer-control: adding ucm port names for audio device selection won't auto-select input when headset is plugged and selected in pop-up window Edit
2020-06-30 07:06:26 Alex Tu summary won't auto-select input when headset is plugged and selected in pop-up window Edit won't auto-select input when headset is plugged and selected in pop-up window
2020-06-30 07:07:24 Alex Tu description Recently Intel added a new audio driver in the Linux kernel, it is called sof driver. This driver is needed on the laptops which connect the digital mic to the PCH instead of the codec. To make the sof driver work with pulseaudio, the ucm is mandatory. Intel wrote the ucm for the machines with multi-function audio jack, with this ucm, the port names are different from the ones without ucm, this is the port names with the ucm: [In] Dmic: Digital Microphone (priority: 100, latency offset: 0 usec) Part of profile(s): Hdmi3, Hdmi2, Hdmi1, HiFi [In] Headphone Microphone: Headphone Microphone (priority: 100, latency offset: 0 usec, available) Part of profile(s): Hdmi3, Hdmi2, Hdmi1, HiFi [In] Headset Microphone: Headset Microphone (priority: 100, latency offset: 0 usec, available) Part of profile(s): Hdmi3, Hdmi2, Hdmi1, HiFi [Out] Headphone: Headphone (priority: 200, latency offset: 0 usec, available) Part of profile(s): HiFi [Out] Speaker: Speaker (priority: 100, latency offset: 0 usec) Part of profile(s): HiFi To make the audio device selection work, let's add those new port names. And with the ucm, the Dmic (internal mic) is on one source since the dmic connects to PCH, the headphone-mic and headset mic are on another source since they connect to the codec. This needs us to add calling set_default_source() in the source_info_cb(), it is safe even for old machines on which internal mic, headphone-mic and headset-mic are on the same source. Step to reproduce: 1. plug-in headset 2. select headset in pop-up window. 3. check g-c-c Expected result: correct input is selected so that mic on the headset just works Actual result: The correct input is not selected. a patch is there waiting for upstream review : https://gitlab.gnome.org/GNOME/libgnome-volume-control/-/merge_requests/10
2020-06-30 07:09:04 Alex Tu bug added subscriber Canonical Hardware Enablement
2020-06-30 07:09:09 Alex Tu tags oem-priority originate-from-1882905 somerville
2020-06-30 07:09:47 Alex Tu oem-priority: importance Undecided Critical
2020-06-30 07:10:01 Alex Tu oem-priority: importance Critical High
2020-06-30 07:10:39 Alex Tu tags oem-priority originate-from-1882905 somerville oem-priority originate-from-1875597 originate-from-1882905 somerville
2020-06-30 07:46:32 Hui Wang bug watch added https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/1033
2020-06-30 10:25:00 Sebastien Bacher gnome-control-center (Ubuntu): importance Undecided High
2020-06-30 10:25:02 Sebastien Bacher gnome-control-center (Ubuntu): status New Triaged
2020-07-02 12:54:39 Launchpad Janitor gnome-control-center (Ubuntu): status Triaged Fix Released
2020-07-07 09:20:48 Rex Tsai oem-priority: status New Fix Released
2020-07-09 06:16:55 Kai-Chuan Hsieh description Step to reproduce: 1. plug-in headset 2. select headset in pop-up window. 3. check g-c-c Expected result: correct input is selected so that mic on the headset just works Actual result: The correct input is not selected. a patch is there waiting for upstream review : https://gitlab.gnome.org/GNOME/libgnome-volume-control/-/merge_requests/10 [Impact] * audio input won't auto select and no pop-up dialog when headset is plugged * backporting fix gitlab_ucm_mixer_control_select.patch in groovy to focal. [Test Case] * Using Tiger Lake platform * Step to reproduce: 1. plug-in headset 2. check g-c-c Expected result:    audio input switch to headset mic. Actual result:    audio input is not changed. [Regression Potential] * the change corrupt the audio device selection, the audio input/output is not as expect [Other Info] * a patch is there waiting for upstream review : https://gitlab.gnome.org/GNOME/libgnome-volume-control/-/merge_requests/10 * Test pass after 'do-release-upgrade' on the Tiger Lake platform to groovy
2020-07-09 06:21:20 Kai-Chuan Hsieh description [Impact] * audio input won't auto select and no pop-up dialog when headset is plugged * backporting fix gitlab_ucm_mixer_control_select.patch in groovy to focal. [Test Case] * Using Tiger Lake platform * Step to reproduce: 1. plug-in headset 2. check g-c-c Expected result:    audio input switch to headset mic. Actual result:    audio input is not changed. [Regression Potential] * the change corrupt the audio device selection, the audio input/output is not as expect [Other Info] * a patch is there waiting for upstream review : https://gitlab.gnome.org/GNOME/libgnome-volume-control/-/merge_requests/10 * Test pass after 'do-release-upgrade' on the Tiger Lake platform to groovy [Impact]  * audio input won't auto select and no pop-up dialog when headset is plugged  * backporting fix gitlab_ucm_mixer_control_select.patch in groovy to focal. [Test Case]  * Using Tiger Lake platform  * Step to reproduce:    1. plug-in headset    2. check g-c-c    Expected result:    audio input switch to headset mic.    Actual result:    audio input is not changed. [Regression Potential]  * the change corrupt the audio device selection, the audio input/output is not as expect [Other Info]  * a patch is there waiting for upstream review : https://gitlab.gnome.org/GNOME/libgnome-volume-control/-/merge_requests/10  * Test pass after 'do-release-upgrade -d' on the Tiger Lake platform to groovy
2020-07-09 06:26:48 Kai-Chuan Hsieh bug added subscriber Ubuntu Sponsors Team
2020-07-09 06:28:15 Kai-Chuan Hsieh description [Impact]  * audio input won't auto select and no pop-up dialog when headset is plugged  * backporting fix gitlab_ucm_mixer_control_select.patch in groovy to focal. [Test Case]  * Using Tiger Lake platform  * Step to reproduce:    1. plug-in headset    2. check g-c-c    Expected result:    audio input switch to headset mic.    Actual result:    audio input is not changed. [Regression Potential]  * the change corrupt the audio device selection, the audio input/output is not as expect [Other Info]  * a patch is there waiting for upstream review : https://gitlab.gnome.org/GNOME/libgnome-volume-control/-/merge_requests/10  * Test pass after 'do-release-upgrade -d' on the Tiger Lake platform to groovy [Impact]  * audio input won't auto select and no pop-up dialog when headset is plugged  * backporting fix gitlab_ucm_mixer_control_select.patch in groovy to focal. [Test Case]  * Using Tiger Lake platform  * Step to reproduce:    1. plug-in headset    2. check g-c-c    Expected result:    audio input switch to headset mic.    Actual result:    audio input is not changed. [Regression Potential]  * the change corrupt the audio device selection, the audio input/output is not as expect [Other Info]  * a patch is there waiting for upstream review : https://gitlab.gnome.org/GNOME/libgnome-volume-control/-/merge_requests/10  * Test pass after 'do-release-upgrade -d' on the Tiger Lake platform to groovy with gnome-control-center_1:3.36.4-1ubuntu1.
2020-07-14 07:27:02 Łukasz Zemczak gnome-control-center (Ubuntu Focal): status New Fix Committed
2020-07-14 07:27:03 Łukasz Zemczak bug added subscriber Ubuntu Stable Release Updates Team
2020-07-14 07:27:04 Łukasz Zemczak bug added subscriber SRU Verification
2020-07-14 07:27:07 Łukasz Zemczak tags oem-priority originate-from-1875597 originate-from-1882905 somerville oem-priority originate-from-1875597 originate-from-1882905 somerville verification-needed verification-needed-focal
2020-07-14 09:26:32 Łukasz Zemczak removed subscriber Ubuntu Sponsors Team
2020-07-14 13:00:56 Kai-Chuan Hsieh tags oem-priority originate-from-1875597 originate-from-1882905 somerville verification-needed verification-needed-focal oem-priority originate-from-1875597 originate-from-1882905 somerville verification-done verification-done-focal
2020-07-23 11:23:47 Launchpad Janitor gnome-control-center (Ubuntu Focal): status Fix Committed Fix Released
2020-07-23 11:23:56 Łukasz Zemczak removed subscriber Ubuntu Stable Release Updates Team