Changeset 270 for GPL/trunk/alsa-kernel
- Timestamp:
- Nov 19, 2007, 8:29:06 AM (18 years ago)
- File:
- 
      - 1 edited
 
 - 
          
  GPL/trunk/alsa-kernel/pci/hda/hda_intel.c (modified) (2 diffs)
 
Legend:
- Unmodified
- Added
- Removed
- 
      GPL/trunk/alsa-kernel/pci/hda/hda_intel.cr267 r270 260 260 dma_addr_t bdl_addr; /* physical address of the BDL */ 261 261 volatile u32 *posbuf; /* position buffer pointer */ 262 #else /* !TARGET_OS2 */262 #else 263 263 u32 *bdl; /* virtual address of the BDL */ 264 264 dma_addr_t bdl_addr; /* physical address of the BDL */ 265 265 u32 *posbuf; /* position buffer pointer */ 266 #endif /* !TARGET_OS2 */266 #endif 267 267 268 268 unsigned int bufsize; /* size of the play buffer in bytes */ … … 293 293 /* CORB/RIRB */ 294 294 struct 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 300 296 * Each CORB entry is 4byte, RIRB is 8byte 301 297 */ 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
