Update of /cvsroot/alsa/alsa-kernel/pci
In directory sc8-pr-cvs1:/tmp/cvs-serv16735
Modified Files:
cmipci.c
Log Message:
Fixed joystick->joystick_port for __setup()
Index: cmipci.c
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/pci/cmipci.c,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- cmipci.c 5 Jan 2004 14:06:22 -0000 1.55
+++ cmipci.c 10 Jan 2004 10:34:17 -0000 1.56
@@ -3280,7 +3280,7 @@
#ifndef MODULE
/* format is: snd-cmipci=enable,index,id,
- mpu_port,fm_port,soft_ac3,joystick */
+ mpu_port,fm_port,soft_ac3,joystick_port */
static int __init alsa_card_cmipci_setup(char *str)
{
@@ -3297,7 +3297,7 @@
&& get_option(&str,&soft_ac3[nr_dev]) == 2
#endif
#ifdef SUPPORT_JOYSTICK
- && get_option(&str,&joystick[nr_dev]) == 2
+ && get_option(&str,&joystick_port[nr_dev]) == 2
#endif
);
nr_dev++;
-------------------------------------------------------
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog