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>
This commit is contained in:

committed by
Takashi Iwai

parent
751e221689
commit
eab0fbfa41
@@ -747,7 +747,7 @@ snd_ad1889_proc_init(struct snd_ad1889 *chip)
|
||||
snd_info_set_text_ops(entry, chip, snd_ad1889_proc_read);
|
||||
}
|
||||
|
||||
static struct ac97_quirk ac97_quirks[] = {
|
||||
static const struct ac97_quirk ac97_quirks[] = {
|
||||
{
|
||||
.subvendor = 0x11d4, /* AD */
|
||||
.subdevice = 0x1889, /* AD1889 */
|
||||
|
Reference in New Issue
Block a user