From: Takashi Iwai Date: Sun, 5 Jan 2020 14:48:15 +0000 (+0100) Subject: ALSA: azt3328: More constification X-Git-Tag: v5.15~4528^2~52 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=83fdb6fbccfcf771bce8d3d69a737f23843f2507;p=platform%2Fkernel%2Flinux-starfive.git ALSA: azt3328: More constification Apply const prefix to the static initial register table. Just for minor optimization and no functional changes. Link: https://lore.kernel.org/r/20200105144823.29547-61-tiwai@suse.de Signed-off-by: Takashi Iwai --- diff --git a/sound/pci/azt3328.c b/sound/pci/azt3328.c index 7374535..58167d84 100644 --- a/sound/pci/azt3328.c +++ b/sound/pci/azt3328.c @@ -1152,7 +1152,7 @@ static const struct snd_kcontrol_new snd_azf3328_mixer_controls[] = { #endif }; -static u16 snd_azf3328_init_values[][2] = { +static const u16 snd_azf3328_init_values[][2] = { { IDX_MIXER_PLAY_MASTER, MIXER_MUTE_MASK|0x1f1f }, { IDX_MIXER_MODEMOUT, MIXER_MUTE_MASK|0x1f1f }, { IDX_MIXER_BASSTREBLE, 0x0000 },