Update of /cvsroot/alsa/alsa-kernel/isa/es1688
In directory sc8-pr-cvs1:/tmp/cvs-serv32368/isa/es1688

Modified Files:
        es1688.c 
Log Message:
- fixed the boot parameters with long ints for non-intel architectures.
- added get_option_long() for parsing the parameter.





Index: es1688.c
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/isa/es1688/es1688.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- es1688.c    21 Oct 2002 18:28:22 -0000      1.10
+++ es1688.c    14 Oct 2003 13:08:15 -0000      1.11
@@ -226,8 +226,8 @@
        (void)(get_option(&str,&enable[nr_dev]) == 2 &&
               get_option(&str,&index[nr_dev]) == 2 &&
               get_id(&str,&id[nr_dev]) == 2 &&
-              get_option(&str,(int *)&port[nr_dev]) == 2 &&
-              get_option(&str,(int *)&mpu_port[nr_dev]) == 2 &&
+              get_option_long(&str,&port[nr_dev]) == 2 &&
+              get_option_long(&str,&mpu_port[nr_dev]) == 2 &&
               get_option(&str,&irq[nr_dev]) == 2 &&
               get_option(&str,&mpu_irq[nr_dev]) == 2 &&
               get_option(&str,&dma8[nr_dev]) == 2);



-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to