firewire: ohci: pass correct iso xmit timestamps to core
authorJay Fenlason <fenlason@redhat.com>
Fri, 20 Nov 2009 23:05:56 +0000 (00:05 +0100)
committerStefan Richter <stefanr@s5r6.in-berlin.de>
Fri, 20 Nov 2009 23:56:47 +0000 (00:56 +0100)
commit31769cef2e973544164aa7d0db2e2024660d5e21
tree6f3c2ce2e742fa197ac1460012a14eaf09bf3afa
parent5ed1f321a71b8549cc2eea26c94fe7943ed01d31
firewire: ohci: pass correct iso xmit timestamps to core

Here is the final set of patches I used to get ffado to work with the
new firewire stack.  With these patches, I was able to start ardour
and record from and playback to my PreSonus Inspire1394 from a
(mostly) Fedora 12 system.

Signed-off-by: Jay Fenlason <fenlason@redhat.com>
Until now, firewire-ohci exposed only the transmit cycle of the last
transmitted packet at each isochronous transmit complete event.  This
made it impossible for FFADO (FireWire audio drivers in userspace) to
synchronize audio-out streams.  The fix is to store the timestamp of
each packet in the iso xmit event.  As a bonus, the transfer status is
stored too.

Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
drivers/firewire/ohci.c