[kernel] r12727 - in dists/sid/linux-2.6/debian: . patches/bugfix/x86 patches/series

Dann Frazier dannf at alioth.debian.org
Mon Feb 9 06:42:03 UTC 2009


Author: dannf
Date: Mon Feb  9 06:42:01 2009
New Revision: 12727

Log:
Add support for Dell Studio 15

Added:
   dists/sid/linux-2.6/debian/patches/bugfix/x86/alsa-hda-dell-studio-15-quirk.patch
Modified:
   dists/sid/linux-2.6/debian/changelog
   dists/sid/linux-2.6/debian/patches/series/14

Modified: dists/sid/linux-2.6/debian/changelog
==============================================================================
--- dists/sid/linux-2.6/debian/changelog	(original)
+++ dists/sid/linux-2.6/debian/changelog	Mon Feb  9 06:42:01 2009
@@ -9,6 +9,7 @@
     - Add appletv support
     - Fix SPDIF output on AD1989B
     - Add ALC887 support
+    - Add support for Dell Studio 15
 
   [ dann frazier ]
   * sctp: fix memory overflow (CVE-2009-0065)
@@ -24,7 +25,7 @@
   * [sparc] Revert: Reintroduce dummy PCI host controller to workaround broken
     X.org. Not supportable and breaks to many things.
 
- -- dann frazier <dannf at debian.org>  Sun, 08 Feb 2009 23:32:12 -0700
+ -- dann frazier <dannf at debian.org>  Sun, 08 Feb 2009 23:37:53 -0700
 
 linux-2.6 (2.6.26-13) unstable; urgency=high
 

Added: dists/sid/linux-2.6/debian/patches/bugfix/x86/alsa-hda-dell-studio-15-quirk.patch
==============================================================================
--- (empty file)
+++ dists/sid/linux-2.6/debian/patches/bugfix/x86/alsa-hda-dell-studio-15-quirk.patch	Mon Feb  9 06:42:01 2009
@@ -0,0 +1,24 @@
+commit b0fc5e043401df4cd243352f1030c4d23e767347
+Author: Takashi Iwai <tiwai at suse.de>
+Date:   Fri Nov 21 08:37:03 2008 +0100
+
+    ALSA: hda - Add a quirk for Dell Studio 15
+    
+    Added the matching model=dell-m6 for Dell Studio 15 laptop.
+    
+    Signed-off-by: Takashi Iwai <tiwai at suse.de>
+
+Adjusted to apply to Debian's 2.6.26 by dann frazier <dannf at debian.org>
+
+diff -urpN linux-source-2.6.26.orig/sound/pci/hda/patch_sigmatel.c linux-source-2.6.26/sound/pci/hda/patch_sigmatel.c
+--- linux-source-2.6.26.orig/sound/pci/hda/patch_sigmatel.c	2009-01-29 16:43:51.000000000 -0700
++++ linux-source-2.6.26/sound/pci/hda/patch_sigmatel.c	2009-02-08 23:36:08.000000000 -0700
+@@ -1308,6 +1308,8 @@ static struct snd_pci_quirk stac92hd73xx
+ 				"unknown Dell", STAC_DELL_M6),
+ 	SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0271,
+ 				"unknown Dell", STAC_DELL_M6),
++	SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x029f,
++				"Dell Studio 15", STAC_DELL_M6),
+ 	{} /* terminator */
+ };
+ 

Modified: dists/sid/linux-2.6/debian/patches/series/14
==============================================================================
--- dists/sid/linux-2.6/debian/patches/series/14	(original)
+++ dists/sid/linux-2.6/debian/patches/series/14	Mon Feb  9 06:42:01 2009
@@ -55,3 +55,4 @@
 + bugfix/x86/alsa-hda-appletv-support.patch
 + bugfix/all/alsa-hda-fix-spdif-out-on-ad1989b.patch
 + bugfix/all/alsa-hda-add-alc887-support.patch
++ bugfix/x86/alsa-hda-dell-studio-15-quirk.patch



More information about the Kernel-svn-changes mailing list