Activity log for bug #1769721

Date Who What changed Old value New value Message
2018-05-07 18:39:23 Jeremy Soller bug added bug
2018-05-07 18:40:00 Jeremy Soller description This adds support for the P950ER, which has the same required fixup as the P950HR, but has a different PCI ID. Signed-off-by: Jeremy Soller <jeremy at system76.com> --- sound/pci/hda/patch_realtek.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index 2dd34dd77447..01a6643fc7d4 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -2363,6 +2363,7 @@ static const struct snd_pci_quirk alc882_fixup_tbl[] = { SND_PCI_QUIRK_VENDOR(0x1462, "MSI", ALC882_FIXUP_GPIO3), SND_PCI_QUIRK(0x147b, 0x107a, "Abit AW9D-MAX", ALC882_FIXUP_ABIT_AW9D_MAX), SND_PCI_QUIRK(0x1558, 0x9501, "Clevo P950HR", ALC1220_FIXUP_CLEVO_P950), + SND_PCI_QUIRK(0x1558, 0x95e2, "Clevo P950ER", ALC1220_FIXUP_CLEVO_P950), SND_PCI_QUIRK_VENDOR(0x1558, "Clevo laptop", ALC882_FIXUP_EAPD), SND_PCI_QUIRK(0x161f, 0x2054, "Medion laptop", ALC883_FIXUP_EAPD), SND_PCI_QUIRK(0x17aa, 0x3a0d, "Lenovo Y530", ALC882_FIXUP_LENOVO_Y530), As submitted upstream in this email: http://mailman.alsa-project.org/pipermail/alsa-devel/2018-May/135685.html This adds support for the P950ER, which has the same required fixup as the P950HR, but has a different PCI ID. Signed-off-by: Jeremy Soller <jeremy at system76.com> ---  sound/pci/hda/patch_realtek.c | 1 +  1 file changed, 1 insertion(+) diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index 2dd34dd77447..01a6643fc7d4 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -2363,6 +2363,7 @@ static const struct snd_pci_quirk alc882_fixup_tbl[] = {         SND_PCI_QUIRK_VENDOR(0x1462, "MSI", ALC882_FIXUP_GPIO3),         SND_PCI_QUIRK(0x147b, 0x107a, "Abit AW9D-MAX", ALC882_FIXUP_ABIT_AW9D_MAX),         SND_PCI_QUIRK(0x1558, 0x9501, "Clevo P950HR", ALC1220_FIXUP_CLEVO_P950), + SND_PCI_QUIRK(0x1558, 0x95e2, "Clevo P950ER", ALC1220_FIXUP_CLEVO_P950),         SND_PCI_QUIRK_VENDOR(0x1558, "Clevo laptop", ALC882_FIXUP_EAPD),         SND_PCI_QUIRK(0x161f, 0x2054, "Medion laptop", ALC883_FIXUP_EAPD),         SND_PCI_QUIRK(0x17aa, 0x3a0d, "Lenovo Y530", ALC882_FIXUP_LENOVO_Y530),
2018-05-07 18:41:55 Joseph Salisbury linux (Ubuntu): importance Undecided Medium
2018-05-07 18:42:01 Joseph Salisbury linux (Ubuntu): status New In Progress
2018-05-07 18:42:04 Joseph Salisbury linux (Ubuntu): assignee Joseph Salisbury (jsalisbury)
2018-05-07 18:43:09 Joseph Salisbury nominated for series Ubuntu Cosmic
2018-05-07 18:43:09 Joseph Salisbury bug task added linux (Ubuntu Cosmic)
2018-05-07 18:43:09 Joseph Salisbury nominated for series Ubuntu Bionic
2018-05-07 18:43:09 Joseph Salisbury bug task added linux (Ubuntu Bionic)
2018-05-07 18:43:19 Joseph Salisbury linux (Ubuntu Bionic): importance Undecided Medium
2018-05-07 18:43:22 Joseph Salisbury linux (Ubuntu Bionic): status New In Progress
2018-05-07 18:43:25 Joseph Salisbury linux (Ubuntu Bionic): assignee Joseph Salisbury (jsalisbury)
2018-05-07 22:21:37 Joseph Salisbury description As submitted upstream in this email: http://mailman.alsa-project.org/pipermail/alsa-devel/2018-May/135685.html This adds support for the P950ER, which has the same required fixup as the P950HR, but has a different PCI ID. Signed-off-by: Jeremy Soller <jeremy at system76.com> ---  sound/pci/hda/patch_realtek.c | 1 +  1 file changed, 1 insertion(+) diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index 2dd34dd77447..01a6643fc7d4 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -2363,6 +2363,7 @@ static const struct snd_pci_quirk alc882_fixup_tbl[] = {         SND_PCI_QUIRK_VENDOR(0x1462, "MSI", ALC882_FIXUP_GPIO3),         SND_PCI_QUIRK(0x147b, 0x107a, "Abit AW9D-MAX", ALC882_FIXUP_ABIT_AW9D_MAX),         SND_PCI_QUIRK(0x1558, 0x9501, "Clevo P950HR", ALC1220_FIXUP_CLEVO_P950), + SND_PCI_QUIRK(0x1558, 0x95e2, "Clevo P950ER", ALC1220_FIXUP_CLEVO_P950),         SND_PCI_QUIRK_VENDOR(0x1558, "Clevo laptop", ALC882_FIXUP_EAPD),         SND_PCI_QUIRK(0x161f, 0x2054, "Medion laptop", ALC883_FIXUP_EAPD),         SND_PCI_QUIRK(0x17aa, 0x3a0d, "Lenovo Y530", ALC882_FIXUP_LENOVO_Y530), == SRU Justification == This request is to add a sound quirk requested by System76. This adds support for the P950ER, which has the same required fixup as the P950HR, but has a different PCI ID. The patch was already submitted upstream in this email: http://mailman.alsa-project.org/pipermail/alsa-devel/2018-May/135685.html However, the patch has not landed in mainline as of yet, so it is being requested as SAUCE. == Fix == UBUNTU: SAUCE: ALSA: hda/realtek - Clevo P950ER ALC1220 Fixup == Regression Potential == Low. Limited to a new sound quirk. == Test Case == A test kernel was built with this patch and tested by the original bug reporter. The bug reporter states the test kernel resolved the bug.
2018-05-15 11:23:25 Kleber Sacilotto de Souza linux (Ubuntu Bionic): status In Progress Fix Committed
2018-05-24 18:05:41 Brad Figg tags verification-needed-bionic
2018-05-24 19:06:31 Jeremy Soller tags verification-needed-bionic verification-done-bionic
2018-06-11 15:08:06 Launchpad Janitor linux (Ubuntu Bionic): status Fix Committed Fix Released
2018-06-11 15:08:06 Launchpad Janitor cve linked 2018-1092
2018-06-11 15:08:06 Launchpad Janitor cve linked 2018-3639
2018-06-11 15:08:06 Launchpad Janitor cve linked 2018-8087
2018-06-14 12:16:29 Launchpad Janitor linux (Ubuntu Cosmic): status In Progress Fix Released