Changeset 79


Ignore:
Timestamp:
Aug 14, 2006, 10:08:27 PM (19 years ago)
Author:
vladest
Message:

ATI fix comitted

Location:
GPL/trunk
Files:
2 edited

Legend:

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

    r70 r79  
    366366        }
    367367
    368         if (dma->periods == periods && dma->period_bytes == period_bytes)
    369                 return 0;
    370 
    371368        /* reset DMA before changing the descriptor table */
    372369        spin_lock_irqsave(&chip->reg_lock, flags);
     
    375372        dma->ops->enable_dma(chip, 1);
    376373        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        }
    377381
    378382        /* fill the entries */
  • GPL/trunk/include/version.mak

    r77 r79  
    1111BLDLVL_REVISION = 1.1
    1212BLDLVL_FILEVER = 4
    13 BLDLVL_DATETIME = 09.07.2006 21:27:17
     13BLDLVL_DATETIME = 02.08.2006 20:49:36
    1414BLDLVL_MACHINE = VLAD
Note: See TracChangeset for help on using the changeset viewer.