From: Takashi Iwai Date: Thu, 1 Sep 2005 11:56:23 +0000 (+0200) Subject: [ALSA] intel8x0 - Add quirk for IBM NetVisa A30p X-Git-Tag: v2.6.14-rc2~50^2~36 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=5d529390dc944e5d17e46cb5ca93519153f9bf07;p=~emulex%2Finfiniband.git [ALSA] intel8x0 - Add quirk for IBM NetVisa A30p Intel8x0 driver Added ac97_quirk entry for IBM NetVisa A30p. Signed-off-by: Takashi Iwai --- diff --git a/sound/pci/intel8x0.c b/sound/pci/intel8x0.c index 7b548416dce..d846cbfaa31 100644 --- a/sound/pci/intel8x0.c +++ b/sound/pci/intel8x0.c @@ -1758,6 +1758,12 @@ static struct ac97_quirk ac97_quirks[] __devinitdata = { .name = "MS-9128", .type = AC97_TUNE_ALC_JACK }, + { + .subvendor = 0x1014, + .subdevice = 0x0267, + .name = "IBM NetVista A30p", /* AD1981B */ + .type = AC97_TUNE_HP_ONLY + }, { .subvendor = 0x1028, .subdevice = 0x00d8,