From: "Andreas Fenkart" <afenkart@gmx.ch>
To: alsa-devel@lists.sourceforge.net
Subject: Patch,
Date: Mon, 22 Nov 2004 00:58:51 +0100 (MET) [thread overview]
Message-ID: <7979.1101081531@www9.gmx.net> (raw)
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset="us-ascii", Size: 308 bytes --]
Hi list
My gnomemeeting hung when accessing the microphone.
The problem was that the rate variable was not initialized when jumping to
the __partial label.
Greetings
Andreas
--
NEU +++ DSL Komplett von GMX +++ http://www.gmx.net/de/go/dsl
GMX DSL-Netzanschluss + Tarif zum supergünstigen Komplett-Preis!
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: grab_period.patch --]
[-- Type: text/x-patch; name="grab_period.patch", Size: 361 bytes --]
--- alsa-lib-1.0.6/src/pcm/pcm_rate.c 2004-08-09 08:31:41.000000000 +0200
+++ /mnt/ice/src/alsa-lib-1.0.6/src/pcm/pcm_rate.c 2004-11-22 02:53:13.000000000 +0100
@@ -1082,7 +1082,6 @@ static int snd_pcm_rate_grab_next_period
return 0;
}
} else {
- snd_pcm_rate_t *rate = pcm->private_data;
snd_pcm_uframes_t xfer;
/* ok, grab first fragment */
next reply other threads:[~2004-11-21 23:58 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-11-21 23:58 Andreas Fenkart [this message]
2004-11-22 6:37 ` Patch, Jaroslav Kysela
-- strict thread matches above, loose matches on Subject: below --
2007-04-28 21:47 PATCH: Mark Lord
2004-10-01 13:46 Issues with a Doc Milplus Nicolas Pouillon
2004-10-01 13:57 ` David Woodhouse
2004-10-01 14:27 ` Nicolas Pouillon
2004-10-02 13:55 ` Patch ! Nicolas Pouillon
2004-10-02 20:42 ` Thomas Gleixner
2004-10-03 1:11 ` Nicolas Pouillon
[not found] ` <20041003030653.2e0452a7.nipo@ssji.net>
[not found] ` <1096768161.21297.129.camel@thomas>
2004-10-03 20:18 ` Nicolas Pouillon
2004-10-04 8:05 ` Thomas Gleixner
2004-10-04 16:38 ` Nicolas Pouillon
2004-10-04 17:59 ` Thomas Gleixner
2004-10-04 20:47 ` Nicolas Pouillon
2004-10-04 21:04 ` Thomas Gleixner
2000-07-12 16:24 PATCH: Juan J. Quintela
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=7979.1101081531@www9.gmx.net \
--to=afenkart@gmx.ch \
--cc=alsa-devel@lists.sourceforge.net \
/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.