Changeset 489


Ignore:
Timestamp:
Jun 21, 2010, 6:14:55 PM (15 years ago)
Author:
David Azarewicz
Message:

added missing quirk for 8086:0104

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GPL/trunk/alsa-kernel/pci/intel8x0.c

    r485 r489  
    18391839        {
    18401840                .subvendor = 0x1028,
     1841                .subdevice = 0x014e,
     1842                .name = "Dell D800", /* STAC9750/51 */
     1843                .type = AC97_TUNE_HP_ONLY
     1844        },
     1845        {
     1846                .subvendor = 0x1028,
    18411847                .subdevice = 0x0151,
    18421848                .name = "Dell Optiplex GX270",  /* AD1981B */
    1843                 .type = AC97_TUNE_HP_ONLY
    1844         },
    1845         {
    1846                 .subvendor = 0x1028,
    1847                 .subdevice = 0x014e,
    1848                 .name = "Dell D800", /* STAC9750/51 */
    18491849                .type = AC97_TUNE_HP_ONLY
    18501850        },
     
    19051905        {
    19061906                .subvendor = 0x103c,
    1907                 .subdevice = 0x129d,
    1908                 .name = "HP xw8000",
    1909                 .type = AC97_TUNE_HP_ONLY
     1907                .subdevice = 0x0934,
     1908                .name = "HP nc8220",
     1909                .type = AC97_TUNE_HP_MUTE_LED
    19101910        },
    19111911        {
     
    19171917        {
    19181918                .subvendor = 0x103c,
     1919                .subdevice = 0x0944,
     1920                .name = "HP nc6220",
     1921                .type = AC97_TUNE_HP_MUTE_LED
     1922        },
     1923        {
     1924                .subvendor = 0x103c,
    19191925                .subdevice = 0x099c,
    19201926                .name = "HP nx6110/nc6120",
     
    19231929        {
    19241930                .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
    19341934        },
    19351935        {
     
    20572057                .subdevice = 0x0111,
    20582058                .name = "Gateway 2000 ICH2/AD1885",
     2059                .type = AC97_TUNE_HP_ONLY
     2060        },
     2061        {
     2062                .subvendor = 0x8086,
     2063                .subdevice = 0x0104,
     2064                .name = "Intel D845GEBV2",              /* AD1981B */
    20592065                .type = AC97_TUNE_HP_ONLY
    20602066        },
Note: See TracChangeset for help on using the changeset viewer.