aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/ac97/ac97_patch.c
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2020-01-03 09:17:01 +0100
committerTakashi Iwai <tiwai@suse.de>2020-01-03 09:24:37 +0100
commitc0476b980d6cb23d845e4c39f415507915344f22 (patch)
treeac8ae83e83185ada2c7c9c8d5cbbba7af36ba0ce /sound/pci/ac97/ac97_patch.c
parentALSA: opl3: Constify snd_opl3_drum_voice definitions (diff)
downloadlinux-dev-c0476b980d6cb23d845e4c39f415507915344f22.tar.xz
linux-dev-c0476b980d6cb23d845e4c39f415507915344f22.zip
ALSA: ac97: Constify snd_ac97_res_table definition
One snd_ac97_res_table definition remains forgotten without const. Let's add it for a bit of optimization. There should be no functional changes by this patch. Link: https://lore.kernel.org/r/20200103081714.9560-46-tiwai@suse.de Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to '')
-rw-r--r--sound/pci/ac97/ac97_patch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/ac97/ac97_patch.c b/sound/pci/ac97/ac97_patch.c
index 719a1e4956dd..524f9d2dcb3c 100644
--- a/sound/pci/ac97/ac97_patch.c
+++ b/sound/pci/ac97/ac97_patch.c
@@ -3871,7 +3871,7 @@ static int mpatch_si3036(struct snd_ac97 * ac97)
* check_volume_resolution().
*/
-static struct snd_ac97_res_table lm4550_restbl[] = {
+static const struct snd_ac97_res_table lm4550_restbl[] = {
{ AC97_MASTER, 0x1f1f },
{ AC97_HEADPHONE, 0x1f1f },
{ AC97_MASTER_MONO, 0x001f },