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

Dann Frazier dannf at alioth.debian.org
Mon Feb 9 07:00:51 UTC 2009


Author: dannf
Date: Mon Feb  9 07:00:49 2009
New Revision: 12729

Log:
Add support for MEDION MD96630

Added:
   dists/sid/linux-2.6/debian/patches/bugfix/x86/alsa-hda-ad2000bx-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 07:00:49 2009
@@ -10,6 +10,7 @@
     - Fix SPDIF output on AD1989B
     - Add ALC887 support
     - Add support for Dell Studio 15
+    - Add support for MEDION MD96630
     - Support Asus P5Q Premium/Pro boards
 
   [ dann frazier ]
@@ -26,7 +27,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:44:24 -0700
+ -- dann frazier <dannf at debian.org>  Sun, 08 Feb 2009 23:48:43 -0700
 
 linux-2.6 (2.6.26-13) unstable; urgency=high
 

Added: dists/sid/linux-2.6/debian/patches/bugfix/x86/alsa-hda-ad2000bx-quirk.patch
==============================================================================
--- (empty file)
+++ dists/sid/linux-2.6/debian/patches/bugfix/x86/alsa-hda-ad2000bx-quirk.patch	Mon Feb  9 07:00:49 2009
@@ -0,0 +1,26 @@
+commit f51ff9937bc6732ed5fc08088fdbe89ab8ed27c3
+Author: Robin H. Johnson <robbat2 at orbis-terrarum.net>
+Date:   Sat Sep 13 16:55:01 2008 -0700
+
+    ALSA: HDA: patch_analog: Quirk for Asus P5Q Premium/Pro boards.
+    
+    Use 6STACK_DIG for the AD2000BX variant of the AD1989B chip used by Asus
+    on their Asus P5Q Premium and Pro boards.
+    
+    Signed-off-by: Robin H. Johnson <robbat2 at gentoo.org>
+    Signed-off-by: Takashi Iwai <tiwai at suse.de>
+    Signed-off-by: Jaroslav Kysela <perex at perex.cz>
+
+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_analog.c linux-source-2.6.26/sound/pci/hda/patch_analog.c
+--- linux-source-2.6.26.orig/sound/pci/hda/patch_analog.c	2009-02-08 23:54:28.000000000 -0700
++++ linux-source-2.6.26/sound/pci/hda/patch_analog.c	2009-02-08 23:55:46.000000000 -0700
+@@ -2874,6 +2874,7 @@ static struct snd_pci_quirk ad1988_cfg_t
+ 	SND_PCI_QUIRK(0x1043, 0x81ec, "Asus P5B-DLX", AD1988_6STACK_DIG),
+ 	SND_PCI_QUIRK(0x1043, 0x81f6, "Asus M2N-SLI", AD1988_6STACK_DIG),
+ 	SND_PCI_QUIRK(0x1043, 0x8277, "Asus P5K-E/WIFI-AP", AD1988_6STACK_DIG),
++	SND_PCI_QUIRK(0x1043, 0x8311, "Asus P5Q-Premium/Pro", AD1988_6STACK_DIG),
+ 	{}
+ };
+ 

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 07:00:49 2009
@@ -57,3 +57,4 @@
 + bugfix/all/alsa-hda-add-alc887-support.patch
 + bugfix/x86/alsa-hda-dell-studio-15-quirk.patch
 + bugfix/x86/alsa-hda-medion-md96630-quirk.patch
++ bugfix/x86/alsa-hda-ad2000bx-quirk.patch



More information about the Kernel-svn-changes mailing list