diff options
Diffstat (limited to 'sound/pci/ad1889.c')
-rw-r--r-- | sound/pci/ad1889.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/ad1889.c b/sound/pci/ad1889.c index 850a8c984c25..66ddd981d1d5 100644 --- a/sound/pci/ad1889.c +++ b/sound/pci/ad1889.c | |||
@@ -747,7 +747,7 @@ snd_ad1889_proc_init(struct snd_ad1889 *chip) | |||
747 | snd_info_set_text_ops(entry, chip, snd_ad1889_proc_read); | 747 | snd_info_set_text_ops(entry, chip, snd_ad1889_proc_read); |
748 | } | 748 | } |
749 | 749 | ||
750 | static struct ac97_quirk ac97_quirks[] = { | 750 | static const struct ac97_quirk ac97_quirks[] = { |
751 | { | 751 | { |
752 | .subvendor = 0x11d4, /* AD */ | 752 | .subvendor = 0x11d4, /* AD */ |
753 | .subdevice = 0x1889, /* AD1889 */ | 753 | .subdevice = 0x1889, /* AD1889 */ |