diff --git a/ALSA-hda-Add-dock-support-for-ThinkPad-T550.patch b/ALSA-hda-Add-dock-support-for-ThinkPad-T550.patch new file mode 100644 index 000000000..ae0ac201b --- /dev/null +++ b/ALSA-hda-Add-dock-support-for-ThinkPad-T550.patch @@ -0,0 +1,33 @@ +From 6f501aed6a8ebecbc3a83fbd95d925ef522e0120 Mon Sep 17 00:00:00 2001 +From: Laura Abbott +Date: Thu, 1 Oct 2015 14:33:49 -0700 +Subject: [PATCH] ALSA: hda: Add dock support for ThinkPad T550 +To: Jaroslav Kysela +To: Takashi Iwai +Cc: alsa-devel@alsa-project.org +Cc: linux-kernel@vger.kernel.org + +Much like all the other Lenovo laptops, add a quirk to make +sound work with docking. + +Reported-and-tested-by: lacknerflo@gmail.com +Signed-off-by: Laura Abbott +--- + 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 afec6dc..16b8dcb 100644 +--- a/sound/pci/hda/patch_realtek.c ++++ b/sound/pci/hda/patch_realtek.c +@@ -5306,6 +5306,7 @@ static const struct snd_pci_quirk alc269_fixup_tbl[] = { + SND_PCI_QUIRK(0x17aa, 0x2212, "Thinkpad T440", ALC292_FIXUP_TPT440_DOCK), + SND_PCI_QUIRK(0x17aa, 0x2214, "Thinkpad X240", ALC292_FIXUP_TPT440_DOCK), + SND_PCI_QUIRK(0x17aa, 0x2215, "Thinkpad", ALC269_FIXUP_LIMIT_INT_MIC_BOOST), ++ SND_PCI_QUIRK(0x17aa, 0x2223, "ThinkPad T550", ALC292_FIXUP_TPT440_DOCK), + SND_PCI_QUIRK(0x17aa, 0x2226, "ThinkPad X250", ALC292_FIXUP_TPT440_DOCK), + SND_PCI_QUIRK(0x17aa, 0x3977, "IdeaPad S210", ALC283_FIXUP_INT_MIC), + SND_PCI_QUIRK(0x17aa, 0x3978, "IdeaPad Y410P", ALC269_FIXUP_NO_SHUTUP), +-- +2.4.3 + diff --git a/kernel.spec b/kernel.spec index f954a15e7..950dd8255 100644 --- a/kernel.spec +++ b/kernel.spec @@ -674,6 +674,9 @@ Patch535: inet-fix-race-in-reqsk_queue_unlink.patch Patch536: si2168-Bounds-check-firmware.patch Patch537: si2157-Bounds-check-firmware.patch +#rhbz 1268037 +Patch538: ALSA-hda-Add-dock-support-for-ThinkPad-T550.patch + # END OF PATCH DEFINITIONS %endif @@ -1454,6 +1457,9 @@ ApplyPatch inet-fix-race-in-reqsk_queue_unlink.patch ApplyPatch si2168-Bounds-check-firmware.patch ApplyPatch si2157-Bounds-check-firmware.patch +#rhbz 1268037 +ApplyPatch ALSA-hda-Add-dock-support-for-ThinkPad-T550.patch + # END OF PATCH APPLICATIONS %endif @@ -2313,6 +2319,9 @@ fi # ||----w | # || || %changelog +* Mon Oct 05 2015 Laura Abbott +- Make headphone work with with T550 + Dock (rhbz 1268037) + * Mon Oct 05 2015 Laura Abbott - Stop stack smash for several DVB devices (rhbz 1265978)