mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-12-16 08:56:42 -05:00
[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:
parent
6ed5c58dce
commit
9db1403b3a
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ struct _snd_hdsp_config_info {
|
|||
typedef struct _snd_hdsp_firmware hdsp_firmware_t;
|
||||
|
||||
struct _snd_hdsp_firmware {
|
||||
unsigned long *firmware_data; /* 24413 long words */
|
||||
void *firmware_data; /* 24413 x 4 bytes */
|
||||
};
|
||||
|
||||
#define SNDRV_HDSP_IOCTL_UPLOAD_FIRMWARE _IOW('H', 0x42, hdsp_firmware_t)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue