ALSA: avoid 'bool' as variable name
authorArnd Bergmann <arnd@arndb.de>
Fri, 16 Feb 2024 13:02:04 +0000 (14:02 +0100)
committerTakashi Iwai <tiwai@suse.de>
Fri, 16 Feb 2024 13:47:13 +0000 (14:47 +0100)
commitff16cbc4dc3494d02e625c76342bcdea54cfb9a4
treea48356a85d6c7c6cbdaee3b878fb778e16eeee8f
parent471864ac8a3274106e0bf3a3e2119c282b76c062
ALSA: avoid 'bool' as variable name

In modern C versions, 'bool' is a keyword that cannot be used as
a variable name, so change this instance use something else, and
change the type to bool instead.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Link: https://lore.kernel.org/r/20240216130211.3828455-1-arnd@kernel.org
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/core/seq/oss/seq_oss_device.h
sound/core/seq/oss/seq_oss_init.c