Changeset 79
- Timestamp:
- Aug 14, 2006, 10:08:27 PM (19 years ago)
- Location:
- GPL/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/trunk/alsa-kernel/pci/atiixp.c
r70 r79 366 366 } 367 367 368 if (dma->periods == periods && dma->period_bytes == period_bytes)369 return 0;370 371 368 /* reset DMA before changing the descriptor table */ 372 369 spin_lock_irqsave(&chip->reg_lock, flags); … … 375 372 dma->ops->enable_dma(chip, 1); 376 373 spin_unlock_irqrestore(&chip->reg_lock, flags); 374 375 if (dma->periods == periods && dma->period_bytes == period_bytes) 376 { 377 writel((u32)dma->desc_buf.addr | ATI_REG_LINKPTR_EN, 378 (char*)chip->remap_addr + dma->ops->llp_offset); 379 return 0; 380 } 377 381 378 382 /* fill the entries */ -
GPL/trunk/include/version.mak
r77 r79 11 11 BLDLVL_REVISION = 1.1 12 12 BLDLVL_FILEVER = 4 13 BLDLVL_DATETIME = 0 9.07.2006 21:27:1713 BLDLVL_DATETIME = 02.08.2006 20:49:36 14 14 BLDLVL_MACHINE = VLAD
Note:
See TracChangeset
for help on using the changeset viewer.