THX Giso.   <br><br>I already looked into the .asoundrc Wiki.  I couldn&#39;t really make sense of it. <br><br>I &#39;ll checkout Jack. I just wanted to avoid another layer in the chain. I also didn&#39;t want to mix things<br>
on the PC side.  I didn&#39;t expect difficulties to send three stereo streams straight to the device mixer.<br><br>For now the easiset solution I figured out would be to play a multichannel wav:<br><br>sox -M 1.wav 2.wav 3.wav -t wavpcm - |  aplay -D plughw:0,0 -f cd<br>
<br>Cheers<br><div class="gmail_quote"><br><br>On Mon, Oct 26, 2009 at 3:23 PM, Giso Grimm <span dir="ltr">&lt;<a href="mailto:gg3137@vegri.net">gg3137@vegri.net</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi Klaus,<br>
<br>
the ALSA hardware device is just a single 18 channel (or whatever number<br>
of channels you have) device. The ALSA plughw-device does some mapping,<br>
which allows playback of different channel count on your multichannel<br>
card. The signal routing can be controlled in the ALSA settings (see<br>
&#39;route_policy&#39;).<br>
<br>
To simultaneously access the single device with different applications<br>
you should define a &#39;dmix&#39; software device. I am not an expert on dmix<br>
settings, it is described on<br>
<br>
<a href="http://www.alsa-project.org/main/index.php/Asoundrc" target="_blank">http://www.alsa-project.org/main/index.php/Asoundrc</a><br>
<br>
However, I did not find a documentation on how to setup multiple stereo<br>
devices with different output channels.<br>
<br>
All this is no problem at all with jack, simply connect any client to<br>
the channels you want (or route from client to client). Most<br>
applications support jack, so it should not be a problem. No GUI is<br>
needed (for headless setups).<br>
<br>
--<br>
<font color="#888888">Giso<br>
</font><div><div></div><div class="h5"><br>
<br>
Klaus Schulz wrote:<br>
&gt; Hi folks.<br>
&gt;<br>
&gt; On my quest to get  more then two channels from Alsa out to the 9632<br>
&gt; I stepped over this:<br>
&gt;<br>
&gt; I figured that there is just a  pcm0p  under /proc/asound/card0.<br>
&gt;<br>
&gt; Shouldn&#39;t there be pcm0p...pcm7p reflecting the 8 Alsa stereo channels<br>
&gt; on the HDSP?<br>
&gt;<br>
&gt; What am I mixing up here?<br>
<br>
</div></div></blockquote></div><br>