Ignore:
Timestamp:
Mar 16, 2011, 11:54:53 PM (14 years ago)
Author:
David Azarewicz
Message:

APIC interrupt fixes from trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GPL/branches/uniaud32-2.1.x/drv32/idc.c

    r493 r548  
    3434#include <irqos2.h>
    3535#include <stacktoflat.h>
     36#include <dbgos2.h>
    3637
    3738//16:32 address of 16 bits pdd idc handler
     
    3940extern "C" int pcm_device;
    4041WORD32 OSS32IDC(ULONG cmd, PIDC32_PACKET pPacket);
     42extern "C" BOOL fRewired; //pci.c
    4143
    4244//packet pointer must reference a structure on the stack
     
    4951    ULONG  oldfileid;
    5052    OSSRET rc;
     53
     54        if (fRewired) {
     55                fRewired = FALSE;
     56                rprintf(("AlsaIDC: Resuming"));
     57                OSS32_APMResume();
     58        }
    5159
    5260    //Sets file id in current task structure
Note: See TracChangeset for help on using the changeset viewer.