|
From: <nbo...@us...> - 2007-05-27 11:21:33
|
Revision: 126
http://svn.sourceforge.net/mactel-linux/?rev=126&view=rev
Author: nboichat
Date: 2007-05-27 04:21:30 -0700 (Sun, 27 May 2007)
Log Message:
-----------
Port patch series to 2.6.21.3 (no major differences)
Modified Paths:
--------------
trunk/kernel/mactel-patches-2.6.21/series
trunk/kernel/mactel-patches-2.6.21/sigmatel_audio2.patch
trunk/kernel/mactel-patches-2.6.21/sigmatel_audio3.patch
Modified: trunk/kernel/mactel-patches-2.6.21/series
===================================================================
--- trunk/kernel/mactel-patches-2.6.21/series 2007-05-26 22:33:14 UTC (rev 125)
+++ trunk/kernel/mactel-patches-2.6.21/series 2007-05-27 11:21:30 UTC (rev 126)
@@ -1,4 +1,4 @@
-# This series applies on GIT commit 8d8b10482fffcb72b15515231bb942e2ad6395c9
+# This series applies on GIT commit dcf1697d4b4b9b94363b5fb0d97f7949602922ab
applesmc-mm.patch
applesmc-fix-names.patch
applesmc_int.patch
Modified: trunk/kernel/mactel-patches-2.6.21/sigmatel_audio2.patch
===================================================================
--- trunk/kernel/mactel-patches-2.6.21/sigmatel_audio2.patch 2007-05-26 22:33:14 UTC (rev 125)
+++ trunk/kernel/mactel-patches-2.6.21/sigmatel_audio2.patch 2007-05-27 11:21:30 UTC (rev 126)
@@ -9,7 +9,7 @@
1 files changed, 15 insertions(+), 6 deletions(-)
diff --git a/sound/pci/hda/patch_sigmatel.c b/sound/pci/hda/patch_sigmatel.c
-index c94291b..b1df711 100644
+index a6f8992..14e6fb0 100644
--- a/sound/pci/hda/patch_sigmatel.c
+++ b/sound/pci/hda/patch_sigmatel.c
@@ -524,18 +524,24 @@ static unsigned int d945gtp5_pin_configs[10] = {
@@ -51,7 +51,7 @@
[STAC_MACBOOK] = macbook_pin_configs,
[STAC_MACBOOK_PRO_V1] = macbook_pro_v1_pin_configs,
[STAC_MACBOOK_PRO_V2] = macbook_pro_v2_pin_configs,
-@@ -1905,6 +1911,9 @@ static int patch_stac922x(struct hda_codec *codec)
+@@ -1906,6 +1912,9 @@ static int patch_stac922x(struct hda_codec *codec)
*/
printk(KERN_INFO "hda_codec: STAC922x, Apple subsys_id=%x\n", codec->subsystem_id);
switch (codec->subsystem_id) {
Modified: trunk/kernel/mactel-patches-2.6.21/sigmatel_audio3.patch
===================================================================
--- trunk/kernel/mactel-patches-2.6.21/sigmatel_audio3.patch 2007-05-26 22:33:14 UTC (rev 125)
+++ trunk/kernel/mactel-patches-2.6.21/sigmatel_audio3.patch 2007-05-27 11:21:30 UTC (rev 126)
@@ -9,10 +9,10 @@
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/sound/pci/hda/patch_sigmatel.c b/sound/pci/hda/patch_sigmatel.c
-index b1df711..4fa6049 100644
+index 14e6fb0..28397aa 100644
--- a/sound/pci/hda/patch_sigmatel.c
+++ b/sound/pci/hda/patch_sigmatel.c
-@@ -1914,6 +1914,7 @@ static int patch_stac922x(struct hda_codec *codec)
+@@ -1915,6 +1915,7 @@ static int patch_stac922x(struct hda_codec *codec)
case 0x106b0a00: /* MacBook first generation */
spec->board_config = STAC_MACBOOK;
break;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|