ALSA: au88x0 - Fix 64bit address of MPU401 MMIO port
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>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
cefc30b36a
commit
954d53d3ea
@@ -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() */
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user