Commit c8109b57 authored by Takashi Sakamoto's avatar Takashi Sakamoto Committed by Takashi Iwai

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.

00a7bb81
ALSA: firewire-lib: Add support for deferred transaction
Signed-off-by: default avatarTakashi Sakamoto <o-takashi@sakamocchi.jp>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent a6975f2a
...@@ -218,8 +218,6 @@ struct fcp_transaction { ...@@ -218,8 +218,6 @@ struct fcp_transaction {
* *
* @command and @response can point to the same buffer. * @command and @response can point to the same buffer.
* *
* Asynchronous operation (INTERIM, NOTIFY) is not supported at the moment.
*
* Returns the actual size of the response frame, or a negative error code. * Returns the actual size of the response frame, or a negative error code.
*/ */
int fcp_avc_transaction(struct fw_unit *unit, int fcp_avc_transaction(struct fw_unit *unit,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment