Update of /cvsroot/alsa/alsa-kernel/isa/ad1816a In directory sc8-pr-cvs1:/tmp/cvs-serv18372/ad1816a
Modified Files: ad1816a.c Log Message: Art Haas <[EMAIL PROTECTED]> Here are a set of patches for files in sound/isa that convert the files to use C99 initializers. The patches are against the current BK. Index: ad1816a.c =================================================================== RCS file: /cvsroot/alsa/alsa-kernel/isa/ad1816a/ad1816a.c,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- ad1816a.c 21 Oct 2002 18:28:21 -0000 1.11 +++ ad1816a.c 1 Mar 2003 19:04:28 -0000 1.12 @@ -109,8 +109,8 @@ #define ISAPNP_AD1816A(_va, _vb, _vc, _device, _fa, _fb, _fc, _audio, _mpu401) \ { \ ISAPNP_CARD_ID(_va, _vb, _vc, _device), \ - devs : { ISAPNP_DEVICE_ID(_fa, _fb, _fc, _audio), \ - ISAPNP_DEVICE_ID(_fa, _fb, _fc, _mpu401), } \ + .devs = { ISAPNP_DEVICE_ID(_fa, _fb, _fc, _audio), \ + ISAPNP_DEVICE_ID(_fa, _fb, _fc, _mpu401), } \ } static struct isapnp_card_id snd_ad1816a_pnpids[] __devinitdata = { ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Alsa-cvslog mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-cvslog