From: Ulrich Mueller in recent -mm kernels additional quirks for ac97 hardware in HP laptops have been added. However, now the list in intel8x0.c contains a duplicate, since the HP nx6110 and nc6120 have identical subdevice ids. This was introduced in -mm1 by the following patch: add-new-quirk-for-devices-with-mute-leds-and-separate-headphone-volume.patch Since the HP nx6110 and nc6120 are almost identical, both entries should really be combined, as in the following patch. I have checked that AC97_TUNE_HP_MUTE_LED is the right thing to do. Cc: Matthew Garrett Cc: Takashi Iwai Cc: Jaroslav Kysela Signed-off-by: Andrew Morton --- sound/pci/intel8x0.c | 8 +------- 1 files changed, 1 insertion(+), 7 deletions(-) diff -puN sound/pci/intel8x0.c~git-alsa-duplicate-ac97_quirks-entry-in-intel8x0c sound/pci/intel8x0.c --- devel/sound/pci/intel8x0.c~git-alsa-duplicate-ac97_quirks-entry-in-intel8x0c 2006-01-05 22:32:03.000000000 -0800 +++ devel-akpm/sound/pci/intel8x0.c 2006-01-05 22:32:03.000000000 -0800 @@ -1847,12 +1847,6 @@ static struct ac97_quirk ac97_quirks[] _ }, { .subvendor = 0x103c, - .subdevice = 0x099c, - .name = "HP nx6110", /* AD1981B */ - .type = AC97_TUNE_HP_ONLY - }, - { - .subvendor = 0x103c, .subdevice = 0x129d, .name = "HP xw8000", .type = AC97_TUNE_HP_ONLY @@ -1866,7 +1860,7 @@ static struct ac97_quirk ac97_quirks[] _ { .subvendor = 0x103c, .subdevice = 0x099c, - .name = "HP nc6120", + .name = "HP nx6110/nc6120", .type = AC97_TUNE_HP_MUTE_LED }, { _