projects
/
wrapfs-5.3.y.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f4c2c2
)
ALSA: au88x0 - Fix 64bit address of MPU401 MMIO port
author
Takashi Iwai
<tiwai@suse.de>
Tue, 5 Sep 2006 19:34:57 +0000
(21:34 +0200)
committer
Adrian Bunk
<bunk@stusta.de>
Tue, 5 Sep 2006 19:34:57 +0000
(21:34 +0200)
Fix 64bit address of MPU401 MMIO port on au88x0 chip.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
sound/pci/au88x0/au88x0_mpu401.c
patch
|
blob
|
history
diff --git
a/sound/pci/au88x0/au88x0_mpu401.c
b/sound/pci/au88x0/au88x0_mpu401.c
index 8ba6dd36222b464ce220fc36fe7c9ad02eabd433..82aec911212f650402b21d8cdbd598cb87ab17eb 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() */