All of lore.kernel.org
 help / color / mirror / Atom feed
From: Gerald Grabner <gerald.grabner@gmx.net>
To: Clemens Ladisch <cladisch@fastmail.net>,
	alsa-devel@lists.sourceforge.net
Subject: Re: seq: maximum number of events w.r.t. ordering in queue
Date: Tue, 06 Feb 2007 21:40:43 +0100	[thread overview]
Message-ID: <45C8E7CB.9000700@gmx.net> (raw)
In-Reply-To: <1170763163.22570.1173152487@webmail.messagingengine.com>

Clemens Ladisch wrote:
> Gerald Grabner wrote:
>>   // buffer size for all events
>>   unsigned int b = (n+1)*sizeof(snd_seq_event_t);
>>
>>   // set output buffer and client pool size
>>   if ( snd_seq_set_output_buffer_size(seq,b) )
>>     printf("Error setting output_buffer_size\n");
>>   if ( snd_seq_set_client_pool_output(seq,b) )
>>     printf("Error setting client_pool_output\n");
>
> What the documentation failed to tell you is that the parameter to
> snd_seq_set_client_pool_output() is measured in events, not in
> bytes, and that a value that is too big is silently ignored.

Indeed, that did the trick!


Besides the fact that ALSA is a great piece of software, the
documentation is a bit poor in some places - like this one. Since I am
not a developer of the ALSA lib, I can only make suggestions, e.g.
adding the following doxygen snippet at line 264/265 in seqmid.c
(alsa-lib-1.0.14rc2) for snd_seq_set_client_pool_output:

 * The pool size is measured in events, not in bytes. The maximum size
 * is 2000, values greater than that are ignored.

Thx & Regards,
Gerald

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642

      reply	other threads:[~2007-02-06 20:40 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-02-04 19:04 seq: maximum number of events w.r.t. ordering in queue Gerald Grabner
2007-02-05 18:10 ` Clemens Ladisch
2007-02-05 20:07   ` Gerald Grabner
2007-02-06 11:59 ` Clemens Ladisch
2007-02-06 20:40   ` Gerald Grabner [this message]

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=45C8E7CB.9000700@gmx.net \
    --to=gerald.grabner@gmx.net \
    --cc=alsa-devel@lists.sourceforge.net \
    --cc=cladisch@fastmail.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.