2003-05-22 03:29:56

by Kevin Puetz

[permalink] [raw]
Subject: Re: 2.5.69-mm7 build problem in sound/oss/cs46xx.c

looks like a janitor change gone awry, easy fix though

--- sound/oss/cs46xx.c.bak 2003-05-21 22:29:20.000000000 -0500
+++ sound/oss/cs46xx.c 2003-05-21 22:29:25.000000000 -0500
@@ -946,8 +946,8 @@

struct InitStruct
{
- u32 long off;
- u32 long val;
+ u32 off;
+ u32 val;
} InitArray[] = { {0x00000040, 0x3fc0000f},
{0x0000004c, 0x04800000},