Ignore:
Timestamp:
Apr 9, 2006, 12:09:39 PM (19 years ago)
Author:
vladest
Message:

Latest ALSA patches
HDA patches
Patch for Intel from Rudy's
Fixes locks on NM256 chipsets
Fixes PM on Maestro3 chipsets

File:
1 edited

Legend:

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

    r32 r76  
    18171817    offset &= 0xfffe;
    18181818    offset += chip->measure_count * (CLOCK_MEASURE_BUFSIZE/2);
    1819 
     1819#if 0 /* vladest patch baseg on r.ihle suggestion */
    18201820    t = stop_time.tv_sec - start_time.tv_sec;
    18211821    t *= 1000000;
     
    18241824    else
    18251825        t += stop_time.tv_usec - start_time.tv_usec;
     1826#else
     1827    t = 50000;
     1828#endif
    18261829    if (t == 0) {
    18271830        snd_printk("?? calculation error..\n");
Note: See TracChangeset for help on using the changeset viewer.