projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
721b8a2
)
[ALSA] au88x0 - Fix 64bit address of MPU401 MMIO port
author
Takashi Iwai
<tiwai@suse.de>
Tue, 23 May 2006 11:30:59 +0000
(13:30 +0200)
committer
Jaroslav Kysela
<perex@suse.cz>
Thu, 22 Jun 2006 19:33:59 +0000
(21:33 +0200)
Fix 64bit address of MPU401 MMIO port on au88x0 chip.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/au88x0/au88x0_mpu401.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/pci/au88x0/au88x0_mpu401.c
b/sound/pci/au88x0/au88x0_mpu401.c
index 5a0c53530faee3bc10a5d2a2d8ad387fb88d3b92..c75d368ea0871c1790455a74c6fbd50212eee5df 100644
(file)
--- 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() */