From: James Courtier-Dutton <James@superbug.demon.co.uk>
To: Takashi Iwai <tiwai@suse.de>
Cc: alsa-devel <alsa-devel@lists.sourceforge.net>
Subject: Re: trigger problems.
Date: Sat, 17 Jul 2004 23:37:12 +0100 [thread overview]
Message-ID: <40F9AA18.7030905@superbug.demon.co.uk> (raw)
In-Reply-To: <s5h7jt6afbe.wl@alsa2.suse.de>
Takashi Iwai wrote:
>
>
> We can do it with linked substreams.
> For example, see ice1724 driver (snc_ice1724_pcm_trigger).
>
> Basically, the trigger callback checks each substream belonging to the
> called substream via snd_pcm_group_for_each(). If it's one of yours,
> stamp it via snd_pcm_trigger_done(), so that the trigger callback to
> this substream will be skipped.
>
> BTW, both two cases above can coexist.
> ice1724 drivers has two PCM devices, one for multi-channel up to 8 and
> another for three indepdent 2ch-stereo streams.
>
>
> Takashi
>
>
Thanks for the info. I implemented it, so that there is only one trigger
register access for all 3 substreams, but even that did not help. I
still have multiple interrrupts. I suppose it was worth a try.
I will have to think of something else.
Thanks
James
-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
next prev parent reply other threads:[~2004-07-17 22:37 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-07-14 12:52 trigger problems James Courtier-Dutton
2004-07-14 12:51 ` Jaroslav Kysela
2004-07-14 13:28 ` Takashi Iwai
2004-07-17 22:37 ` James Courtier-Dutton [this message]
2004-07-14 13:36 ` Giuliano Pochini
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=40F9AA18.7030905@superbug.demon.co.uk \
--to=james@superbug.demon.co.uk \
--cc=alsa-devel@lists.sourceforge.net \
--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.