Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d5a31b8b authored by Takashi Iwai's avatar Takashi Iwai Committed by Jaroslav Kysela
Browse files

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



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

Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 721b8a29
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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() */