commit | 6b7e95d1336b9eb0d4c6db190ce756480496bd13 | [log] [tgz] |
---|---|---|
author | Takashi Sakamoto <o-takashi@sakamocchi.jp> | Tue Jan 03 11:58:34 2017 +0900 |
committer | Takashi Iwai <tiwai@suse.de> | Tue Jan 03 11:37:10 2017 +0100 |
tree | 54050fe595616a38408b8350fa244ef5a5b36a6d | |
parent | 6a2a2f45560a9cb7bc49820883b042e44f83726c [diff] |
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>