Skip to content

Commit

Permalink
ALSA: firewire-lib: Remove a comment about restriction of asynchronou…
Browse files Browse the repository at this point in the history
…s operation

The comment for fcp_avc_transaction() describes it doesn't support this type
of operation. But it was already supported by this commit.

00a7bb8
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>
  • Loading branch information
Takashi Sakamoto authored and Takashi Iwai committed Jun 3, 2014
1 parent a6975f2 commit c8109b5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sound/firewire/fcp.c
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,6 @@ struct fcp_transaction {
*
* @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.
*/
int fcp_avc_transaction(struct fw_unit *unit,
Expand Down

0 comments on commit c8109b5

Please sign in to comment.