]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
remove queue-3.0/alsa-hda-cirrus-correctly-clear-line_out_pins-when-moving-to-speaker...
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 3 Dec 2012 20:53:47 +0000 (12:53 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 3 Dec 2012 20:53:47 +0000 (12:53 -0800)
It should not be there

queue-3.0/alsa-hda-cirrus-correctly-clear-line_out_pins-when-moving-to-speaker.patch [deleted file]
queue-3.0/series

diff --git a/queue-3.0/alsa-hda-cirrus-correctly-clear-line_out_pins-when-moving-to-speaker.patch b/queue-3.0/alsa-hda-cirrus-correctly-clear-line_out_pins-when-moving-to-speaker.patch
deleted file mode 100644 (file)
index e0346a1..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-From 34c3d1926bdaf45d3a891dd577482abcdd9faa34 Mon Sep 17 00:00:00 2001
-From: David Henningsson <david.henningsson@canonical.com>
-Date: Wed, 21 Nov 2012 10:03:10 +0100
-Subject: ALSA: hda - Cirrus: Correctly clear line_out_pins when moving to speaker
-
-From: David Henningsson <david.henningsson@canonical.com>
-
-commit 34c3d1926bdaf45d3a891dd577482abcdd9faa34 upstream.
-
-If this array is not cleared, the jack related code later might
-fail to create "Internal Speaker Phantom Jack" on Dell Inspiron 3420 and
-Dell Vostro 2420.
-
-BugLink: https://bugs.launchpad.net/bugs/1076840
-Signed-off-by: David Henningsson <david.henningsson@canonical.com>
-Signed-off-by: Takashi Iwai <tiwai@suse.de>
-Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-
----
- sound/pci/hda/patch_cirrus.c |    1 +
- 1 file changed, 1 insertion(+)
-
---- a/sound/pci/hda/patch_cirrus.c
-+++ b/sound/pci/hda/patch_cirrus.c
-@@ -413,6 +413,7 @@ static int parse_output(struct hda_codec
-               memcpy(cfg->speaker_pins, cfg->line_out_pins,
-                      sizeof(cfg->speaker_pins));
-               cfg->line_outs = 0;
-+              memset(cfg->line_out_pins, 0, sizeof(cfg->line_out_pins));
-       }
-       return 0;
index 66eb723c6de767248c88a5420571ab3d21e0949b..8a07fb121424a727b61821d0b05711e58465b2fc 100644 (file)
@@ -9,7 +9,6 @@ rtlwifi-rtl8192cu-add-new-usb-id.patch
 mwifiex-report-error-to-mmc-core-if-we-cannot-suspend.patch
 scsi-isci-copy-fis-0x34-response-into-proper-buffer.patch
 alsa-ua101-usx2y-fix-broken-midi-output.patch
-alsa-hda-cirrus-correctly-clear-line_out_pins-when-moving-to-speaker.patch
 parisc-fix-virtual-aliasing-issue-in-get_shared_area.patch
 parisc-fix-user-triggerable-panic-on-parisc.patch
 mtd-slram-invalid-checking-of-absolute-end-address.patch