aboutsummaryrefslogtreecommitdiffstats
path: root/data/config_multichannel_audio_kit.xml
diff options
context:
space:
mode:
Diffstat (limited to 'data/config_multichannel_audio_kit.xml')
-rw-r--r--data/config_multichannel_audio_kit.xml35
1 files changed, 25 insertions, 10 deletions
diff --git a/data/config_multichannel_audio_kit.xml b/data/config_multichannel_audio_kit.xml
index 1cbe31f..51d2fdc 100644
--- a/data/config_multichannel_audio_kit.xml
+++ b/data/config_multichannel_audio_kit.xml
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<Unicens AsyncBandwidth="20" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="unicens.xsd">
- <!-- Server Node -->
- <Node Address="0x200">
+ <!-- Head Unit -->
+ <Node Address="0x200" Name="Head Unit">
<SyncConnection MuteMode="NoMuting">
<USBSocket EndpointAddress="0x1" FramesPerTransaction="42"/>
<Splitter BytesPerFrame="12">
@@ -11,9 +11,25 @@
</Splitter>
</SyncConnection>
</Node>
-
+
+ <!-- Fiberdyne Amplifier -->
+ <Node Address="0x510" Name="Fiberdyne Amplifier">
+ <StreamPort ClockConfig="64Fs" DataAlignment="Seq"/>
+ <SyncConnection MuteMode="NoMuting">
+ <Combiner BytesPerFrame="8">
+ <MOSTSocket Route="5.1 DVD Player Front" Bandwidth="4" Offset="0"/>
+ <MOSTSocket Route="5.1 DVD Player Rear" Bandwidth="4" Offset="4"/>
+ </Combiner>
+ <StreamSocket StreamPinID="SRXA0" Bandwidth="8"/>
+ </SyncConnection>
+ <SyncConnection MuteMode="NoMuting">
+ <MOSTSocket Route="5.1 DVD Player Effect" Bandwidth="4"/>
+ <StreamSocket StreamPinID="SRXA1" Bandwidth="4"/>
+ </SyncConnection>
+ </Node>
+
<!-- 1st Slim Amplifier -->
- <Node Address="0x270" Script="slim-amp-config">
+ <Node Address="0x270" Script="slim-amp-config" Name="1st Slim Amplifier">
<StreamPort ClockConfig="64Fs" DataAlignment="Left16Bit"/>
<SyncConnection MuteMode="NoMuting">
<MOSTSocket Route="5.1 DVD Player Front" Bandwidth="4"/>
@@ -21,7 +37,7 @@
</SyncConnection>
</Node>
<!-- 2nd Slim Amplifier -->
- <Node Address="0x271" Script="slim-amp-config">
+ <Node Address="0x271" Script="slim-amp-config" Name="2nd Slim Amplifier">
<StreamPort ClockConfig="64Fs" DataAlignment="Left16Bit"/>
<SyncConnection MuteMode="NoMuting">
<MOSTSocket Route="5.1 DVD Player Rear" Bandwidth="4"/>
@@ -29,7 +45,7 @@
</SyncConnection>
</Node>
<!-- 3rd Slim Amplifier -->
- <Node Address="0x272" Script="slim-amp-config">
+ <Node Address="0x272" Script="slim-amp-config" Name="3rd Slim Amplifier">
<StreamPort ClockConfig="64Fs" DataAlignment="Left16Bit"/>
<SyncConnection MuteMode="NoMuting">
<MOSTSocket Route="5.1 DVD Player Effect" Bandwidth="4"/>
@@ -53,7 +69,7 @@
</Script>
<!-- 1st Aux IO -->
- <Node Address="0x240" Script="aux-io-config">
+ <Node Address="0x240" Script="aux-io-config" Name="1st Aux IO">
<StreamPort ClockConfig="64Fs" DataAlignment="Left16Bit"/>
<SyncConnection MuteMode="NoMuting">
<MOSTSocket Route="5.1 DVD Player Front" Bandwidth="4"/>
@@ -61,7 +77,7 @@
</SyncConnection>
</Node>
<!-- 2nd Aux IO -->
- <Node Address="0x241" Script="aux-io-config">
+ <Node Address="0x241" Script="aux-io-config" Name="2nd Aux IO">
<StreamPort ClockConfig="64Fs" DataAlignment="Left16Bit"/>
<SyncConnection MuteMode="NoMuting">
<MOSTSocket Route="5.1 DVD Player Rear" Bandwidth="4"/>
@@ -69,7 +85,7 @@
</SyncConnection>
</Node>
<!-- 3rd Aux IO -->
- <Node Address="0x242" Script="aux-io-config">
+ <Node Address="0x242" Script="aux-io-config" Name="3rd Aux IO">
<StreamPort ClockConfig="64Fs" DataAlignment="Left16Bit"/>
<SyncConnection MuteMode="NoMuting">
<MOSTSocket Route="5.1 DVD Player Effect" Bandwidth="4"/>
@@ -83,6 +99,5 @@
Payload="00 0f 02 01 00 00 02 a5 df 03 3f 3f 04 02 02 10 30 30 11 00 00 12 00 00 13 00 00 14 00 00"/>
<I2CPortWrite Mode="BurstMode" BlockCount="4" Address="0x18" Length="3" Timeout="100"
Payload="20 00 00 21 00 00 22 00 00 23 00 00"/>
- <GPIOPortPinMode PinConfiguration="03 35 04 35 05 35 06 35 07 41 08 40"/>
</Script>
</Unicens>