aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Richter <stefanr@s5r6.in-berlin.de>2012-06-30 16:25:08 +0200
committerStefan Richter <stefanr@s5r6.in-berlin.de>2012-06-30 16:33:58 +0200
commit300ac84d06e9c96b70adecdf3745083b1e6bc07f (patch)
treed56fe5567aa66d8eca712e0282df4297b44d5f2f
parentd0881b4effca805be2586a21d9bc1b3bd0607509 (diff)
downloadlibraw1394-300ac84d06e9c96b70adecdf3745083b1e6bc07f.tar.gz
Fix documentation of raw1394_iso_multichannel_recv_init()
There is no speed argument. Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
-rw-r--r--src/raw1394.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/raw1394.h b/src/raw1394.h
index a7a0df4..788d682 100644
--- a/src/raw1394.h
+++ b/src/raw1394.h
@@ -200,7 +200,6 @@ int raw1394_iso_recv_init(raw1394handle_t handle,
* @buf_packets: number of isochronous packets to buffer
* @max_packet_size: largest packet you need to handle, in bytes (not including
* the isochronous header)
- * @speed: speed at which to receive
* @irq_interval: maximum latency of wake-ups, in packets (-1 if you don't care)
*
* Allocates all user and kernel resources necessary for isochronous reception.