#include <linux/delay.h>
#include <linux/device.h>
#include <linux/firewire.h>
#include <linux/module.h>
#include "lib.h"
Go to the source code of this file.
#define ERROR_RETRY_DELAY_MS 5 |
Definition at line 14 of file lib.c.
MODULE_DESCRIPTION |
( |
"FireWire audio helper functions" |
| ) |
|
MODULE_LICENSE |
( |
"GPL v2" |
| ) |
|
snd_fw_transaction - send a request and wait for its completion : the driver's unit on the target device : the transaction code : the address in the target's address space : input/output data : length of
Submits an asynchronous request to the target device, and waits for the response. The node ID and the current generation are derived from . On a bus reset or an error, the transaction is retried a few times. Returns zero on success, or a negative error code.
Definition at line 29 of file lib.c.