Skip to content

Commit

Permalink
[ALSA] au88x0 - Fix 64bit address of MPU401 MMIO port
Browse files Browse the repository at this point in the history
Fix 64bit address of MPU401 MMIO port on au88x0 chip.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
  • Loading branch information
Takashi Iwai authored and Jaroslav Kysela committed Jun 22, 2006
1 parent 721b8a2 commit d5a31b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/pci/au88x0/au88x0_mpu401.c
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ static int __devinit snd_vortex_midi(vortex_t * vortex)
struct snd_rawmidi *rmidi;
int temp, mode;
struct snd_mpu401 *mpu;
int port;
unsigned long port;

#ifdef VORTEX_MPU401_LEGACY
/* EnableHardCodedMPU401Port() */
Expand Down

0 comments on commit d5a31b8

Please sign in to comment.