[hdsp] Fix for 64bit architectures

Fixed the loading of firmware data and the handling of meter mmap
on 64bit architectures.
This commit is contained in:
Takashi Iwai 2004-09-21 10:38:02 +00:00
parent 7cd97bf3a2
commit 2e875b8b72

View file

@ -79,7 +79,7 @@ void upload_firmware(int card)
return;
}
firmware.firmware_data = (unsigned long *)code;
firmware.firmware_data = code;
switch (version.io_type) {
case Multiface:
if (version.firmware_rev == 0xa) {