aboutsummaryrefslogtreecommitdiffstats
path: root/sound/firewire/amdtp.h
diff options
context:
space:
mode:
Diffstat (limited to 'sound/firewire/amdtp.h')
-rw-r--r--sound/firewire/amdtp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/firewire/amdtp.h b/sound/firewire/amdtp.h
index 3f13ff63c5d2..b680c5ef01d6 100644
--- a/sound/firewire/amdtp.h
+++ b/sound/firewire/amdtp.h
@@ -68,6 +68,7 @@ struct amdtp_out_stream {
68 68
69 unsigned int pcm_buffer_pointer; 69 unsigned int pcm_buffer_pointer;
70 unsigned int pcm_period_pointer; 70 unsigned int pcm_period_pointer;
71 bool pointer_flush;
71}; 72};
72 73
73int amdtp_out_stream_init(struct amdtp_out_stream *s, struct fw_unit *unit, 74int amdtp_out_stream_init(struct amdtp_out_stream *s, struct fw_unit *unit,