Commit f12945e3 authored by Jaroslav Kysela's avatar Jaroslav Kysela

ALSA CVS update - Takashi Iwai <tiwai@suse.de>

CMIPCI driver
- use 0x201 as the default joystick port address.
parent dbe450ae
......@@ -3151,7 +3151,7 @@ static int __devinit snd_cmipci_create(snd_card_t *card, struct pci_dev *pci,
#ifdef SUPPORT_JOYSTICK
if (joystick_port[dev] > 0) {
if (joystick_port[dev] == 1) { /* auto-detect */
static int ports[] = { 0x200, 0x201, 0 };
static int ports[] = { 0x201, 0x200, 0 }; /* FIXME: majority is 0x201? */
int i;
for (i = 0; ports[i]; i++) {
joystick_port[dev] = ports[i];
......
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