Date: Wed, 11 Jan 2006 23:22:57 +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: <200601112322.k0BNMvmF032729@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200601112322.k0BNMvmF032729>