Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Nov 2007 04:32:50 +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 t4dwave.c
Message-ID:  <200711100432.lAA4WoBB077083@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
ariff       2007-11-10 04:32:50 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/sound/pci    t4dwave.c 
  Log:
  Limit total playback channels to just 1, for ALi M5451.
  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.
  
  Reported / Tested by:   Sascha Klauder
  MFC after:              3 days
  
  Revision  Changes    Path
  1.54      +23 -3     src/sys/dev/sound/pci/t4dwave.c



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