diff options
author | Takashi Sakamoto <o-takashi@sakamocchi.jp> | 2014-06-03 01:45:37 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2014-06-03 02:14:21 -0400 |
commit | c8109b573b4b761c548a13bc257ca68efa300b03 (patch) | |
tree | 8bd173037a2c78583e4e87f4f0e2bdc014c6b68f /sound/firewire | |
parent | a6975f2af8a5d72b822e51b79894c81151d4e963 (diff) |
ALSA: firewire-lib: Remove a comment about restriction of asynchronous operation
The comment for fcp_avc_transaction() describes it doesn't support this type
of operation. But it was already supported by this commit.
00a7bb81c20f3e81711e28e0f6c08cee8fd18514
ALSA: firewire-lib: Add support for deferred transaction
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/firewire')
-rw-r--r-- | sound/firewire/fcp.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/firewire/fcp.c b/sound/firewire/fcp.c index d48e326567c8..0619597e3a3f 100644 --- a/sound/firewire/fcp.c +++ b/sound/firewire/fcp.c | |||
@@ -218,8 +218,6 @@ struct fcp_transaction { | |||
218 | * | 218 | * |
219 | * @command and @response can point to the same buffer. | 219 | * @command and @response can point to the same buffer. |
220 | * | 220 | * |
221 | * Asynchronous operation (INTERIM, NOTIFY) is not supported at the moment. | ||
222 | * | ||
223 | * Returns the actual size of the response frame, or a negative error code. | 221 | * Returns the actual size of the response frame, or a negative error code. |
224 | */ | 222 | */ |
225 | int fcp_avc_transaction(struct fw_unit *unit, | 223 | int fcp_avc_transaction(struct fw_unit *unit, |