diff options
Diffstat (limited to 'sound/pci/intel8x0.c')
| -rw-r--r-- | sound/pci/intel8x0.c | 6 | 
1 files changed, 6 insertions, 0 deletions
diff --git a/sound/pci/intel8x0.c b/sound/pci/intel8x0.c index 9f3b01bb72c..e0a4263baa2 100644 --- a/sound/pci/intel8x0.c +++ b/sound/pci/intel8x0.c @@ -2102,6 +2102,12 @@ static struct ac97_quirk ac97_quirks[] __devinitdata = {  	},  	{  		.subvendor = 0x161f, +		.subdevice = 0x202f, +		.name = "Gateway M520", +		.type = AC97_TUNE_INV_EAPD +	}, +	{ +		.subvendor = 0x161f,  		.subdevice = 0x203a,  		.name = "Gateway 4525GZ",		/* AD1981B */  		.type = AC97_TUNE_INV_EAPD  |