From: Takashi Iwai <tiwai@suse.de>
To: Tim Blechmann <tim@klingt.org>
Cc: alsa-devel@alsa-project.org
Subject: Re: pointer callback question
Date: Thu, 12 Feb 2009 18:54:40 +0100 [thread overview]
Message-ID: <s5h1vu3k0bj.wl%tiwai@suse.de> (raw)
In-Reply-To: <49946175.5070008@klingt.org>
At Thu, 12 Feb 2009 18:50:45 +0100,
Tim Blechmann wrote:
>
> hi all,
>
> one question about the pointer callback.
>
> the docs say:
> > This callback is called when the PCM middle layer inquires the current
> > hardware position on the buffer. The position must be returned in
> frames,
> > ranging from 0 to buffer_size - 1.
>
> i am using a ringbuffer to communicate with my audio device. but when
> the position is reset to 0, alsa requests to stop the stream
> (SNDRV_PCM_TRIGGER_STOP).
>
> the brief log is (4 periods of 64 frames):
> stream_pointer at 64
> stream_pointer at 128
> stream_pointer at 192
> stream_pointer at 256
This is invalid. The pointer callback must return 0 in this case.
The value the pointer callback returns is between 0 and buffer_size-1.
Takashi
> stream_pointer at 0
>
> after returning 0, a stop is requested.
>
> am i missing something?
> thanks, tim
>
> --
> tim@klingt.org
> http://tim.klingt.org
>
> Contrary to general belief, an artist is never ahead of his time but
> most people are far behind theirs.
> Edgar Varèse
>
next prev parent reply other threads:[~2009-02-12 17:54 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-02-12 17:50 pointer callback question Tim Blechmann
2009-02-12 17:54 ` Takashi Iwai [this message]
2009-02-12 17:55 ` Tim Blechmann
2009-02-12 17:58 ` Takashi Iwai
2009-02-12 18:04 ` Tim Blechmann
2009-02-13 6:26 ` Takashi Iwai
2009-02-26 14:44 ` Tim Blechmann
2009-02-28 12:48 ` Tim Blechmann
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=s5h1vu3k0bj.wl%tiwai@suse.de \
--to=tiwai@suse.de \
--cc=alsa-devel@alsa-project.org \
--cc=tim@klingt.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