Merge branch 'fix/intel8x0' into for-linus

* fix/intel8x0:
ALSA: Intel8x0: Add hp_only quirk for SSID 0x1028016a (Dell Inspiron 8600)
ALSA: Intel8x0: Remove conflicting quirk for SSID 0x103c0934

+6 -6
+6 -6
sound/pci/intel8x0.c
··· 1854 1854 }, 1855 1855 { 1856 1856 .subvendor = 0x1028, 1857 + .subdevice = 0x016a, 1858 + .name = "Dell Inspiron 8600", /* STAC9750/51 */ 1859 + .type = AC97_TUNE_HP_ONLY 1860 + }, 1861 + { 1862 + .subvendor = 0x1028, 1857 1863 .subdevice = 0x0186, 1858 1864 .name = "Dell Latitude D810", /* cf. Malone #41015 */ 1859 1865 .type = AC97_TUNE_HP_MUTE_LED ··· 1898 1892 .subvendor = 0x103c, 1899 1893 .subdevice = 0x0890, 1900 1894 .name = "HP nc6000", 1901 - .type = AC97_TUNE_MUTE_LED 1902 - }, 1903 - { 1904 - .subvendor = 0x103c, 1905 - .subdevice = 0x0934, 1906 - .name = "HP nx8220", 1907 1895 .type = AC97_TUNE_MUTE_LED 1908 1896 }, 1909 1897 {