search for: snd_pcm_avail_update

Displaying 5 results from an estimated 5 matches for "snd_pcm_avail_update".

2010 Jan 28
3
Skype and problem with ALSA mixer driver?
...e repo but thought maybe this was faulty, so have just installed the static version (cd skype_static-2.1.0.81). However, the mic still doesn't work and I've notice the following (repeated) error messages on the command line (currently this version has to be executed from the command line): snd_pcm_avail_update() returned a value that is exceptionally large: 203032 bytes (1057 ms). Most likely this is a bug in the ALSA driver. Please report this issue to the ALSA developers. snd_pcm_avail_update() returned a value that is exceptionally large: 201176 bytes (1047 ms). Most likely this is a bug in the ALSA d...
2007 Jan 29
0
3 commits - autogen.sh configure.ac player/.gitignore player/Makefile.am player/swfdec_playback_alsa.c player/swfdec_playback.c player/swfdec_playback_none.c
...- //g_print ("rendering %u %u\n", stream->offset, (guint) avail); - return avail; -} - -static gboolean -try_write (Stream *stream) -{ - snd_pcm_sframes_t avail_result; - snd_pcm_uframes_t offset, avail; - const snd_pcm_channel_area_t *dst; - - while (TRUE) { - avail_result = snd_pcm_avail_update (stream->pcm); - ALSA_ERROR (avail_result, "snd_pcm_avail_update failed", FALSE); - if (avail_result == 0) - return TRUE; - avail = avail_result; - ALSA_ERROR (snd_pcm_mmap_begin (stream->pcm, &dst, &offset, &avail), - "snd_pcm_mmap_begin failed&quo...
2008 Aug 26
8
[Bug 17307] New: sfwdec-mozilla plugin stops playing sounds
...er=2 Loading stream: http://video-stats.video.google.com/s?ns=yt&docid=yGkWnz74zUk&ps=default&el=embedded&eurl=http%3A%2F%2Fgnomecoder%2Ewordpress%2Ecom%2F2008%2F08%2F26%2Fluz%2Dat%2Dplay%2F&rt=1.2&fv=WIN%209%2C0%2C100%2C0&bc=258908&st=0.04&len=59.977&et=0.04 snd_pcm_avail_update failed: Broken pipe ^C -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug.
2007 Jan 31
0
Branch 'interpreter' - 20 commits - autogen.sh configure.ac libswfdec/js libswfdec/swfdec_debug.h libswfdec/swfdec_js.c libswfdec/swfdec_js_color.c libswfdec/swfdec_js_movie.c libswfdec/swfdec_movie.c libswfdec/swfdec_movie.h libswfdec/swfdec_script.c
...- //g_print ("rendering %u %u\n", stream->offset, (guint) avail); - return avail; -} - -static gboolean -try_write (Stream *stream) -{ - snd_pcm_sframes_t avail_result; - snd_pcm_uframes_t offset, avail; - const snd_pcm_channel_area_t *dst; - - while (TRUE) { - avail_result = snd_pcm_avail_update (stream->pcm); - ALSA_ERROR (avail_result, "snd_pcm_avail_update failed", FALSE); - if (avail_result == 0) - return TRUE; - avail = avail_result; - ALSA_ERROR (snd_pcm_mmap_begin (stream->pcm, &dst, &offset, &avail), - "snd_pcm_mmap_begin failed&quo...
2007 Mar 27
0
15 commits - configure.ac doc/Makefile.am doc/swfdec-docs.sgml doc/swfdec-sections.txt doc/swfdec.types libswfdec-gtk/.gitignore libswfdec-gtk/Makefile.am libswfdec-gtk/swfdec-gtk.h libswfdec-gtk/swfdec_gtk_player.c libswfdec-gtk/swfdec_gtk_player.h
...+ //g_print ("rendering %u %u\n", stream->offset, (guint) avail); + return avail; +} + +static gboolean +try_write (Stream *stream) +{ + snd_pcm_sframes_t avail_result; + snd_pcm_uframes_t offset, avail; + const snd_pcm_channel_area_t *dst; + + while (TRUE) { + avail_result = snd_pcm_avail_update (stream->pcm); + ALSA_ERROR (avail_result, "snd_pcm_avail_update failed", FALSE); + if (avail_result == 0) + return TRUE; + avail = avail_result; + ALSA_ERROR (snd_pcm_mmap_begin (stream->pcm, &dst, &offset, &avail), + "snd_pcm_mmap_begin failed&quo...