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)
commit4053a41282f8aae290d3fe7b8daef4c8c53a4ab8
treec9b2b94357ccf8dbcf5672fb5b4f4c3430590f91
parentf4209f692e3437c313e83bd057e6dc0c7f952549
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