From 87941d01c4188cc63f0e99c229b568164ad922bf Mon Sep 17 00:00:00 2001 From: ddennedy Date: Fri, 1 Jul 2005 04:12:47 +0000 Subject: [PATCH] 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 git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@158 53a565d1-3bb7-0310-b661-cf11e63c67ab --- src/raw1394.h | 1 + 1 file changed, 1 insertion(+) 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) **/