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

Ariff Abdullah ariff at FreeBSD.org
Thu Dec 13 18:16:27 PST 2007


ariff       2007-12-14 02:16:26 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/sound/pci    maestro.c 
  Log:
  Limit total hardware playback channels to just 1. The reliability of
  it's multi DAC / playback channels is not that good. Enabling vchans
  make the bug more visible since playback allocation will look for
  possible free hardware channels first (i.e: the next DAC, the very first
  has been consumed by vchan mixer) which in this case has been proven faulty.
  
  Tested by:      Dominic Fandrey <LoN_Kamikaze at gmx dot de>
  URL:            http://lists.freebsd.org/pipermail/freebsd-stable/2007-December/039022.html
  
  Revision  Changes    Path
  1.37      +12 -3     src/sys/dev/sound/pci/maestro.c


More information about the cvs-src mailing list