aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/atiixp.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/pci/atiixp.c')
-rw-r--r--sound/pci/atiixp.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/sound/pci/atiixp.c b/sound/pci/atiixp.c
index 33e0664a1925..b7217adaf1d7 100644
--- a/sound/pci/atiixp.c
+++ b/sound/pci/atiixp.c
@@ -1353,6 +1353,12 @@ static struct ac97_quirk ac97_quirks[] __devinitdata = {
1353 .name = "HP Pavilion ZV5030US", 1353 .name = "HP Pavilion ZV5030US",
1354 .type = AC97_TUNE_MUTE_LED 1354 .type = AC97_TUNE_MUTE_LED
1355 }, 1355 },
1356 {
1357 .subvendor = 0x103c,
1358 .subdevice = 0x308b,
1359 .name = "HP nx6125",
1360 .type = AC97_TUNE_MUTE_LED
1361 },
1356 { } /* terminator */ 1362 { } /* terminator */
1357}; 1363};
1358 1364