Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Jan 2006 01:10:07 +0000 (UTC)
From:      Ariff Abdullah <ariff@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/sound/pcm channel.c feeder_rate.c
Message-ID:  <200601240110.k0O1A7nq029482@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
ariff       2006-01-24 01:10:07 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/sound/pcm    channel.c feeder_rate.c 
  Log:
  channel.c:
          (1) Fix DMA alignment, based on bytes per sample.
  
  feeder_rate.c:
          Handle strayed bytes (mostly caused by #1) better.
  
  This DMA alignment issues are extremely hard to reproduce unless
  the user happen to have a 32bit capable soundcards (ATI IXP) and
  knowledgeable enough to force it to operate under pure 32bit
  operations on both record and play directions.
  
  Revision  Changes    Path
  1.108     +6 -0      src/sys/dev/sound/pcm/channel.c
  1.16      +23 -10    src/sys/dev/sound/pcm/feeder_rate.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200601240110.k0O1A7nq029482>