From: Takashi Iwai Date: Tue, 5 Sep 2006 19:34:57 +0000 (+0200) Subject: ALSA: au88x0 - Fix 64bit address of MPU401 MMIO port X-Git-Tag: v2.6.16.29-rc1~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac0f6b9e16a03ccfd2762eac434df0c31e092dab;p=people%2Fms%2Flinux.git ALSA: au88x0 - Fix 64bit address of MPU401 MMIO port Fix 64bit address of MPU401 MMIO port on au88x0 chip. Signed-off-by: Takashi Iwai Signed-off-by: Adrian Bunk --- diff --git a/sound/pci/au88x0/au88x0_mpu401.c b/sound/pci/au88x0/au88x0_mpu401.c index 8ba6dd36222b..82aec911212f 100644 --- a/sound/pci/au88x0/au88x0_mpu401.c +++ b/sound/pci/au88x0/au88x0_mpu401.c @@ -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() */