OSDN Git Service

ALSA: firewire-lib: unify packet handler for IR context
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Wed, 22 May 2019 14:17:08 +0000 (23:17 +0900)
committerTakashi Iwai <tiwai@suse.de>
Thu, 23 May 2019 10:19:42 +0000 (12:19 +0200)
commit947b437e1263c81bb5d30a84f1a4a35dbb9f6b78
treef0c074444d9dbcc1d3c5ee4b42f3775f9808dcab
parentf11453c7cc010d4052f630d541c39301b54cee3c
ALSA: firewire-lib: unify packet handler for IR context

Usage of 16 bytes IR context header allows to handle context payload by
the same code for with-CIP and without-CIP packets.

This commit unifies both handlers of with-CIP and without-CIP packets.

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