summaryrefslogtreecommitdiff
path: root/sound/firewire/fireface/ff-protocol-former.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/firewire/fireface/ff-protocol-former.c')
-rw-r--r--sound/firewire/fireface/ff-protocol-former.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/firewire/fireface/ff-protocol-former.c b/sound/firewire/fireface/ff-protocol-former.c
index 16afcb334e3c..22d6aee52de3 100644
--- a/sound/firewire/fireface/ff-protocol-former.c
+++ b/sound/firewire/fireface/ff-protocol-former.c
@@ -403,7 +403,7 @@ static void ff800_finish_session(struct snd_ff *ff)
// A write transaction to clear registered higher 4 bytes of destination address
// has an effect to suppress asynchronous transaction from device.
static void ff800_handle_midi_msg(struct snd_ff *ff, unsigned int offset, const __le32 *buf,
- size_t length)
+ size_t length, u32 tstamp)
{
int i;
@@ -554,7 +554,7 @@ static void ff400_finish_session(struct snd_ff *ff)
// in its lower offset and expects userspace application to configure the
// register for it.
static void ff400_handle_msg(struct snd_ff *ff, unsigned int offset, const __le32 *buf,
- size_t length)
+ size_t length, u32 tstamp)
{
int i;