[PATCH v3 02/11] ALSA: firewire-lib/motu: use int type for the value of bitwise OR with enumerator-constant
Takashi Iwai
tiwai at suse.de
Tue May 18 09:02:54 CEST 2021
On Tue, 18 May 2021 04:43:17 +0200,
Takashi Sakamoto wrote:
>
> It brings some inconvenience in practice to use enumerated type for
> variable to which bitwise OR with enumerator constant is assigned.
>
> This commit replaces declarations of enumerated type with int type.
Better to use unsigned int for bit flags. Otherwise the highest bit
becomes harder to use.
thanks,
Takashi
More information about the Alsa-devel
mailing list