cvs commit: src/sys/dev/sound/pci atiixp.c

Ariff Abdullah ariff at FreeBSD.org
Sat Feb 18 02:24:48 PST 2006


ariff       2006-02-18 10:24:48 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/sound/pci    atiixp.c 
  Log:
  - Fix severe crackling after long running and abusive module load / unload by
    forcing DMA alignment to default buffer size.
  - Make sure DMA pointer properly aligned to avoid being truncated by caller
    which causing severe underruns and random popping (especially in 32bit
    playback / recording).
  - Add AC97 inverted external amplifier quirk for Maxselect x710s
    - http://maxselect.ru/
  
  MFC after:      1 week
  
  Revision  Changes    Path
  1.4       +59 -15    src/sys/dev/sound/pci/atiixp.c


More information about the cvs-all mailing list