Ignore:
Timestamp:
Oct 6, 2012, 11:23:50 AM (13 years ago)
Author:
Paul Smedley
Message:

Update trunk to ALSA 1.0.24

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GPL/branches/uniaud32-2.1.x/alsa-kernel/pci/intel8x0.c

    r519 r569  
    717717 * which aborts PCI busmaster for audio transfer.  A workaround is to set
    718718 * the pages as non-cached.  For details, see the errata in
    719  *      http://www.intel.com/design/chipsets/specupdt/245051.htm
     719 *      http://download.intel.com/design/chipsets/specupdt/24505108.pdf
    720720 */
    721721static void fill_nocache(void *buf, int size, int nocache)
     
    17791779        {
    17801780                .subvendor = 0x1014,
     1781                .subdevice = 0x0534,
     1782                .name = "ThinkPad X31",
     1783                .type = AC97_TUNE_INV_EAPD
     1784        },
     1785        {
     1786                .subvendor = 0x1014,
    17811787                .subdevice = 0x1f00,
    17821788                .name = "MS-9128",
     
    18591865                .subdevice = 0x016a,
    18601866                .name = "Dell Inspiron 8600",   /* STAC9750/51 */
     1867                .type = AC97_TUNE_HP_ONLY
     1868        },
     1869        {
     1870                .subvendor = 0x1028,
     1871                .subdevice = 0x0182,
     1872                .name = "Dell Latitude D610",   /* STAC9750/51 */
    18611873                .type = AC97_TUNE_HP_ONLY
    18621874        },
Note: See TracChangeset for help on using the changeset viewer.