From: Doug Ledford <dledford@redhat.com>
To: Valdis.Kletnieks@vt.edu
Cc: linux-kernel@vger.kernel.org
Subject: Re: 2.5.50 - sound driver issues with i810_audio
Date: Wed, 11 Dec 2002 17:59:28 -0500 [thread overview]
Message-ID: <20021211225928.GC6513@redhat.com> (raw)
In-Reply-To: <200212092124.gB9LOL3J007516@turing-police.cc.vt.edu>
On Mon, Dec 09, 2002 at 04:24:21PM -0500, Valdis.Kletnieks@vt.edu wrote:
> a female voice saying "New mail from I B M I-source List Server". When I
> play it, "New mail from" is almost always OK, sometimes all of it is OK, and
> usually it loses it about halfway through. What comes out sounds like:
>
> New Mail from I B I-sour<M>ce <distorted>list server st server"
>
> Yes, it sounds like it's taking about half the frames and delaying them a chunk
This sounds like the problem some chipsets had with wrapping counters in
the dma pointer read code. Basically, when the sg segment is advanced to
the next segment, the offset counter would not be simultaneously cleared
but instead would be momentarily delayed before the clear occured and a
read at just the wrong time could result in us thinking that the buffer
was a full sg segment farther than it was. There were changes made to the
oss i810 driver around version 0.18 to solve this problem if I remember
correctly. Similar code may be needed in the alsa driver, I'm not sure
because I have looked at it or tried it (my machine with an i810 doesn't
run 2.5 kernels).
--
Doug Ledford <dledford@redhat.com> 919-754-3700 x44233
Red Hat, Inc.
1801 Varsity Dr.
Raleigh, NC 27606
next prev parent reply other threads:[~2002-12-11 22:50 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-12-09 21:24 2.5.50 - sound driver issues with i810_audio Valdis.Kletnieks
2002-12-11 22:59 ` Doug Ledford [this message]
2002-12-12 5:51 ` Valdis.Kletnieks
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=20021211225928.GC6513@redhat.com \
--to=dledford@redhat.com \
--cc=Valdis.Kletnieks@vt.edu \
--cc=linux-kernel@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