Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Dec 2007 04:07:25 +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/pci maestro.c
Message-ID:  <200712150407.lBF47PNR012063@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
ariff       2007-12-15 04:07:25 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    sys/dev/sound/pci    maestro.c 
  Log:
  MFC:
  
  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
  Approved by:    re (kensmith)
  
  Revision  Changes    Path
  1.36.2.1  +12 -3     src/sys/dev/sound/pci/maestro.c



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