Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933113AbbDKHdx (ORCPT ); Sat, 11 Apr 2015 03:33:53 -0400 Received: from smtp2-g21.free.fr ([212.27.42.2]:43386 "EHLO smtp2-g21.free.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932883AbbDKHdv (ORCPT ); Sat, 11 Apr 2015 03:33:51 -0400 From: Yves-Alexis Perez To: alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org Cc: Arnaud Ebalard , Yves-Alexis Perez Subject: [PATCH] ALSA: hda - Add dock support for ThinkPad X250 Date: Sat, 11 Apr 2015 09:31:34 +0200 Message-Id: <1428737495-9906-1-git-send-email-corsac@debian.org> X-Mailer: git-send-email 2.1.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1171 Lines: 35 Hi, I recently bought a 2015 ThinkPad (X250) along with a dockstation (ThinkPad Ultra dock). The audio output (mini-jack) doesn't work on the dock station, but after some research it seems that the snd_hda_intel module just miss the correct pin configuration. This pin configuration seems shared between 2014 and 2015 ThinkPads, so this patch just add the same quirk for the X250 subsystem product id. After that, the audio output works fine on the internal speakers, on the laptop output jack and on the dockstation output jack. I didn't add the CC: stable@vger.kernel.org because I'm unsure how the ALSA maintainers stand on this, but similar previous patches have been targeted to stable so it might be worth adding it. Regards, -- Yves-Alexis Perez Yves-Alexis Perez (1): ALSA: hda - Add dock support for ThinkPad X250 (17aa:2226) sound/pci/hda/patch_realtek.c | 1 + 1 file changed, 1 insertion(+) -- 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/