aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/via82xx.c
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2015-04-04 13:38:25 -0700
committerTakashi Iwai <tiwai@suse.de>2015-04-05 08:41:05 +0200
commiteab0fbfa41040f4f76b173cad17c0c8ed40cba33 (patch)
tree1c7764baebbae8d1c22f6d1fa26cb96c91d4334a /sound/pci/via82xx.c
parentALSA: hda: fix possible null dereference (diff)
downloadlinux-dev-eab0fbfa41040f4f76b173cad17c0c8ed40cba33.tar.xz
linux-dev-eab0fbfa41040f4f76b173cad17c0c8ed40cba33.zip
ALSA: Use const struct ac97_quirk
Use const to reduce data by ~3Kb. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to '')
-rw-r--r--sound/pci/via82xx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/via82xx.c b/sound/pci/via82xx.c
index 8622283e89f3..3dd038bdb204 100644
--- a/sound/pci/via82xx.c
+++ b/sound/pci/via82xx.c
@@ -1812,7 +1812,7 @@ static void snd_via82xx_mixer_free_ac97(struct snd_ac97 *ac97)
chip->ac97 = NULL;
}
-static struct ac97_quirk ac97_quirks[] = {
+static const struct ac97_quirk ac97_quirks[] = {
{
.subvendor = 0x1106,
.subdevice = 0x4161,