]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: hda/hdmi: change type for the 'assigned' variable
authorJaroslav Kysela <perex@perex.cz>
Tue, 13 Sep 2022 07:03:07 +0000 (09:03 +0200)
committerTakashi Iwai <tiwai@suse.de>
Tue, 13 Sep 2022 07:53:24 +0000 (09:53 +0200)
commit248846b2d08b55a308303bcd8010bc9332ed1c6e
treec9b2b94357ccf8dbcf5672fb5b4f4c3430590f91
parent1dcbaed41ea68260a8d6d51c1655b52f33688c98
ALSA: hda/hdmi: change type for the 'assigned' variable

This change converts the assigned value from int type to
the bool type to retain consistency with other structure
members like 'setup', 'non_pcm' etc.

Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Link: https://lore.kernel.org/r/20220913070307.3234038-1-perex@perex.cz
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_hdmi.c