ALSA: firewire-lib: drop skip argument from helper functions to queue a packet
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Tue, 10 May 2016 22:35:09 +0000 (07:35 +0900)
committerTakashi Iwai <tiwai@suse.de>
Wed, 11 May 2016 18:36:28 +0000 (20:36 +0200)
commitff38e0c70adce96de0be0bf470cbb9e283ba6965
treee112d370316a7f7bd96f713332367b0292f6b2ec
parenta9c4284bf5a95c4788e7fbf3c46b14dcbfda3a6d
ALSA: firewire-lib: drop skip argument from helper functions to queue a packet

On most of audio and music units on IEEE 1394 bus which ALSA firewire stack
supports (or plans to support), CIP with two quadlets header is used.
Thus, there's no cases to queue packets with blank payload. If such packets
are going to be queued, it means that they're for skips of the cycle.

This commit simplifies helper functions to queue a packet.

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Acked-by: Clemens Ladisch <clemens@ladisch.de>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/firewire/amdtp-stream.c