diff options
Diffstat (limited to 'sound/pci/intel8x0.c')
-rw-r--r-- | sound/pci/intel8x0.c | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/sound/pci/intel8x0.c b/sound/pci/intel8x0.c index d3a4e5e8e044..5466b1fa0cd5 100644 --- a/sound/pci/intel8x0.c +++ b/sound/pci/intel8x0.c | |||
@@ -1859,6 +1859,30 @@ static struct ac97_quirk ac97_quirks[] __devinitdata = { | |||
1859 | }, | 1859 | }, |
1860 | { | 1860 | { |
1861 | .subvendor = 0x103c, | 1861 | .subvendor = 0x103c, |
1862 | .subdevice = 0x0938, | ||
1863 | .name = "HP nc4200", | ||
1864 | .type = AC97_TUNE_HP_MUTE_LED | ||
1865 | }, | ||
1866 | { | ||
1867 | .subvendor = 0x103c, | ||
1868 | .subdevice = 0x099c, | ||
1869 | .name = "HP nc6120", | ||
1870 | .type = AC97_TUNE_HP_MUTE_LED | ||
1871 | }, | ||
1872 | { | ||
1873 | .subvendor = 0x103c, | ||
1874 | .subdevice = 0x0944, | ||
1875 | .name = "HP nc6220", | ||
1876 | .type = AC97_TUNE_HP_MUTE_LED | ||
1877 | }, | ||
1878 | { | ||
1879 | .subvendor = 0x103c, | ||
1880 | .subdevice = 0x0934, | ||
1881 | .name = "HP nc8220", | ||
1882 | .type = AC97_TUNE_HP_MUTE_LED | ||
1883 | }, | ||
1884 | { | ||
1885 | .subvendor = 0x103c, | ||
1862 | .subdevice = 0x12f1, | 1886 | .subdevice = 0x12f1, |
1863 | .name = "HP xw8200", /* AD1981B*/ | 1887 | .name = "HP xw8200", /* AD1981B*/ |
1864 | .type = AC97_TUNE_HP_ONLY | 1888 | .type = AC97_TUNE_HP_ONLY |