]> git.hungrycats.org Git - linux/commitdiff
ALSA: au88x0 - Fix 64bit address of MPU401 MMIO port
authorTakashi Iwai <tiwai@suse.de>
Thu, 13 Jul 2006 18:10:13 +0000 (20:10 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 25 Jul 2006 03:35:25 +0000 (20:35 -0700)
Fix 64bit address of MPU401 MMIO port on au88x0 chip.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
sound/pci/au88x0/au88x0_mpu401.c
sound/pci/rme9652/hdsp.c

index 873f486b07b88ebaf298bbe1ad9f012eff2ca459..118dcc71e05e70c3d0f26d611740013a714a4116 100644 (file)
@@ -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() */
index 61f82f0d5cc67b1f7ad09d8cffd618c1b6c8dcb4..757b322a71ecb2a8d5eaa5cfea2ec69eaef1649b 100644 (file)
@@ -389,7 +389,7 @@ MODULE_SUPPORTED_DEVICE("{{RME Hammerfall-DSP},"
 
 /* use hotplug firmeare loader? */
 #if defined(CONFIG_FW_LOADER) || defined(CONFIG_FW_LOADER_MODULE)
-#ifndef HDSP_USE_HWDEP_LOADER
+#if !defined(HDSP_USE_HWDEP_LOADER) && !defined(CONFIG_SND_HDSP)
 #define HDSP_FW_LOADER
 #endif
 #endif