From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Sailer Date: Fri, 27 Aug 1999 12:31:05 +0000 Subject: Re: sound card overhead? Message-Id: List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-sound@vger.kernel.org James Stevenson wrote: > i was just wondering about this > how much difference will a sound card make > which seems to be generating 600/700 interuppts a second > to the rest of the system performance? The application can basically tune how many interrupts the soundcard will generate by setting the fragment size. My drivers will allow only root to generate more than 100/s, and the default is somewhere between 50 and 100/s. Tom