[alsa-devel] [PATCH 07/17] firewire-lib: give syt value to handle_out_packet()
Clemens Ladisch
clemens at ladisch.de
Mon Nov 25 16:27:52 CET 2013
Takashi Sakamoto wrote:
> For duplex streams with synchronization, this driver should pass 'presentation
> timestamp' from transmit packets to out packets. This commit is preparation for
> this.
> + for (i = 0; i < packets; ++i) {
> + syt = calculate_syt(s, ++cycle);
> handle_out_packet(s, ++cycle);
> + }
The syt is thrown away, and cycle is incremented twice.
... I'll review the other patches later.
Regards,
Clemens
More information about the Alsa-devel
mailing list