diff options
| author | 2009-05-30 13:18:59 +0200 | |
|---|---|---|
| committer | 2009-05-30 13:18:59 +0200 | |
| commit | efb814334e7c70cef7c8077f7edbc6b9980a88c7 (patch) | |
| tree | 25fb7ab3e07cb5bdd9cfa52b407a6ab1ea87fd7c /src/dispatch.c | |
| parent | Iso reception: Use packet timestamps in juju ABI v2 (diff) | |
Use new async stream ioctl
This implements asynchronous streams on juju, i.e. enables
raw1394_async_stream() and raw1394_start_async_stream() to work
with the new firewire kernel stack.
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
Diffstat (limited to 'src/dispatch.c')
| -rw-r--r-- | src/dispatch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dispatch.c b/src/dispatch.c index d202424..17eb28d 100644 --- a/src/dispatch.c +++ b/src/dispatch.c @@ -459,7 +459,7 @@ int raw1394_async_stream(raw1394handle_t handle, unsigned int channel, return -1; } if (handle->is_fw) - return fw_async_stream(handle->mode.fw, channel, tag, sy, speed, length, data); + return fw_async_stream(handle, channel, tag, sy, speed, length, data); else return ieee1394_async_stream(handle, channel, tag, sy, speed, length, data); } |
