Date: Tue, 04 Nov 2003 20:34:50 -0000 From: Mathew Kanner <mat@cnd.mcgill.ca> To: Anthony Schneider <anthony@x-anthony.com> Cc: freebsd-hackers@freebsd.org Subject: Re: Sound Blaster Audigy LS problem Message-ID: <20031104203236.GJ25967@cnd.mcgill.ca> In-Reply-To: <20031104060851.GA39619@x-anthony.com> References: <20031104060851.GA39619@x-anthony.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Nov 04, Anthony Schneider wrote: > [...] > timeout = (hz * sndbuf_getblksz(bs)) / (sndbuf_getspd(bs) * sndbuf_getbps(bs)); > if (timeout < 1) > timeout = 1; > timeout = 1; > > seems like overkill... > I noticed this too. It was introduced in rev 1.65 to "reduce latency/pauses in output." It isn't clear to me why it's there. --Mat -- It's impossible to awaken a man who is pretending to be asleep. - Navajo saying
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031104203236.GJ25967>