From: Hynek Hanke <hanke@brailcom.org>
To: alsa-devel@alsa-project.org
Subject: The different STATES of ALSA
Date: Sun, 31 Jul 2005 15:35:52 +0200 [thread overview]
Message-ID: <20050731133552.GA13386@brailcom.cz> (raw)
Hi everyone,
I'm having very much troubles programming an ALSA interface because the
documentation is pretty poor. I'm very much confused about the different states
in alsa-lib.
(After I was told alsa-lib is not thread-safe and there is some bug in the kernel
implementation of the underlaying calls of snd_pcm_writei(), I'm now running the
non-blocking/polling approach).
My questions:
1) In which states am I allowed to call
a) snd_pcm_hw_params_any
b) snd_pcm_hw_params
c) snd_pcm_prepare
d) snd_pcm_drop and _drain
2) Which states do they bring me to, if they don't return an error?
3) How is it possible that snd_pcm_drain returns with a success value *and*
the snd_pcm_state() still reports SND_PCM_STATE_DRAINING ? Is this a bug?
4) How is it possible, that the whole time a sound is played snd_pcm_writei()
never returns the value -EPIPE and still, when checking the state before
playing the next sound, I find the device in the SND_PCM_STATE_XRUN
(snd_pcm_drain() gets called in the meantime).
The problems (3) and (4) seem to arrise only under some circumstances, possibly
when more sounds are played in a quick succession.
Thank you for help,
Hynek Hanke
-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
next reply other threads:[~2005-07-31 13:39 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-07-31 13:35 Hynek Hanke [this message]
2005-07-31 14:17 ` The different STATES of ALSA James Courtier-Dutton
2005-07-31 15:17 ` Hynek Hanke
2005-07-31 15:31 ` James Courtier-Dutton
2005-07-31 15:38 ` Hynek Hanke
2005-07-31 15:51 ` James Courtier-Dutton
2005-08-01 8:11 ` Jaroslav Kysela
2005-08-01 8:09 ` Jaroslav Kysela
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=20050731133552.GA13386@brailcom.cz \
--to=hanke@brailcom.org \
--cc=alsa-devel@alsa-project.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 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.