All of lore.kernel.org
 help / color / mirror / Atom feed
* Problem closing device handle
@ 2005-01-17 15:11 igor
  2005-01-17  9:17 ` volume PCM plugin Petr Gladkikh
  0 siblings, 1 reply; 4+ messages in thread
From: igor @ 2005-01-17 15:11 UTC (permalink / raw)
  To: alsa-devel

Hello
I'm developing software which captures audio and plays it from multiple 
sources in parallel.
I'm using plughw:1,0 device to capture and plug:'dmix:SLAVE="hw:1,0"', 
everything works fine (i mean play and capture), but when i try to close 
capture handle -
snd_pcm_close(dev_handle)
i get following output:
ALSA lib pcm_hw.c:370:(snd_pcm_hw_hw_free) SNDRV_PCM_IOCTL_HW_FREE failed: 
File descriptor in bad state
ALSA lib pcm_plug.c:69:(snd_pcm_plug_close) plug slaves mismatch

(second error about slaves mismatch appears not in all situation). 
After some debugging i found out following - 
- this error occures only if i use playback (yes, playback, and error while 
trying to close capture handle). If i don't open playback device - it doesn't 
happens
- after this handle remains open, and i cannot open it again - if i close 
snd_pcm_close again, it finally closes, but it doesn't seems a nice solution
- it happens only when i use dmix plugin, when i use just plug plugin - 
everything is OK

Has anyone comments to this, is it some misconfiguration or something else?
Thanks


-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2005-01-17 15:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-01-17 15:11 Problem closing device handle igor
2005-01-17  9:17 ` volume PCM plugin Petr Gladkikh
2005-01-17 10:43   ` Takashi Iwai
2005-01-17 11:16     ` Petr Gladkikh

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.