Commit c2cce8e0 authored by Jaroslav Kysela's avatar Jaroslav Kysela

ALSA CVS update - Jaroslav Kysela <perex@suse.cz>

CMIPCI driver
Fixed joystick->joystick_port for __setup()
parent 9a0bd073
...@@ -3280,7 +3280,7 @@ module_exit(alsa_card_cmipci_exit) ...@@ -3280,7 +3280,7 @@ module_exit(alsa_card_cmipci_exit)
#ifndef MODULE #ifndef MODULE
/* format is: snd-cmipci=enable,index,id, /* 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) static int __init alsa_card_cmipci_setup(char *str)
{ {
...@@ -3297,7 +3297,7 @@ static int __init alsa_card_cmipci_setup(char *str) ...@@ -3297,7 +3297,7 @@ static int __init alsa_card_cmipci_setup(char *str)
&& get_option(&str,&soft_ac3[nr_dev]) == 2 && get_option(&str,&soft_ac3[nr_dev]) == 2
#endif #endif
#ifdef SUPPORT_JOYSTICK #ifdef SUPPORT_JOYSTICK
&& get_option(&str,&joystick[nr_dev]) == 2 && get_option(&str,&joystick_port[nr_dev]) == 2
#endif #endif
); );
nr_dev++; nr_dev++;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment