summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2012-05-09 15:01:57 -0400
committerPaul Gortmaker <paul.gortmaker@windriver.com>2012-05-09 15:01:57 -0400
commitdd2da85a2d9572ca702e27ceb075bcf344daf70b (patch)
treef8f66512c12a9714858376a914d7ef358f8578fa
parent8167415e924e556358e8e6117414dba4e68a4c18 (diff)
downloadlongterm-queue-2.6.34-dd2da85a2d9572ca702e27ceb075bcf344daf70b.tar.gz
drop ALSA dell 910 patch
It was later reverted in v2.6.32.49 (d304a4f5) Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
-rw-r--r--queue/ALSA-hda-Fix-quirk-for-Dell-Inspiron-910.patch38
-rw-r--r--queue/series1
2 files changed, 0 insertions, 39 deletions
diff --git a/queue/ALSA-hda-Fix-quirk-for-Dell-Inspiron-910.patch b/queue/ALSA-hda-Fix-quirk-for-Dell-Inspiron-910.patch
deleted file mode 100644
index e1bd4be..0000000
--- a/queue/ALSA-hda-Fix-quirk-for-Dell-Inspiron-910.patch
+++ /dev/null
@@ -1,38 +0,0 @@
-From d401d09cc7d1c0e07407612b418cf970535e501b Mon Sep 17 00:00:00 2001
-From: Daniel T Chen <crimsun@ubuntu.com>
-Date: Mon, 6 Jun 2011 18:55:34 -0400
-Subject: [PATCH] ALSA: hda: Fix quirk for Dell Inspiron 910
-
-commit 0a1896b27b030529ec770aefd790544a1bdb7d5a upstream.
-
-BugLink: https://launchpad.net/bugs/792712
-
-The original reporter states that sound from the internal speakers is
-inaudible until using the model=auto quirk. This symptom is due to an
-existing quirk mask for 0x102802b* that uses the model=dell quirk. To
-limit the possible regressions, leave the existing quirk mask but add
-a higher priority specific mask for the reporter's PCI SSID.
-
-Reported-and-tested-by: rodni hipp
-Signed-off-by: Daniel T Chen <crimsun@ubuntu.com>
-Signed-off-by: Takashi Iwai <tiwai@suse.de>
-Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
----
- 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 d388680..434572b 100644
---- a/sound/pci/hda/patch_realtek.c
-+++ b/sound/pci/hda/patch_realtek.c
-@@ -13181,6 +13181,7 @@ static struct snd_pci_quirk alc268_cfg_tbl[] = {
- SND_PCI_QUIRK(0x1025, 0x015b, "Acer Aspire One",
- ALC268_ACER_ASPIRE_ONE),
- SND_PCI_QUIRK(0x1028, 0x0253, "Dell OEM", ALC268_DELL),
-+ SND_PCI_QUIRK(0x1028, 0x02b0, "Dell Inspiron 910", ALC268_AUTO),
- SND_PCI_QUIRK_MASK(0x1028, 0xfff0, 0x02b0,
- "Dell Inspiron Mini9/Vostro A90", ALC268_DELL),
- /* almost compatible with toshiba but with optional digital outs;
---
-1.7.9.3
-
diff --git a/queue/series b/queue/series
index 8efb09c..7c25474 100644
--- a/queue/series
+++ b/queue/series
@@ -59,7 +59,6 @@ USB-cdc-acm-Adding-second-ACM-channel-support-for-No.patch
USB-core-Tolerate-protocol-stall-during-hub-and-port.patch
USB-serial-add-another-4N-GALAXY.DE-PID-to-ftdi_sio-.patch
USB-xhci-fix-interval-calculation-for-FS-isoc-endpoi.patch
-ALSA-hda-Fix-quirk-for-Dell-Inspiron-910.patch
oprofile-dcookies-Fix-possible-circular-locking-depe.patch
Remove-cpufreq_stats-sysfs-entries-on-module-unload.patch
md-check-hot_remove_disk-when-removing-disk.patch