Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Takashi Sakamoto and committed by
Takashi Iwai
c8109b57 a6975f2a

-2
-2
sound/firewire/fcp.c
··· 218 218 * 219 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 221 * Returns the actual size of the response frame, or a negative error code. 224 222 */ 225 223 int fcp_avc_transaction(struct fw_unit *unit,