From: Daniel Horchner Date: Thu, 25 Aug 2005 11:02:24 +0000 (+0200) Subject: [ALSA] intel8x0 - add AC97_TUNE_MUTE_LED quirk for HP nx8220 laptop 103c:0934 X-Git-Tag: v2.6.14-rc1~1029^2~7 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=e0c93cf311b3eaa04bfb5769cff38861d4e748c8;p=linux-2.6-block.git [ALSA] intel8x0 - add AC97_TUNE_MUTE_LED quirk for HP nx8220 laptop 103c:0934 Intel8x0 driver Signed-off-by: Jaroslav Kysela --- diff --git a/sound/pci/intel8x0.c b/sound/pci/intel8x0.c index e38984dc4d95..05c7994a8d5e 100644 --- a/sound/pci/intel8x0.c +++ b/sound/pci/intel8x0.c @@ -1824,6 +1824,12 @@ static struct ac97_quirk ac97_quirks[] __devinitdata = { .name = "HP nc6000", .type = AC97_TUNE_MUTE_LED }, + { + .subvendor = 0x103c, + .subdevice = 0x0934, + .name = "HP nx8220", + .type = AC97_TUNE_MUTE_LED + }, { .subvendor = 0x103c, .subdevice = 0x099c,