]> git.hungrycats.org Git - linux/commitdiff
[PATCH] [ALSA] Add quirk for HP nc8000
authorTakashi Iwai <tiwai@suse.de>
Wed, 9 Feb 2005 23:33:38 +0000 (15:33 -0800)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Wed, 9 Feb 2005 23:33:38 +0000 (15:33 -0800)
Added ac97 quirk for HP nc8000.
The list is sorted again.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
sound/pci/intel8x0.c

index 54b6cb8d3f36b1e2bb52ef6ad59d361a9a6dba1f..18832fd8709aa8a026e3610276adcccac67ce505 100644 (file)
@@ -1780,16 +1780,22 @@ static struct ac97_quirk ac97_quirks[] __devinitdata = {
        },
        {
                .vendor = 0x103c,
-               .device = 0x129d,
-               .name = "HP xw8000",
-               .type = AC97_TUNE_HP_ONLY
+               .device = 0x088c,
+               .name = "HP nc8000",
+               .type = AC97_TUNE_MUTE_LED
        },
        {
                .vendor = 0x103c,
                .device = 0x0890,
-               .name = "HP NC6000",
+               .name = "HP nc6000",
                .type = AC97_TUNE_MUTE_LED
        },
+       {
+               .vendor = 0x103c,
+               .device = 0x129d,
+               .name = "HP xw8000",
+               .type = AC97_TUNE_HP_ONLY
+       },
        {
                .vendor = 0x103c,
                .device = 0x12f1,