Re: [alsa-devel] [PATCH] ALSA: hda - Add dock support for ThinkPad X250 (17aa:2226)
At Sat, 11 Apr 2015 09:31:35 +0200, Yves-Alexis Perez wrote:
This model uses the same dock port as the previous generation.
Signed-off-by: Yves-Alexis Perez corsac@debian.org
Thanks, applied with Cc to stable. But, at the next time, please put maintainers to Cc.
Takashi
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 7438213..2087728 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -5030,6 +5030,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, 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), SND_PCI_QUIRK(0x17aa, 0x5013, "Thinkpad", ALC269_FIXUP_LIMIT_INT_MIC_BOOST),
-- 2.1.4
-- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
On sam., 2015-04-11 at 17:27 +0200, Takashi Iwai wrote:
At Sat, 11 Apr 2015 09:31:35 +0200, Yves-Alexis Perez wrote:
This model uses the same dock port as the previous generation.
Signed-off-by: Yves-Alexis Perez corsac@debian.org
Thanks, applied with Cc to stable. But, at the next time, please put maintainers to Cc.
Hi Greg,
I noticed a similar patch (f2aa1110 for the ThinkPad T450) was correctly included in 3.19.5 (as 3b941649), but this one (c0278669) was not.
Is there something I'm missing?
Regards,
On Sun, Apr 19, 2015 at 08:31:28PM +0200, Yves-Alexis Perez wrote:
On sam., 2015-04-11 at 17:27 +0200, Takashi Iwai wrote:
At Sat, 11 Apr 2015 09:31:35 +0200, Yves-Alexis Perez wrote:
This model uses the same dock port as the previous generation.
Signed-off-by: Yves-Alexis Perez corsac@debian.org
Thanks, applied with Cc to stable. But, at the next time, please put maintainers to Cc.
Hi Greg,
I noticed a similar patch (f2aa1110 for the ThinkPad T450) was correctly included in 3.19.5 (as 3b941649), but this one (c0278669) was not.
Is there something I'm missing?
It was not in a released kernel from Linus yet. It now showed up in 4.1-rc1, so it can go into a stable tree.
greg k-h
participants (3)
-
Greg Kroah-Hartman
-
Takashi Iwai
-
Yves-Alexis Perez