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

Ariff Abdullah ariff at FreeBSD.org
Fri Jan 13 16:35:19 PST 2006


ariff       2006-01-14 00:35:18 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/dev/sound/pci    maestro.c 
  Log:
  MFC: Fix broken playback capabilities to prevent impending disaster.
       The minimum / maximum speed was way too low / high!
  
       minspeed =   2000 - is this for real ?
       maxspeed = 767999 - is this for real ?????
  
       Wrap everything into 8000 - 48000 boundary, just to be safe.
  
  Revision  Changes    Path
  1.28.2.2  +1 -1      src/sys/dev/sound/pci/maestro.c


More information about the cvs-src mailing list