[prev in list] [next in list] [prev in thread] [next in thread] 

List:       linux-sound
Subject:    Problems in cs66xx.c with undefined int long and gcc 3.3.1 Kernel
From:       Cemil Degirmenci <cd () deltaweb ! de>
Date:       2003-07-31 18:37:18
[Download RAW message or body]

Hello, 

Hello,

this is my first bugreport Ever for the Linux-Kernel so don't blame me :)  

There is a problem compiling the cs46xx.c with gcc 3.3.1 in 2.4.20 and 2.4.21
int long is undefined, so the compiler crashed. A Workarround is here in this patch.

--- cs46-oldxx.c        2003-07-31 20:28:35.000000000 +0200
+++ cs46xx.c    2003-07-28 00:21:11.000000000 +0200
@@ -947,8 +947,8 @@
 
 struct InitStruct
 {
-    u32 long off;
-    u32 long val;
+    u32 off;
+    u32 val;
 } InitArray[] = { {0x00000040, 0x3fc0000f},
                   {0x0000004c, 0x04800000},
 



-- 
Mit freundlichen Gruessen,

Cemil Degirmenci
cd@deltaweb.de



-
To unsubscribe from this list: send the line "unsubscribe linux-sound" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic