Changeset 270


Ignore:
Timestamp:
Nov 19, 2007, 8:29:06 AM (18 years ago)
Author:
Brendan Oakley
Message:

Fix bad use of preprocessor directives that broke compile - my mistake

File:
1 edited

Legend:

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

    r267 r270  
    260260        dma_addr_t bdl_addr;            /* physical address of the BDL */
    261261        volatile u32 *posbuf;                   /* position buffer pointer */
    262 #else /* !TARGET_OS2 */
     262#else
    263263        u32 *bdl;               /* virtual address of the BDL */
    264264        dma_addr_t bdl_addr;    /* physical address of the BDL */
    265265        u32 *posbuf;            /* position buffer pointer */
    266 #endif /* !TARGET_OS2 */
     266#endif
    267267
    268268        unsigned int bufsize;           /* size of the play buffer in bytes */
     
    293293/* CORB/RIRB */
    294294struct azx_rb {
    295 #ifdef TARGET_OS2
    296         volatile u32 *buf;              /* CORB/RIRB buffer
    297 #else /* !TARGET_OS2 */
    298         u32 *buf;               /* CORB/RIRB buffer
    299 #endif /* !TARGET_OS2 */
     295        volatile u32 *buf;      /* CORB/RIRB buffer
    300296                                 * Each CORB entry is 4byte, RIRB is 8byte
    301297                                 */
Note: See TracChangeset for help on using the changeset viewer.