aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sound/firewire/amdtp-stream.h
diff options
context:
space:
mode:
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>2019-07-22 12:36:57 +0900
committerTakashi Iwai <tiwai@suse.de>2019-07-22 16:05:01 +0200
commit600c8018df605a91575aef6811cf927e2d933d30 (patch)
tree6f79ad026555c6149a7cf6478eaaedfa2621201d /sound/firewire/amdtp-stream.h
parentALSA: firewire-lib: add syt_override member for some protocols (diff)
downloadwireguard-linux-600c8018df605a91575aef6811cf927e2d933d30.tar.xz
wireguard-linux-600c8018df605a91575aef6811cf927e2d933d30.zip
ALSA: firewire-lib: pass no syt information to data block processing layer
In a previous commit, the variable passed from packet streaming layer for syt variable is useless. This commit obsoletes it. In my future work, the syt information is passed to data block processing layer by another way. Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/firewire/amdtp-stream.h')
-rw-r--r--sound/firewire/amdtp-stream.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sound/firewire/amdtp-stream.h b/sound/firewire/amdtp-stream.h
index 5b9d4212e202..5996cc60f166 100644
--- a/sound/firewire/amdtp-stream.h
+++ b/sound/firewire/amdtp-stream.h
@@ -99,8 +99,7 @@ typedef unsigned int (*amdtp_stream_process_data_blocks_t)(
struct amdtp_stream *s,
__be32 *buffer,
unsigned int data_blocks,
- unsigned int data_block_counter,
- unsigned int *syt);
+ unsigned int data_block_counter);
struct amdtp_stream {
struct fw_unit *unit;
enum cip_flags flags;