25 Nov
2013
25 Nov
'13
4:27 p.m.
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) {
handle_out_packet(s, ++cycle);syt = calculate_syt(s, ++cycle);
- }
The syt is thrown away, and cycle is incremented twice.
... I'll review the other patches later.
Regards, Clemens