Commit d5a31b8b6e79145c832d530743ca80bf5f58a965

Authored by Takashi Iwai
Committed by Jaroslav Kysela
1 parent 721b8a2972

[ALSA] au88x0 - Fix 64bit address of MPU401 MMIO port

Fix 64bit address of MPU401 MMIO port on au88x0 chip.

Signed-off-by: Takashi Iwai <tiwai@suse.de>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

sound/pci/au88x0/au88x0_mpu401.c
... ... @@ -47,7 +47,7 @@
47 47 struct snd_rawmidi *rmidi;
48 48 int temp, mode;
49 49 struct snd_mpu401 *mpu;
50   - int port;
  50 + unsigned long port;
51 51  
52 52 #ifdef VORTEX_MPU401_LEGACY
53 53 /* EnableHardCodedMPU401Port() */