All of lore.kernel.org
 help / color / mirror / Atom feed
* Determining the plugins being used?
@ 2011-09-12 19:16 Raymond Toy
  2011-09-12 20:31 ` Clemens Ladisch
  0 siblings, 1 reply; 4+ messages in thread
From: Raymond Toy @ 2011-09-12 19:16 UTC (permalink / raw)
  To: alsa-devel

Is there a way to determine the plugins being used?  I notice that
snd_pcm_dump produces information about the various plugins that are being
used.  In one of test case, aplay -v shows that it's using  a rate
conversion plugin, a slave for Direct Stream Mixing PCM, and finally, the
actual hardware PCM card.

For my application, it would be nice to know if we're using the pulse audio
plugin so that I can setup our code appropriately.  (The period interrupts
are not what we were expecting, so we need to use a different code path.)
 If we're using the dmix plugin, the period interrupts can match our
expectations, so we want to use a low-latency path.

What is the appropriate way to determine the plugins used?

Ray

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-09-13  6:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-12 19:16 Determining the plugins being used? Raymond Toy
2011-09-12 20:31 ` Clemens Ladisch
2011-09-12 21:04   ` Raymond Toy
2011-09-13  6:54     ` Clemens Ladisch

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.