diff options
-rw-r--r-- | sound/pci/ac97/ac97_patch.c | 5 | ||||
-rw-r--r-- | sound/pci/hda/patch_sigmatel.c | 2 | ||||
-rw-r--r-- | sound/pci/intel8x0.c | 20 |
3 files changed, 26 insertions, 1 deletions
diff --git a/sound/pci/ac97/ac97_patch.c b/sound/pci/ac97/ac97_patch.c index 3eac0f86266c..581ebba4d1a7 100644 --- a/sound/pci/ac97/ac97_patch.c +++ b/sound/pci/ac97/ac97_patch.c | |||
@@ -1782,6 +1782,11 @@ static unsigned int ad1981_jacks_blacklist[] = { | |||
1782 | 0x10140534, /* Thinkpad X31 */ | 1782 | 0x10140534, /* Thinkpad X31 */ |
1783 | 0x10140537, /* Thinkpad T41p */ | 1783 | 0x10140537, /* Thinkpad T41p */ |
1784 | 0x10140554, /* Thinkpad T42p/R50p */ | 1784 | 0x10140554, /* Thinkpad T42p/R50p */ |
1785 | 0x10140567, /* Thinkpad T43p 2668-G7U */ | ||
1786 | 0x10140581, /* Thinkpad X41-2527 */ | ||
1787 | 0x104380b0, /* Asus A7V8X-MX */ | ||
1788 | 0x11790241, /* Toshiba Satellite A-15 S127 */ | ||
1789 | 0x144dc01a, /* Samsung NP-X20C004/SEG */ | ||
1785 | 0 /* end */ | 1790 | 0 /* end */ |
1786 | }; | 1791 | }; |
1787 | 1792 | ||
diff --git a/sound/pci/hda/patch_sigmatel.c b/sound/pci/hda/patch_sigmatel.c index 93ae9c250767..a6a0a80edc3b 100644 --- a/sound/pci/hda/patch_sigmatel.c +++ b/sound/pci/hda/patch_sigmatel.c | |||
@@ -467,6 +467,8 @@ static struct snd_pci_quirk stac9200_cfg_tbl[] = { | |||
467 | "Dell XPS M1710", STAC_REF), | 467 | "Dell XPS M1710", STAC_REF), |
468 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01cf, | 468 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01cf, |
469 | "Dell Precision M90", STAC_REF), | 469 | "Dell Precision M90", STAC_REF), |
470 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d6, | ||
471 | "unknown Dell", STAC_REF), | ||
470 | {} /* terminator */ | 472 | {} /* terminator */ |
471 | }; | 473 | }; |
472 | 474 | ||
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 |