All of lore.kernel.org
 help / color / mirror / Atom feed
From: Clemens Ladisch <clemens@ladisch.de>
To: Aldrin Martoq <amartoq@dcc.uchile.cl>
Cc: Takashi Iwai <tiwai@suse.de>, alsa-devel <alsa-devel@alsa-project.org>
Subject: Re: [PATCH] alsa-lib: issues in snd_seq_change_bit and some enhancements
Date: Thu, 21 Feb 2008 08:59:29 +0100	[thread overview]
Message-ID: <47BD2F61.7070103@ladisch.de> (raw)
In-Reply-To: <1203577712.13752.33.camel@localhost>

Aldrin Martoq wrote:
> 1) snd_seq_change_bit is not working as expected.

Indeed.

> 2) There is no sane way to clear the event_filter of
> snd_seq_client_info_t structure. Because the structure is opaque, we
> cannot memset to zero because the user doesn't know the size of the
> bitmap.

The event type is an 8-bit quantity; this is part of the sequencer API.
The bitmap has exactly 256 bits, i.e., 32 bytes.

It would be nice if this were actually documented ...


Regards,
Clemens

  reply	other threads:[~2008-02-21  7:57 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-02-21  7:08 [PATCH] alsa-lib: issues in snd_seq_change_bit and some enhancements Aldrin Martoq
2008-02-21  7:59 ` Clemens Ladisch [this message]
2008-02-21  9:12   ` Aldrin Martoq
2008-02-21 11:36     ` Takashi Iwai
2008-02-22  5:25       ` Aldrin Martoq
2008-02-22 16:50         ` Takashi Iwai

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=47BD2F61.7070103@ladisch.de \
    --to=clemens@ladisch.de \
    --cc=alsa-devel@alsa-project.org \
    --cc=amartoq@dcc.uchile.cl \
    --cc=tiwai@suse.de \
    /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.