cvs commit: src/sys/dev/sound/pci t4dwave.c
Ariff Abdullah
ariff at FreeBSD.org
Thu Nov 15 08:59:29 PST 2007
ariff 2007-11-15 16:59:29 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_7)
sys/dev/sound/pci t4dwave.c
Log:
MFC (revision 1.54):
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
Approved by: re (kensmith)
Revision Changes Path
1.53.2.1 +23 -3 src/sys/dev/sound/pci/t4dwave.c
More information about the cvs-src
mailing list