From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.linuxfoundation.org ([140.211.169.12]:48984 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752046AbbFCBYo (ORCPT ); Tue, 2 Jun 2015 21:24:44 -0400 Subject: Patch "ALSA: hda - Add headphone quirk for Lifebook E752" has been added to the 4.0-stable tree To: tiwai@suse.de, gregkh@linuxfoundation.org, we_chris@hotmail.com Cc: , From: Date: Wed, 03 Jun 2015 10:24:38 +0900 Message-ID: <1433294678196200@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ANSI_X3.4-1968 Content-Transfer-Encoding: 8bit Sender: stable-owner@vger.kernel.org List-ID: This is a note to let you know that I've just added the patch titled ALSA: hda - Add headphone quirk for Lifebook E752 to the 4.0-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: alsa-hda-add-headphone-quirk-for-lifebook-e752.patch and it can be found in the queue-4.0 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let know about it. >>From 88776f366ede7d9cdce60bd2c9753dd6d6fa8b77 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Fri, 1 May 2015 09:20:34 +0200 Subject: ALSA: hda - Add headphone quirk for Lifebook E752 From: Takashi Iwai commit 88776f366ede7d9cdce60bd2c9753dd6d6fa8b77 upstream. Fujitsu Lifebook E752 laptop needs a similar quirk done for Lifebook T731. Otherwise the headphone is always muted. Reported-and-tested-by: Christian Weber Signed-off-by: Takashi Iwai Signed-off-by: Greg Kroah-Hartman --- sound/pci/hda/patch_realtek.c | 1 + 1 file changed, 1 insertion(+) --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -5027,6 +5027,7 @@ static const struct snd_pci_quirk alc269 SND_PCI_QUIRK(0x104d, 0x9099, "Sony VAIO S13", ALC275_FIXUP_SONY_DISABLE_AAMIX), SND_PCI_QUIRK(0x10cf, 0x1475, "Lifebook", ALC269_FIXUP_LIFEBOOK), SND_PCI_QUIRK(0x10cf, 0x15dc, "Lifebook T731", ALC269_FIXUP_LIFEBOOK_HP_PIN), + SND_PCI_QUIRK(0x10cf, 0x1757, "Lifebook E752", ALC269_FIXUP_LIFEBOOK_HP_PIN), SND_PCI_QUIRK(0x10cf, 0x1845, "Lifebook U904", ALC269_FIXUP_LIFEBOOK_EXTMIC), SND_PCI_QUIRK(0x144d, 0xc109, "Samsung Ativ book 9 (NP900X3G)", ALC269_FIXUP_INV_DMIC), SND_PCI_QUIRK(0x1458, 0xfa53, "Gigabyte BXBT-2807", ALC283_FIXUP_BXBT2807_MIC), Patches currently in stable-queue which might be from tiwai@suse.de are queue-4.0/revert-alsa-hda-add-mute-led-mode-control-to-thinkpad.patch queue-4.0/alsa-usb-audio-add-quirk-for-ms-lifecam-hd-3000.patch queue-4.0/alsa-usb-audio-add-quirk-for-ms-lifecam-studio.patch queue-4.0/alsa-hda-realtek-alc292-dock-fix-for-thinkpad-l450.patch queue-4.0/alsa-hda-add-headset-mic-quirk-for-dell-inspiron-5548.patch queue-4.0/alsa-hda-add-conexant-codecs-cx20721-cx20722-cx20723-and-cx20724.patch queue-4.0/alsa-hda-fix-noise-on-amd-radeon-290x-controller.patch queue-4.0/alsa-hda-add-headphone-quirk-for-lifebook-e752.patch