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

Dann Frazier dannf at alioth.debian.org
Mon Feb 9 06:09:27 UTC 2009


Author: dannf
Date: Mon Feb  9 06:09:26 2009
New Revision: 12724

Log:
Add appletv support

Added:
   dists/sid/linux-2.6/debian/patches/bugfix/x86/alsa-hda-appletv-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:09:26 2009
@@ -6,6 +6,7 @@
     (Closes: #512031)
   * ALSA HDA hardware support (closes: #514567)
     - Backport ALSA driver quirks for various HP notebooks
+    - Add appletv support
 
   [ dann frazier ]
   * sctp: fix memory overflow (CVE-2009-0065)
@@ -21,7 +22,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 22:55:53 -0700
+ -- dann frazier <dannf at debian.org>  Sun, 08 Feb 2009 23:07:18 -0700
 
 linux-2.6 (2.6.26-13) unstable; urgency=high
 

Added: dists/sid/linux-2.6/debian/patches/bugfix/x86/alsa-hda-appletv-support.patch
==============================================================================
--- (empty file)
+++ dists/sid/linux-2.6/debian/patches/bugfix/x86/alsa-hda-appletv-support.patch	Mon Feb  9 06:09:26 2009
@@ -0,0 +1,25 @@
+commit f3911c5ab93e4295938b2013104d2986ea601454
+Author: Peter Korsgaard <jacmet at sunsite.dk>
+Date:   Sat Sep 27 09:13:45 2008 +0200
+
+    ALSA: hda: appletv support
+    
+    The AppleTV needs the same handling as the 24" iMac.
+    
+    Signed-off-by: Peter Korsgaard <jacmet at sunsite.dk>
+    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_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-01-29 16:43:52.000000000 -0700
++++ linux-source-2.6.26/sound/pci/hda/patch_realtek.c	2009-02-08 23:05:08.000000000 -0700
+@@ -6450,6 +6450,7 @@ static int patch_alc882(struct hda_codec
+ 			board_config = ALC885_MACPRO;
+ 			break;
+ 		case 0x106b1000: /* iMac 24 */
++		case 0x106b2800: /* AppleTV */
+ 			board_config = ALC885_IMAC24;
+ 			break;
+ 		case 0x106b00a1: /* Macbook */

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:09:26 2009
@@ -52,3 +52,4 @@
 - bugfix/sparc/arch_pci_hostcontroller_workaround.patch
 + bugfix/all/nfs-fix-authenticated-deep-mounting.patch
 + bugfix/x86/alsa-add-hp-notebook-quirks.patch
++ bugfix/x86/alsa-hda-appletv-support.patch



More information about the Kernel-svn-changes mailing list