diff options
Diffstat (limited to 'sound/firewire/fireworks/fireworks_transaction.c')
-rw-r--r-- | sound/firewire/fireworks/fireworks_transaction.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/firewire/fireworks/fireworks_transaction.c b/sound/firewire/fireworks/fireworks_transaction.c index 81a65ebb5f71..aa56b8ac537c 100644 --- a/sound/firewire/fireworks/fireworks_transaction.c +++ b/sound/firewire/fireworks/fireworks_transaction.c | |||
@@ -31,8 +31,8 @@ | |||
31 | */ | 31 | */ |
32 | #include "./fireworks.h" | 32 | #include "./fireworks.h" |
33 | 33 | ||
34 | #define MEMORY_SPACE_EFW_COMMAND 0xecc000000000 | 34 | #define MEMORY_SPACE_EFW_COMMAND 0xecc000000000ULL |
35 | #define MEMORY_SPACE_EFW_RESPONSE 0xecc080000000 | 35 | #define MEMORY_SPACE_EFW_RESPONSE 0xecc080000000ULL |
36 | 36 | ||
37 | #define ERROR_RETRIES 3 | 37 | #define ERROR_RETRIES 3 |
38 | #define ERROR_DELAY_MS 5 | 38 | #define ERROR_DELAY_MS 5 |