From: Chris Ball Date: Fri, 13 Jan 2006 12:26:42 +0000 (+0100) Subject: [ALSA] intel8x0: Add quirk for Optiplex GX270 X-Git-Tag: v2.6.16-rc2~1^2~7^2~29 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=c9fe51c492fbb0de789a16828749595dc1985610;p=linux-2.6-omap-h63xx.git [ALSA] intel8x0: Add quirk for Optiplex GX270 Modules: Intel8x0 driver This patch adds a quirk entry for the Dell Optiplex GX270, on which the volume is set by the headphone control, not the master control. Signed-off-by: Chris Ball Signed-off-by: Takashi Iwai --- diff --git a/sound/pci/intel8x0.c b/sound/pci/intel8x0.c index 2fe2a8ae82c..b345894659b 100644 --- a/sound/pci/intel8x0.c +++ b/sound/pci/intel8x0.c @@ -1803,6 +1803,12 @@ static struct ac97_quirk ac97_quirks[] __devinitdata = { .name = "Dell", /* which model? AD1981B*/ .type = AC97_TUNE_HP_ONLY }, + { + .subvendor = 0x1028, + .subdevice = 0x0151, + .name = "Dell Optiplex GX270", /* AD1981B */ + .type = AC97_TUNE_HP_ONLY + }, { .subvendor = 0x1028, .subdevice = 0x0163,