Linux Sound subsystem development
 help / color / mirror / Atom feed
From: Roger Larsson <roger.larsson@skelleftea.mail.telia.com>
To: linux-sound@vger.kernel.org
Subject: Re: [linux-audio-dev] Re: Sync Issues (was Re: External MIDI Sync using
Date: Fri, 29 Oct 1999 20:16:19 +0000	[thread overview]
Message-ID: <marc-linux-sound-94123706608962@msgid-missing> (raw)



Benno Senoner wrote:
> 
> On Thu, 28 Oct 1999, Paul Barton-Davis wrote:

> > to an old ISA-based Diamond Speedstar, the performance of my audio
> > stuff has gone down the tubes. i can't do *anything* with X and hope
> > to not get dropouts. this never happened with the Matrox card, and i
> > am very confident that as soon as Matrox ships me a new one, the
> > problem will go away.
> >
> > right now, my system is essentially useless for audio work unless you
> > avoid using X. totally useless. i can't even play WAV files without
> > *huge* dropouts, and thats on a *dual* PII-450 !
> 
> Yes,
> 
> the idiotproof test is the following:
> install 2.2.10 + lowlatency patch  ( not SMP !),
> tune the IDE diskas as described in the README
> and run a testsession
> if the GFX stress graph is the only bad graph,
> then I'm sorry but you have to throw away your videocard if you want
> to do reliable low latency stuff.
> :-)
> 

Or you can try to find out what part of your video card driver that
destroys latency and correct that.

You can find out the problematic spot with my patch:
 latency-profiling-2.2.10-r6.patch [for Linux 2.2.10]
I will put it on some own web page at the moment you could get it from:

http://www.gardena.net/benno/linux/audio/patches/latency-profiling-2.2.10-r5.patch

And remove this part of the patch since it is not correct...
(you should not be tempted to improve things in an instrumentation
patch...)
 
-       if (tq_scheduler)
+       //RL latency improvement, correct?
+       //RL skip if forced reschedule (a normal will arrive soon...)
+       if (!current->need_resched && 
+           tq_scheduler)

The results are messages in 'dmesg', latency time and instruction
pointers
are printed. You then decode the instruction pointers to routine name.
 
/RogerL

-- 

The Internet interprets Windows as damage, 
             and routes around it.

Roger Larsson
Skellefteå
Sweden

                 reply	other threads:[~1999-10-29 20:16 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=marc-linux-sound-94123706608962@msgid-missing \
    --to=roger.larsson@skelleftea.mail.telia.com \
    --cc=linux-sound@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox