<p>><br>
> I want to split the different outputs ports of my surround card to different sinks. For this, I'm trying to use module-remap-sink with the following lines in my /etc/pulse/<a href="http://default.pa">default.pa</a>:<br>
><br>
> load-module module-remap-sink sink_name=speakers remix=no master=alsa_output.pci-0000_00_1b.0.analog-surround-51 channels=2 master_channel_map=front-left,front-right channel_map=front-left,front-right<br>
> load-module module-remap-sink sink_name=headphones remix=no master=alsa_output.pci-0000_00_1b.0.analog-surround-51 channels=2 master_channel_map=rear-left,rear-right channel_map=front-left,front-right</p>
<p>For multiple stereo streams , it is better done in driver if your desktop are using intel hda controller which may support four SDO which allow you to playback four streams concurrently</p>
<p> gcap = azx_readw(chip, GCAP);<br>
dev_dbg(card->dev, "chipset global capabilities = 0x%x\n", gcap);</p>
<p>Compile the debug version driver and check the global capabilities to find out the number of SDO and SDI<br>
</p>