summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGravatar ddennedy 2005-07-01 04:12:47 +0000
committerGravatar ddennedy 2005-07-01 04:12:47 +0000
commit87941d01c4188cc63f0e99c229b568164ad922bf (patch)
tree1c2e0751d6c27959a60ad35ec5e70ca013ffb829 /src
parentbugfix stalling on iso transmission underflow (diff)
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
Diffstat (limited to 'src')
-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)
**/