aboutsummaryrefslogtreecommitdiffstats
path: root/sound/firewire/iso-resources.h
diff options
context:
space:
mode:
Diffstat (limited to 'sound/firewire/iso-resources.h')
-rw-r--r--sound/firewire/iso-resources.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sound/firewire/iso-resources.h b/sound/firewire/iso-resources.h
index 9feb9f8d4745..3f0730e4d841 100644
--- a/sound/firewire/iso-resources.h
+++ b/sound/firewire/iso-resources.h
@@ -24,11 +24,11 @@ struct fw_iso_resources {
24 unsigned int bandwidth_overhead; 24 unsigned int bandwidth_overhead;
25 int generation; /* in which allocation is valid */ 25 int generation; /* in which allocation is valid */
26 bool allocated; 26 bool allocated;
27 __be32 buffer[2]; 27 __be32 *buffer;
28}; 28};
29 29
30void fw_iso_resources_init(struct fw_iso_resources *r, 30int fw_iso_resources_init(struct fw_iso_resources *r,
31 struct fw_unit *unit); 31 struct fw_unit *unit);
32void fw_iso_resources_destroy(struct fw_iso_resources *r); 32void fw_iso_resources_destroy(struct fw_iso_resources *r);
33 33
34int fw_iso_resources_allocate(struct fw_iso_resources *r, 34int fw_iso_resources_allocate(struct fw_iso_resources *r,