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
@@ -1390,7 +1390,7 @@ static irqreturn_t snd_atiixp_interrupt(int irq, void *dev_id)
|
||||
* ac97 mixer section
|
||||
*/
|
||||
|
||||
static struct ac97_quirk ac97_quirks[] = {
|
||||
static const struct ac97_quirk ac97_quirks[] = {
|
||||
{
|
||||
.subvendor = 0x103c,
|
||||
.subdevice = 0x006b,
|
||||
|
Reference in New Issue
Block a user