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

Ariff Abdullah ariff at FreeBSD.org
Wed Jan 11 15:22:58 PST 2006


ariff       2006-01-11 23:22:57 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/sound/pci    maestro.c 
  Log:
  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.
  
  MFC after:      3 days
  
  Revision  Changes    Path
  1.30      +1 -1      src/sys/dev/sound/pci/maestro.c


More information about the cvs-all mailing list