From: Takashi Iwai <tiwai@suse.de>
To: "Pikus, Fedor" <fedor_pikus@mentorg.com>
Cc: Clemens Ladisch <clemens@ladisch.de>, alsa-devel@lists.sourceforge.net
Subject: Re: USB Audio/Midiman - partial success
Date: Tue, 24 Sep 2002 17:50:06 +0200 [thread overview]
Message-ID: <s5hfzvzo09d.wl@alsa2.suse.de> (raw)
In-Reply-To: <Pine.LNX.4.31.0209240835370.9799-100000@lorien.wv.mentorg.com>
At Tue, 24 Sep 2002 08:42:03 -0700 (PDT),
Fedor G. Pikus <fedorp@wv.mentorg.com> wrote:
>
> On Tue, 24 Sep 2002, Takashi Iwai wrote:
> > At Mon, 23 Sep 2002 21:14:36 -0700 (PDT),
> > Fedor G. Pikus <fedorp@wv.mentorg.com> wrote:
> > >
> > > On Mon, 23 Sep 2002, Clemens Ladisch wrote:
> > > > In theory, snd_complete_urb is called when some data has been received
> > > > from the device, and this function calls retire_capture_urb. Please check
> > > > whether those functions are really called.
> > > They do get called, it goes like this:
> > > pcm_lib.c:2168 unlocked IRQ, waiting for 10 seconds
> > > snd_complete_urb called
> > > retire_capture_urb called
> > > retire_capture_urb done
> > > snd_complete_urb exits (by exiting through the bottom, never through return)
> > > ... repeat about 740 times the above 4 lines ...
> > > pcm_lib.c:2170 timed out after 10 seconds
> >
> > does it means that complete is called _after_ the 10-sec-wait message?
> > could you tell me the function (line) corresponding to the original
> > source (the line is shifted so i cannot see where it is).
>
> No, snd_complete_urb is called 740 times during the 10-second wait:
>
> spin_unlock_irq(&runtime->lock);
> <---- print "unlocked IRQ"
> if (schedule_timeout(10 * HZ) == 0) { <---- 10 second wait while "snd_complete_urb" messages scroll by in the log
> spin_lock_irq(&runtime->lock);
> <----- print "timed out"
> state = runtime->status->state == SNDRV_PCM_STATE_SUSPENDED ? SUSPENDED : EXPIRED;
> break;
> }
then the complete callback is called properly but likely
snd_pcm_period_elapsed() is not called.
can you check in retire_capture_urb() whether subs->transfer_done is
incremented and snd_pcm_period_elapsed is called properly?
if it's not incremented, that means either iso frame is still active
or the obtained frame length is zero.
btw, to be sure, which version of usbaudio.c are you using?
Takashi
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
next prev parent reply other threads:[~2002-09-24 15:50 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <Pine.LNX.4.31.0209220035210.4610-100000@lorien.wv.mentorg.com>
2002-09-23 9:12 ` USB Audio/Midiman - partial success Clemens Ladisch
[not found] ` <Pine.LNX.4.31.0209232104140.18815-100000@lorien.wv.mentorg.com>
2002-09-24 14:27 ` Takashi Iwai
[not found] ` <Pine.LNX.4.31.0209240835370.9799-100000@lorien.wv.mentorg.com>
2002-09-24 15:50 ` Takashi Iwai [this message]
[not found] ` <Pine.LNX.4.31.0209241952400.28299-100000@lorien.wv.mentorg.com>
2002-09-25 10:46 ` Takashi Iwai
[not found] <Pine.LNX.4.31.0209252301320.29794-100000@lorien.wv.mentorg.com>
2002-09-26 7:47 ` Clemens Ladisch
2002-09-26 16:08 ` Takashi Iwai
[not found] ` <Pine.LNX.4.31.0209261234130.17593-100000@lorien.wv.mentorg.com>
2002-10-02 13:46 ` Takashi Iwai
[not found] ` <Pine.LNX.4.31.0210032253120.4068-100000@lorien.wv.mentorg.com>
2002-10-04 11:34 ` Takashi Iwai
[not found] <Pine.LNX.4.31.0209191923430.30429-100000@lorien.wv.mentorg.com>
2002-09-20 10:04 ` Clemens Ladisch
[not found] <Pine.LNX.4.31.0209172023540.4425-100000@lorien.wv.mentorg.com>
2002-09-18 9:25 ` Clemens Ladisch
[not found] <Pine.LNX.4.31.0209160838270.10583-100000@lorien.wv.mentorg.com>
2002-09-17 7:29 ` Clemens Ladisch
[not found] <Pine.LNX.4.31.0209132140320.13642-200000@lorien.wv.mentorg.com>
2002-09-16 7:05 ` Clemens Ladisch
[not found] <Pine.LNX.4.31.0209090841350.25400-100000@lorien.wv.mentorg.com>
2002-09-09 17:46 ` Clemens Ladisch
2002-09-09 18:30 ` Takashi Iwai
2002-09-10 8:58 ` Clemens Ladisch
2002-09-10 13:10 ` Takashi Iwai
2002-09-10 13:41 ` Patrick Shirkey
2002-09-12 15:30 ` Takashi Iwai
2002-09-12 22:34 ` Patrick Shirkey
2002-09-13 5:59 ` Patrick Shirkey
2002-09-13 11:30 ` Takashi Iwai
2002-09-13 14:30 ` Patrick Shirkey
[not found] ` <Pine.LNX.4.31.0209122304430.1450-100000@lorien.wv.mentorg.com>
2002-09-13 11:33 ` Takashi Iwai
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=s5hfzvzo09d.wl@alsa2.suse.de \
--to=tiwai@suse.de \
--cc=alsa-devel@lists.sourceforge.net \
--cc=clemens@ladisch.de \
--cc=fedor_pikus@mentorg.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.