ALSA: hda - constify and cleanup static NodeID tables
authorMichał Mirosław <mirq-linux@rere.qmqm.pl>
Fri, 3 Jan 2020 09:23:48 +0000 (10:23 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 27 May 2020 15:46:36 +0000 (17:46 +0200)
commit749e58bd2b09a0f04c6bbbe312b95dcbe4049f38
tree1382634a9fc56537c006bb398da58894490555cd
parent02ebbd1da3945a9344f498f4418ff9287eecb86b
ALSA: hda - constify and cleanup static NodeID tables

[ Upstream commit caf3c0437aaf2e63624c4aaf94c0dd38d1f897e3 ]

Make hda_nid_t tables static const, as they are not intended to be
modified by callees.

Signed-off-by: Michał Mirosław <mirq-linux@rere.qmqm.pl>
Link: https://lore.kernel.org/r/5150c94101c9534f4c8e987324f6912c16d459f6.1578043216.git.mirq-linux@rere.qmqm.pl
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Sasha Levin <sashal@kernel.org>
sound/pci/hda/hda_generic.c
sound/pci/hda/patch_analog.c
sound/pci/hda/patch_ca0132.c
sound/pci/hda/patch_conexant.c
sound/pci/hda/patch_realtek.c
sound/pci/hda/patch_sigmatel.c
sound/pci/hda/patch_via.c