On Fri, 11 Oct 2002, James Courtier-Dutton wrote:
> >>Thankyou, I will use snd_pcm_drop(), but as a side note, what actually
> >>does "snd_pcm_reset()" do.
> >>Just resetting delay to 0 does not make much sense to me.
> >>
> >>
> >
> >It drops all samples in the ring buffer (thus reseting de
Thankyou, I will use snd_pcm_drop(), but as a side note, what actually
does "snd_pcm_reset()" do.
Just resetting delay to 0 does not make much sense to me.
It drops all samples in the ring buffer (thus reseting delay to 0). Note
that everybody are welcome to improve the current do
On Fri, 11 Oct 2002, James Courtier-Dutton wrote:
> Takashi Iwai wrote:
>
> >At Fri, 11 Oct 2002 01:25:19 +1000,
> >James Courtier-Dutton wrote:
> >
> >
> >>Hello
> >>I have an application that has many different threads.
> >>The sound card's PCM buffer is full during playback, and one thread i
Takashi Iwai wrote:
At Fri, 11 Oct 2002 01:25:19 +1000,
James Courtier-Dutton wrote:
Hello
I have an application that has many different threads.
The sound card's PCM buffer is full during playback, and one thread is
currently in snd_pcm_wait() waiting for enough space to appear in the
buffe
At Fri, 11 Oct 2002 01:25:19 +1000,
James Courtier-Dutton wrote:
>
> Hello
> I have an application that has many different threads.
> The sound card's PCM buffer is full during playback, and one thread is
> currently in snd_pcm_wait() waiting for enough space to appear in the
> buffer before doi
Hello
I have an application that has many different threads.
The sound card's PCM buffer is full during playback, and one thread is
currently in snd_pcm_wait() waiting for enough space to appear in the
buffer before doing the next snd_pcm_write().
A different thread wants to flush the buffer. Th