diff --git a/sound/firewire/amdtp.c b/sound/firewire/amdtp.c index d322689..a387fff 100644 --- a/sound/firewire/amdtp.c +++ b/sound/firewire/amdtp.c @@ -442,7 +442,7 @@ static void queue_out_packet(struct amdtp_out_stream *s, unsigned int cycle) data_blocks = s->syt_interval; } else { data_blocks = 0; - syt = 0xffffff; + syt = 0xffff; } }