Fix documentation of raw1394_iso_multichannel_recv_init()
There is no speed argument. Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
This commit is contained in:
parent
d0881b4eff
commit
300ac84d06
|
@ -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.
|
||||
|
|
Reference in New Issue