Revision: 92
          http://svn.sourceforge.net/mactel-linux/?rev=92&view=rev
Author:   nboichat
Date:     2007-03-21 04:01:40 -0700 (Wed, 21 Mar 2007)

Log Message:
-----------
Remove useless controls on Macbook Pro and Macmini. Needs testing on Macmini. 
Will probably not work on Macbook.

Modified Paths:
--------------
    trunk/kernel/mactel-patches-2.6.21/0006-sigmatel_audio.patch
    trunk/kernel/mactel-patches-2.6.21/0007-sigmatel_audio2.patch

Modified: trunk/kernel/mactel-patches-2.6.21/0006-sigmatel_audio.patch
===================================================================
--- trunk/kernel/mactel-patches-2.6.21/0006-sigmatel_audio.patch        
2007-03-21 10:58:05 UTC (rev 91)
+++ trunk/kernel/mactel-patches-2.6.21/0006-sigmatel_audio.patch        
2007-03-21 11:01:40 UTC (rev 92)
@@ -1,5 +1,7 @@
 Fix audio on Macbook Pro.
 
+Need to be dropped when 2.6.21-rc5 is released (in 2.6.21-rc4-git*)
+
 From: Nicolas Boichat <[EMAIL PROTECTED]>
 
 

Modified: trunk/kernel/mactel-patches-2.6.21/0007-sigmatel_audio2.patch
===================================================================
--- trunk/kernel/mactel-patches-2.6.21/0007-sigmatel_audio2.patch       
2007-03-21 10:58:05 UTC (rev 91)
+++ trunk/kernel/mactel-patches-2.6.21/0007-sigmatel_audio2.patch       
2007-03-21 11:01:40 UTC (rev 92)
@@ -5,14 +5,14 @@
 
 ---
 
- sound/pci/hda/patch_sigmatel.c |   10 ++--------
- 1 files changed, 2 insertions(+), 8 deletions(-)
+ sound/pci/hda/patch_sigmatel.c |   18 +++++++++---------
+ 1 files changed, 9 insertions(+), 9 deletions(-)
 
 diff --git a/sound/pci/hda/patch_sigmatel.c b/sound/pci/hda/patch_sigmatel.c
-index 2d78a9f..9ff5cf2 100644
+index c94291b..4c5fee3 100644
 --- a/sound/pci/hda/patch_sigmatel.c
 +++ b/sound/pci/hda/patch_sigmatel.c
-@@ -524,12 +524,6 @@ static unsigned int d945gtp5_pin_configs[10] = {
+@@ -524,16 +524,16 @@ static unsigned int d945gtp5_pin_configs[10] = {
        0x02a19320, 0x40000100,
  };
  
@@ -20,18 +20,29 @@
 -      0x0321e230, 0x03a1e020, 0x400000fd, 0x9017e110,
 -      0x400000fe, 0x0381e021, 0x1345e240, 0x13c5e22e,
 -      0x400000fc, 0x400000fb,
--};
--
++static unsigned int macmini_pin_configs[10] = {
++      0x0321e230, 0x400000fd, 0x9017e110, 0x01014010,
++      0x400000fd, 0x0381e021, 0x1345e240, 0x13c5e22e,
++      0x400000fc, 0x400000fb
+ };
+ 
  static unsigned int macbook_pro_v1_pin_configs[10] = {
-       0x0321e230, 0x03a1e020, 0x9017e110, 0x01014010,
-       0x01a19021, 0x0381e021, 0x1345e240, 0x13c5e22e,
-@@ -546,8 +540,8 @@ static unsigned int *stac922x_brd_tbl[STAC_922X_MODELS] = {
+-      0x0321e230, 0x03a1e020, 0x9017e110, 0x01014010,
+-      0x01a19021, 0x0381e021, 0x1345e240, 0x13c5e22e,
+-      0x02a19320, 0x400000fb
++      0x0321e230, 0x02a7e020, 0x9017e110, 0x01014010,
++      0x400000fd, 0x0381e021, 0x1345e240, 0x13c5e22e,
++      0x400000fc, 0x400000fb
+ };
+ 
+ static unsigned int macbook_pro_v2_pin_configs[10] = {
+@@ -546,8 +546,8 @@ static unsigned int *stac922x_brd_tbl[STAC_922X_MODELS] = {
        [STAC_D945_REF] = ref922x_pin_configs,
        [STAC_D945GTP3] = d945gtp3_pin_configs,
        [STAC_D945GTP5] = d945gtp5_pin_configs,
 -      [STAC_MACMINI] = d945gtp5_pin_configs,
 -      [STAC_MACBOOK] = macbook_pin_configs,
-+      [STAC_MACMINI] = macbook_pro_v1_pin_configs,
++      [STAC_MACMINI] = macmini_pin_configs,
 +      [STAC_MACBOOK] = macbook_pro_v1_pin_configs,
        [STAC_MACBOOK_PRO_V1] = macbook_pro_v1_pin_configs,
        [STAC_MACBOOK_PRO_V2] = macbook_pro_v2_pin_configs,


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Mactel-linux-devel mailing list
Mactel-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mactel-linux-devel

Reply via email to