aboutsummaryrefslogtreecommitdiffstats
path: root/sound/firewire/amdtp-stream.c
diff options
context:
space:
mode:
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>2019-05-19 19:01:05 +0900
committerTakashi Iwai <tiwai@suse.de>2019-05-21 07:46:24 +0200
commit4a10cecc41825becb3283be5e310759f4994f2ea (patch)
tree9406e5d91e91d8d1e4d2a78f812a19b9af74b85a /sound/firewire/amdtp-stream.c
parentALSA: dice: add stream format parameters for PreSonus FireStudio (diff)
downloadlinux-dev-4a10cecc41825becb3283be5e310759f4994f2ea.tar.xz
linux-dev-4a10cecc41825becb3283be5e310759f4994f2ea.zip
ALSA: firewire-lib: use the same type of argument for CIP header for tracing event
An argument for CIP header in 'in_packet' event is not the same type in 'out_packet' event. This is not good to unify these events. This commit uses the same type of argument for these events. Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/firewire/amdtp-stream.c')
-rw-r--r--sound/firewire/amdtp-stream.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/firewire/amdtp-stream.c b/sound/firewire/amdtp-stream.c
index 43f28b813386..2614fa551e24 100644
--- a/sound/firewire/amdtp-stream.c
+++ b/sound/firewire/amdtp-stream.c
@@ -555,7 +555,7 @@ static int handle_in_packet(struct amdtp_stream *s,
cip_header[0] = be32_to_cpu(buffer[0]);
cip_header[1] = be32_to_cpu(buffer[1]);
- trace_in_packet(s, cycle, cip_header, payload_length, index);
+ trace_in_packet(s, cycle, buffer, payload_length, index);
/*
* This module supports 'Two-quadlet CIP header with SYT field'.