]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commite6ab4345c25d084feca2fa8ee6288912a486415b
tree54050fe595616a38408b8350fa244ef5a5b36a6d
parent0c1cbee70fea2d334a3d425c24df97d9bca3584a
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