aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorddennedy <ddennedy@53a565d1-3bb7-0310-b661-cf11e63c67ab>2005-07-01 04:12:47 +0000
committerddennedy <ddennedy@53a565d1-3bb7-0310-b661-cf11e63c67ab>2005-07-01 04:12:47 +0000
commit87941d01c4188cc63f0e99c229b568164ad922bf (patch)
tree1c2e0751d6c27959a60ad35ec5e70ca013ffb829
parent202b68ef5b03f6dd68cd21dc15eb7a000d3f1160 (diff)
downloadlibraw1394-87941d01c4188cc63f0e99c229b568164ad922bf.tar.gz
Add a comment that libraw does not allocate channels and bandwidth. This
is already mentioned in doc/libraw1394.sgml but an existing comment about raw1394_iso_xmit_init may be misleading. Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de> git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@158 53a565d1-3bb7-0310-b661-cf11e63c67ab
-rw-r--r--src/raw1394.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/raw1394.h b/src/raw1394.h
index 1d52bbe..bd482da 100644
--- a/src/raw1394.h
+++ b/src/raw1394.h
@@ -151,6 +151,7 @@ typedef enum raw1394_iso_disposition (*raw1394_iso_recv_handler_t)(
* @irq_interval: maximum latency of wake-ups, in packets (-1 if you don't care)
*
* Allocates all user and kernel resources necessary for isochronous transmission.
+ * Channel and bandwidth allocation at the IRM is not performed.
*
* Returns: 0 on success or -1 on failure (sets errno)
**/