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

Dann Frazier dannf at alioth.debian.org
Mon Feb 9 06:36:34 UTC 2009


Author: dannf
Date: Mon Feb  9 06:36:32 2009
New Revision: 12726

Log:
Add ALC887 support

Added:
   dists/sid/linux-2.6/debian/patches/bugfix/all/alsa-hda-add-alc887-support.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:36:32 2009
@@ -8,6 +8,7 @@
     - Backport ALSA driver quirks for various HP notebooks
     - Add appletv support
     - Fix SPDIF output on AD1989B
+    - Add ALC887 support
 
   [ dann frazier ]
   * sctp: fix memory overflow (CVE-2009-0065)
@@ -23,7 +24,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:22:38 -0700
+ -- dann frazier <dannf at debian.org>  Sun, 08 Feb 2009 23:32:12 -0700
 
 linux-2.6 (2.6.26-13) unstable; urgency=high
 

Added: dists/sid/linux-2.6/debian/patches/bugfix/all/alsa-hda-add-alc887-support.patch
==============================================================================
--- (empty file)
+++ dists/sid/linux-2.6/debian/patches/bugfix/all/alsa-hda-add-alc887-support.patch	Mon Feb  9 06:36:32 2009
@@ -0,0 +1,24 @@
+commit a385a52925398e53bedf1a8b30a9a3e002569f27
+Author: Kailang Yang <kailang at realtek.com>
+Date:   Wed Oct 15 11:20:21 2008 +0200
+
+    ALSA: hda - Add ALC887 support
+    
+    Added ALC887 support.  It's almost compatible with ALC883/888.
+    
+    Signed-off-by: Kailang Yang <kailang at realtek.com>
+    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_realtek.c linux-source-2.6.26/sound/pci/hda/patch_realtek.c
+--- linux-source-2.6.26.orig/sound/pci/hda/patch_realtek.c	2009-02-08 23:05:08.000000000 -0700
++++ linux-source-2.6.26/sound/pci/hda/patch_realtek.c	2009-02-08 23:24:29.000000000 -0700
+@@ -14360,6 +14360,7 @@ struct hda_codec_preset snd_hda_preset_r
+ 	{ .id = 0x10ec0885, .rev = 0x100103, .name = "ALC889A",
+ 	  .patch = patch_alc882 }, /* should be patch_alc883() in future */
+ 	{ .id = 0x10ec0885, .name = "ALC885", .patch = patch_alc882 },
++	{ .id = 0x10ec0887, .name = "ALC887", .patch = patch_alc883 },
+ 	{ .id = 0x10ec0888, .name = "ALC888", .patch = patch_alc883 },
+ 	{ .id = 0x10ec0889, .name = "ALC889", .patch = patch_alc883 },
+ 	{} /* 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:36:32 2009
@@ -54,3 +54,4 @@
 + bugfix/x86/alsa-add-hp-notebook-quirks.patch
 + 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



More information about the Kernel-svn-changes mailing list