<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
OK, new theory.&nbsp; Perhaps I am seeing poorly written ALSA code in
applications, trying to write to hw:0, bypassing my 'default'
statements in asound.conf.&nbsp; Is there a way in asound.conf to reset
device numbers to specific alphanumeric names?&nbsp; In my case, if I am
understanding this correctly, to set hw:0 to point to hw:jack ?<br>
<br>
J.E.B.<br>
<br>
<blockquote
 cite="mid:a075431a0910261220h3f1b3f72m37fb8ec41ba5d8cf@mail.gmail.com"
 type="cite">
  <blockquote type="cite">
    <pre wrap="">OK, perhaps a stupid question: &nbsp;does jackd mix? &nbsp;In other words, let's
say we have two or more audio applications outputting to Jack; will Jack
mix the streams? &nbsp;Or does it send them each independently to the sound
driver?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Well, yes.  The mixing is done on a port-by-port basis.  Whenever
there is more than one input connected to a JACK port the
corresponding samples are added together.

This can produce float values greater than 1.0, which will overflow
when routed to a physical output device.  But, there are many JACK
applications that allow you to adjust output levels.
  </pre>
</blockquote>
<br>
</body>
</html>