Revision: 112 http://svn.sourceforge.net/mactel-linux/?rev=112&view=rev Author: nboichat Date: 2007-04-11 02:36:05 -0700 (Wed, 11 Apr 2007)
Log Message: ----------- Fix missing ;. Modified Paths: -------------- trunk/kernel/mactel-patches-2.6.21/0007-sigmatel_audio2.patch trunk/kernel/mactel-patches-2.6.21/0010-sigmatel_audio3.patch Modified: trunk/kernel/mactel-patches-2.6.21/0007-sigmatel_audio2.patch =================================================================== --- trunk/kernel/mactel-patches-2.6.21/0007-sigmatel_audio2.patch 2007-04-11 07:48:53 UTC (rev 111) +++ trunk/kernel/mactel-patches-2.6.21/0007-sigmatel_audio2.patch 2007-04-11 09:36:05 UTC (rev 112) @@ -9,10 +9,10 @@ 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..af46702 100644 +index c94291b..b1df711 100644 --- a/sound/pci/hda/patch_sigmatel.c +++ b/sound/pci/hda/patch_sigmatel.c -@@ -524,16 +524,22 @@ static unsigned int d945gtp5_pin_configs[10] = { +@@ -524,18 +524,24 @@ static unsigned int d945gtp5_pin_configs[10] = { 0x02a19320, 0x40000100, }; @@ -31,15 +31,17 @@ 0x0321e230, 0x03a1e020, 0x9017e110, 0x01014010, 0x01a19021, 0x0381e021, 0x1345e240, 0x13c5e22e, 0x02a19320, 0x400000fb -+} -+ + }; + +static unsigned int macbook_pro_v1_pin_configs[10] = { + 0x0321e230, 0x02a7e020, 0x9017e110, 0x01014010, + 0x400000fd, 0x0381e021, 0x1345e240, 0x13c5e22e, + 0x400000fc, 0x400000fb - }; - ++}; ++ static unsigned int macbook_pro_v2_pin_configs[10] = { + 0x0221401f, 0x90a70120, 0x01813024, 0x01014010, + 0x400000fd, 0x01016011, 0x1345e240, 0x13c5e22e, @@ -546,7 +552,7 @@ static unsigned int *stac922x_brd_tbl[STAC_922X_MODELS] = { [STAC_D945_REF] = ref922x_pin_configs, [STAC_D945GTP3] = d945gtp3_pin_configs, Modified: trunk/kernel/mactel-patches-2.6.21/0010-sigmatel_audio3.patch =================================================================== --- trunk/kernel/mactel-patches-2.6.21/0010-sigmatel_audio3.patch 2007-04-11 07:48:53 UTC (rev 111) +++ trunk/kernel/mactel-patches-2.6.21/0010-sigmatel_audio3.patch 2007-04-11 09:36:05 UTC (rev 112) @@ -9,7 +9,7 @@ 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/sound/pci/hda/patch_sigmatel.c b/sound/pci/hda/patch_sigmatel.c -index af46702..89a7e19 100644 +index b1df711..4fa6049 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) 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