Changeset 489
- Timestamp:
- Jun 21, 2010, 6:14:55 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/trunk/alsa-kernel/pci/intel8x0.c
r485 r489 1839 1839 { 1840 1840 .subvendor = 0x1028, 1841 .subdevice = 0x014e, 1842 .name = "Dell D800", /* STAC9750/51 */ 1843 .type = AC97_TUNE_HP_ONLY 1844 }, 1845 { 1846 .subvendor = 0x1028, 1841 1847 .subdevice = 0x0151, 1842 1848 .name = "Dell Optiplex GX270", /* AD1981B */ 1843 .type = AC97_TUNE_HP_ONLY1844 },1845 {1846 .subvendor = 0x1028,1847 .subdevice = 0x014e,1848 .name = "Dell D800", /* STAC9750/51 */1849 1849 .type = AC97_TUNE_HP_ONLY 1850 1850 }, … … 1905 1905 { 1906 1906 .subvendor = 0x103c, 1907 .subdevice = 0x 129d,1908 .name = "HP xw8000",1909 .type = AC97_TUNE_HP_ ONLY1907 .subdevice = 0x0934, 1908 .name = "HP nc8220", 1909 .type = AC97_TUNE_HP_MUTE_LED 1910 1910 }, 1911 1911 { … … 1917 1917 { 1918 1918 .subvendor = 0x103c, 1919 .subdevice = 0x0944, 1920 .name = "HP nc6220", 1921 .type = AC97_TUNE_HP_MUTE_LED 1922 }, 1923 { 1924 .subvendor = 0x103c, 1919 1925 .subdevice = 0x099c, 1920 1926 .name = "HP nx6110/nc6120", … … 1923 1929 { 1924 1930 .subvendor = 0x103c, 1925 .subdevice = 0x0944, 1926 .name = "HP nc6220", 1927 .type = AC97_TUNE_HP_MUTE_LED 1928 }, 1929 { 1930 .subvendor = 0x103c, 1931 .subdevice = 0x0934, 1932 .name = "HP nc8220", 1933 .type = AC97_TUNE_HP_MUTE_LED 1931 .subdevice = 0x129d, 1932 .name = "HP xw8000", 1933 .type = AC97_TUNE_HP_ONLY 1934 1934 }, 1935 1935 { … … 2057 2057 .subdevice = 0x0111, 2058 2058 .name = "Gateway 2000 ICH2/AD1885", 2059 .type = AC97_TUNE_HP_ONLY 2060 }, 2061 { 2062 .subvendor = 0x8086, 2063 .subdevice = 0x0104, 2064 .name = "Intel D845GEBV2", /* AD1981B */ 2059 2065 .type = AC97_TUNE_HP_ONLY 2060 2066 },
Note:
See TracChangeset
for help on using the changeset viewer.