diff options
author | Takashi Sakamoto <o-takashi@sakamocchi.jp> | 2014-06-03 14:45:37 +0900 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2014-06-03 08:14:21 +0200 |
commit | c8109b573b4b761c548a13bc257ca68efa300b03 (patch) | |
tree | 8bd173037a2c78583e4e87f4f0e2bdc014c6b68f /sound/firewire | |
parent | a6975f2af8a5d72b822e51b79894c81151d4e963 (diff) | |
download | op-kernel-dev-c8109b573b4b761c548a13bc257ca68efa300b03.zip op-kernel-dev-c8109b573b4b761c548a13bc257ca68efa300b03.tar.gz |
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 d48e326..0619597 100644 --- a/sound/firewire/fcp.c +++ b/sound/firewire/fcp.c @@ -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, |