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

Dann Frazier dannf at alioth.debian.org
Mon Feb 9 06:48:23 UTC 2009


Author: dannf
Date: Mon Feb  9 06:48:22 2009
New Revision: 12728

Log:
Support Asus P5Q Premium/Pro boards

Added:
   dists/sid/linux-2.6/debian/patches/bugfix/x86/alsa-hda-medion-md96630-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:48:22 2009
@@ -10,6 +10,7 @@
     - Fix SPDIF output on AD1989B
     - Add ALC887 support
     - Add support for Dell Studio 15
+    - Support Asus P5Q Premium/Pro boards
 
   [ dann frazier ]
   * sctp: fix memory overflow (CVE-2009-0065)
@@ -25,7 +26,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:37:53 -0700
+ -- dann frazier <dannf at debian.org>  Sun, 08 Feb 2009 23:44:24 -0700
 
 linux-2.6 (2.6.26-13) unstable; urgency=high
 

Added: dists/sid/linux-2.6/debian/patches/bugfix/x86/alsa-hda-medion-md96630-quirk.patch
==============================================================================
--- (empty file)
+++ dists/sid/linux-2.6/debian/patches/bugfix/x86/alsa-hda-medion-md96630-quirk.patch	Mon Feb  9 06:48:22 2009
@@ -0,0 +1,26 @@
+commit 959973b92d3ba235edfa5dcb5df1be1e5d1deba2
+Author: Takashi Iwai <tiwai at suse.de>
+Date:   Wed Nov 5 11:30:56 2008 +0100
+
+    ALSA: hda - Add a quirk for MEDION MD96630
+    
+    Use model=lenovo-ms7195-dig for MEDION MD96630 laptop (17c0:4085)
+    with ALC888 codec.
+    Reference: Novell bnc#412548
+    	https://bugzilla.novell.com/show_bug.cgi?id=412528
+    
+    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:24:29.000000000 -0700
++++ linux-source-2.6.26/sound/pci/hda/patch_realtek.c	2009-02-08 23:41:17.000000000 -0700
+@@ -7879,6 +7879,7 @@ static struct snd_pci_quirk alc883_cfg_t
+ 	SND_PCI_QUIRK(0x17aa, 0x3bfc, "Lenovo NB0763", ALC883_LENOVO_NB0763),
+ 	SND_PCI_QUIRK(0x17aa, 0x3bfd, "Lenovo NB0763", ALC883_LENOVO_NB0763),
+ 	SND_PCI_QUIRK(0x17c0, 0x4071, "MEDION MD2", ALC883_MEDION_MD2),
++	SND_PCI_QUIRK(0x17c0, 0x4085, "MEDION MD96630", ALC888_LENOVO_MS7195_DIG),
+ 	SND_PCI_QUIRK(0x17f2, 0x5000, "Albatron KI690-AM2", ALC883_6ST_DIG),
+ 	SND_PCI_QUIRK(0x1991, 0x5625, "Haier W66", ALC883_HAIER_W66),
+ 	SND_PCI_QUIRK(0x8086, 0x0001, "DG33BUC", ALC883_3ST_6ch_INTEL),

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:48:22 2009
@@ -56,3 +56,4 @@
 + 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
++ bugfix/x86/alsa-hda-medion-md96630-quirk.patch



More information about the Kernel-svn-changes mailing list