summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGravatar ddennedy 2004-11-18 05:24:13 +0000
committerGravatar ddennedy 2004-11-18 05:24:13 +0000
commiteb9b08bd5ca698bc3dba386f11dbc043b2ca6390 (patch)
tree1ce95c6a63b612e2270b653dad36513e7103989f /src
parentfix version and copyright in docs (diff)
port iso examples to rawiso API
git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@147 53a565d1-3bb7-0310-b661-cf11e63c67ab
Diffstat (limited to 'src')
-rw-r--r--src/raw1394.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/raw1394.h b/src/raw1394.h
index c3cdd22..59fca94 100644
--- a/src/raw1394.h
+++ b/src/raw1394.h
@@ -146,7 +146,7 @@ int raw1394_iso_xmit_init(raw1394handle_t handle,
* @max_packet_size: largest packet you need to handle, in bytes (not including
* the isochronous header)
* @channel: isochronous channel to receive
- * @speed: speed at which to receive
+ * @mode: bufferfill or packet per buffer mode
* @irq_interval: maximum latency of wake-ups, in packets
* (-1 if you don't care)
*