Changeset 569 for GPL/branches/uniaud32-2.1.x/alsa-kernel/pci/intel8x0.c
- Timestamp:
- Oct 6, 2012, 11:23:50 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/branches/uniaud32-2.1.x/alsa-kernel/pci/intel8x0.c
r519 r569 717 717 * which aborts PCI busmaster for audio transfer. A workaround is to set 718 718 * the pages as non-cached. For details, see the errata in 719 * http:// www.intel.com/design/chipsets/specupdt/245051.htm719 * http://download.intel.com/design/chipsets/specupdt/24505108.pdf 720 720 */ 721 721 static void fill_nocache(void *buf, int size, int nocache) … … 1779 1779 { 1780 1780 .subvendor = 0x1014, 1781 .subdevice = 0x0534, 1782 .name = "ThinkPad X31", 1783 .type = AC97_TUNE_INV_EAPD 1784 }, 1785 { 1786 .subvendor = 0x1014, 1781 1787 .subdevice = 0x1f00, 1782 1788 .name = "MS-9128", … … 1859 1865 .subdevice = 0x016a, 1860 1866 .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 */ 1861 1873 .type = AC97_TUNE_HP_ONLY 1862 1874 },
Note:
See TracChangeset
for help on using the changeset viewer.