[PATCH] Fix InitStruct types on cs46xx driver

Eduardo Pereira Habkost (ehabkost@conectiva.com.br)
Fri, 23 May 2003 17:35:32 -0300


This is a MIME-formatted message. If you see this text it means that your
E-mail software does not support MIME-formatted messages.

--=_courier-18354-1053722255-0001-2
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

Detected when using gcc 3.3.

--=20
Eduardo

diff -purN linux-2.4.orig/drivers/sound/cs46xx.c linux-2.4/drivers/sound/cs=
46xx.c
--- linux-2.4.orig/drivers/sound/cs46xx.c 2003-05-22 20:13:12.000000000 -03=
00
+++ linux-2.4/drivers/sound/cs46xx.c 2003-05-22 20:13:12.000000000 -0300
@@ -947,8 +947,8 @@ static void cs_play_setup(struct cs_stat
=20
struct InitStruct
{
- u32 long off;
- u32 long val;
+ u32 off;
+ u32 val;
} InitArray[] =3D { {0x00000040, 0x3fc0000f},
{0x0000004c, 0x04800000},
=20

--=_courier-18354-1053722255-0001-2
Content-Type: application/pgp-signature
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE+zoYUcaRJ66w1lWgRAjh9AKClhAoi0uGKNMJbib/L0AvLFZq8KQCcDfvp
sad2ZuZAApYGGLj3pl4fuaE=
=Pj2P
-----END PGP SIGNATURE-----

--=_courier-18354-1053722255-0001-2--