OSDN Git Service

ALSA: firewire-lib: change structure member with proper type
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Tue, 3 Jan 2017 02:58:34 +0000 (11:58 +0900)
committerTakashi Iwai <tiwai@suse.de>
Tue, 3 Jan 2017 10:37:10 +0000 (11:37 +0100)
commit6b7e95d1336b9eb0d4c6db190ce756480496bd13
tree54050fe595616a38408b8350fa244ef5a5b36a6d
parent6a2a2f45560a9cb7bc49820883b042e44f83726c
ALSA: firewire-lib: change structure member with proper type

The 'amdtp_stream' structure is initialized by a call of
'amdtp_stream_init()'. Although a parameter of this function is for bit
flags of packet attributes, its type is enumerator.

This commit changes the type so that it's proper for a bit flags.

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