diff options
Diffstat (limited to 'sound/pci/intel8x0.c')
| -rw-r--r-- | sound/pci/intel8x0.c | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/sound/pci/intel8x0.c b/sound/pci/intel8x0.c index 202f720b34b9..da9734073dba 100644 --- a/sound/pci/intel8x0.c +++ b/sound/pci/intel8x0.c | |||
| @@ -1799,6 +1799,18 @@ static struct ac97_quirk ac97_quirks[] __devinitdata = { | |||
| 1799 | }, | 1799 | }, |
| 1800 | { | 1800 | { |
| 1801 | .subvendor = 0x1028, | 1801 | .subvendor = 0x1028, |
| 1802 | .subdevice = 0x0186, | ||
| 1803 | .name = "Dell Latitude D810", /* cf. Malone #41015 */ | ||
| 1804 | .type = AC97_TUNE_HP_MUTE_LED | ||
| 1805 | }, | ||
| 1806 | { | ||
| 1807 | .subvendor = 0x1028, | ||
| 1808 | .subdevice = 0x0188, | ||
| 1809 | .name = "Dell Inspiron 6000", | ||
| 1810 | .type = AC97_TUNE_HP_MUTE_LED /* cf. Malone #41015 */ | ||
| 1811 | }, | ||
| 1812 | { | ||
| 1813 | .subvendor = 0x1028, | ||
| 1802 | .subdevice = 0x0191, | 1814 | .subdevice = 0x0191, |
| 1803 | .name = "Dell Inspiron 8600", | 1815 | .name = "Dell Inspiron 8600", |
| 1804 | .type = AC97_TUNE_HP_ONLY | 1816 | .type = AC97_TUNE_HP_ONLY |
| @@ -1819,7 +1831,7 @@ static struct ac97_quirk ac97_quirks[] __devinitdata = { | |||
| 1819 | .subvendor = 0x103c, | 1831 | .subvendor = 0x103c, |
| 1820 | .subdevice = 0x088c, | 1832 | .subdevice = 0x088c, |
| 1821 | .name = "HP nc8000", | 1833 | .name = "HP nc8000", |
| 1822 | .type = AC97_TUNE_MUTE_LED | 1834 | .type = AC97_TUNE_HP_MUTE_LED |
| 1823 | }, | 1835 | }, |
| 1824 | { | 1836 | { |
| 1825 | .subvendor = 0x103c, | 1837 | .subvendor = 0x103c, |
| @@ -1913,6 +1925,12 @@ static struct ac97_quirk ac97_quirks[] __devinitdata = { | |||
| 1913 | }, | 1925 | }, |
| 1914 | { | 1926 | { |
| 1915 | .subvendor = 0x10cf, | 1927 | .subvendor = 0x10cf, |
| 1928 | .subdevice = 0x127e, | ||
| 1929 | .name = "Fujitsu Lifebook C1211D", | ||
| 1930 | .type = AC97_TUNE_HP_ONLY | ||
| 1931 | }, | ||
| 1932 | { | ||
| 1933 | .subvendor = 0x10cf, | ||
| 1916 | .subdevice = 0x12ec, | 1934 | .subdevice = 0x12ec, |
| 1917 | .name = "Fujitsu-Siemens 4010", | 1935 | .name = "Fujitsu-Siemens 4010", |
| 1918 | .type = AC97_TUNE_HP_ONLY | 1936 | .type = AC97_TUNE_HP_ONLY |
