From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.linuxfoundation.org ([140.211.169.12]:43839 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1946255AbbHGVOf (ORCPT ); Fri, 7 Aug 2015 17:14:35 -0400 Subject: Patch "ALSA: hda - Apply a fixup to Dell Vostro 5480" has been added to the 4.1-stable tree To: tiwai@suse.de, gregkh@linuxfoundation.org, p.oliveira.castro@gmail.com Cc: , From: Date: Fri, 07 Aug 2015 14:14:33 -0700 Message-ID: <1438982073225255@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 - Apply a fixup to Dell Vostro 5480 to the 4.1-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-apply-a-fixup-to-dell-vostro-5480.patch and it can be found in the queue-4.1 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let know about it. >>From 3a05d12f46cb95a6a685114819363a56e6170996 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Wed, 29 Jul 2015 09:04:52 +0200 Subject: ALSA: hda - Apply a fixup to Dell Vostro 5480 From: Takashi Iwai commit 3a05d12f46cb95a6a685114819363a56e6170996 upstream. Dell Vostro 5480 (1028:069a) needs the very same quirk used for Vostro 5470 model to make bass speakers properly working. Reported-and-tested-by: Paulo Roberto de Oliveira Castro 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 @@ -5114,6 +5114,7 @@ static const struct snd_pci_quirk alc269 SND_PCI_QUIRK(0x1028, 0x064a, "Dell", ALC293_FIXUP_DELL1_MIC_NO_PRESENCE), SND_PCI_QUIRK(0x1028, 0x064b, "Dell", ALC293_FIXUP_DELL1_MIC_NO_PRESENCE), SND_PCI_QUIRK(0x1028, 0x0665, "Dell XPS 13", ALC288_FIXUP_DELL_XPS_13), + SND_PCI_QUIRK(0x1028, 0x069a, "Dell Vostro 5480", ALC290_FIXUP_SUBWOOFER_HSJACK), SND_PCI_QUIRK(0x1028, 0x06c7, "Dell", ALC255_FIXUP_DELL1_MIC_NO_PRESENCE), SND_PCI_QUIRK(0x1028, 0x06d9, "Dell", ALC293_FIXUP_DELL1_MIC_NO_PRESENCE), SND_PCI_QUIRK(0x1028, 0x06da, "Dell", ALC293_FIXUP_DELL1_MIC_NO_PRESENCE), Patches currently in stable-queue which might be from tiwai@suse.de are queue-4.1/alsa-line6-fix-ebusy-error-during-active-monitoring.patch queue-4.1/alsa-hda-add-new-amd-pci-ids-with-proper-driver-caps.patch queue-4.1/alsa-usb-audio-add-midi-support-for-steinberg-mi2-mi4.patch queue-4.1/alsa-hda-apply-fixup-for-another-toshiba-satellite-s50d.patch queue-4.1/alsa-pcm-fix-lockdep-warning-with-nonatomic-pcm-ops.patch queue-4.1/alsa-hda-add-new-gpu-codec-id-0x10de007d-to-snd-hda.patch queue-4.1/alsa-usb-audio-add-db-range-mapping-for-some-devices.patch queue-4.1/alsa-hda-add-headset-mic-support-for-acer-aspire-v5-573g.patch queue-4.1/alsa-hda-apply-a-fixup-to-dell-vostro-5480.patch queue-4.1/alsa-hda-fix-macbook-pro-5-2-quirk.patch queue-4.1/alsa-hda-add-headset-mic-pin-quirk-for-a-dell-device.patch