summaryrefslogtreecommitdiffstats
path: root/.gitmodules
diff options
context:
space:
mode:
Diffstat (limited to '.gitmodules')
0 files changed, 0 insertions, 0 deletions
id='n86' href='#n86'>86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114
<?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">
    <SyncConnection MuteMode="NoMuting">
      <USBSocket EndpointAddress="0x1" FramesPerTransaction="42"/>
      <Splitter BytesPerFrame="12">
        <MOSTSocket Route="5.1 DVD Player Front" Offset="0" Bandwidth="4"/>
        <MOSTSocket Route="5.1 DVD Player Rear" Offset="4" Bandwidth="4"/>
        <MOSTSocket Route="5.1 DVD Player Effect" Offset="8" Bandwidth="4"/>
      </Splitter>
    </SyncConnection>
  </Node>
  
  <!-- 1st Microphone -->
  <Node Address="0x210">
    <StreamPort ClockConfig="64Fs" DataAlignment="Left24Bit"/>
    <SyncConnection MuteMode="NoMuting">
      <StreamSocket StreamPinID="SRXA0" Bandwidth="6"/>
      <MOSTSocket Route="Microphone1" Bandwidth="6"/>
    </SyncConnection>
  </Node>

  <!-- 2nd Microphone -->
  <Node Address="0x211">
    <StreamPort ClockConfig="64Fs" DataAlignment="Left24Bit"/>
    <SyncConnection MuteMode="NoMuting">
      <StreamSocket StreamPinID="SRXA0" Bandwidth="6"/>
      <MOSTSocket Route="Microphone2" Bandwidth="6"/>
    </SyncConnection>
  </Node>

  <!-- 3rd Microphone -->
  <Node Address="0x212">
    <StreamPort ClockConfig="64Fs" DataAlignment="Left24Bit"/>
    <SyncConnection MuteMode="NoMuting">
      <StreamSocket StreamPinID="SRXA0" Bandwidth="6"/>
      <MOSTSocket Route="Microphone3" Bandwidth="6"/>
    </SyncConnection>
  </Node>

  <!-- 1st Slim Amplifier -->
  <Node Address="0x270" Script="slim-amp-config">
    <StreamPort ClockConfig="64Fs" DataAlignment="Left16Bit"/>
    <SyncConnection MuteMode="NoMuting">
      <MOSTSocket Route="5.1 DVD Player Front" Bandwidth="4"/>
      <StreamSocket StreamPinID="SRXA0" Bandwidth="4"/>
    </SyncConnection>
  </Node>
  <!-- 2nd Slim Amplifier -->
  <Node Address="0x271" Script="slim-amp-config">
    <StreamPort ClockConfig="64Fs" DataAlignment="Left16Bit"/>
    <SyncConnection MuteMode="NoMuting">
      <MOSTSocket Route="5.1 DVD Player Rear" Bandwidth="4"/>
      <StreamSocket StreamPinID="SRXA0" Bandwidth="4"/>
    </SyncConnection>
  </Node>
  <!-- 3rd Slim Amplifier -->
  <Node Address="0x272" Script="slim-amp-config">
    <StreamPort ClockConfig="64Fs" DataAlignment="Left16Bit"/>
    <SyncConnection MuteMode="NoMuting">
      <MOSTSocket Route="5.1 DVD Player Effect" Bandwidth="4"/>
      <StreamSocket StreamPinID="SRXA0" Bandwidth="4"/>
    </SyncConnection>
  </Node>
  <Script Name="slim-amp-config">
    <I2CPortCreate Speed="FastMode"/>
    <I2CPortWrite Address="0x2A" Payload="1B 80"/>
    <I2CPortWrite Address="0x2A" Payload="11 B8"/>
    <I2CPortWrite Address="0x2A" Payload="12 60"/>
    <I2CPortWrite Address="0x2A" Payload="13 A0"/>
    <I2CPortWrite Address="0x2A" Payload="14 48"/>
    <I2CPortWrite Address="0x2A" Payload="20 00 89 77 72"/>
    <I2CPortWrite Address="0x2A" Payload="06 00"/>
    <I2CPortWrite Address="0x2A" Payload="05 00"/>
    <!-- Register 7: Master Volume (Max Volume=07 00 00 and Min Volume=07 03 FF) -->
    <!--   - together with HAL-MOST-UNICENS binding use "07 03 FF" = muted after start -->
    <!--   - otherwise use "07 01 50" = default volume -->
    <I2CPortWrite Address="0x2A" Payload="07 03 FF"/>
  </Script>

  <!-- 1st Aux IO -->
  <Node Address="0x240" Script="aux-io-config">
    <StreamPort ClockConfig="64Fs" DataAlignment="Left16Bit"/>
    <SyncConnection MuteMode="NoMuting">
      <MOSTSocket Route="5.1 DVD Player Front" Bandwidth="4"/>
      <StreamSocket StreamPinID="SRXA1" Bandwidth="4"/>
    </SyncConnection>
  </Node>
  <!-- 2nd Aux IO -->
  <Node Address="0x241" Script="aux-io-config">
    <StreamPort ClockConfig="64Fs" DataAlignment="Left16Bit"/>
    <SyncConnection MuteMode="NoMuting">
      <MOSTSocket Route="5.1 DVD Player Rear" Bandwidth="4"/>
      <StreamSocket StreamPinID="SRXA1" Bandwidth="4"/>
    </SyncConnection>
  </Node>
  <!-- 3rd Aux IO -->
  <Node Address="0x242" Script="aux-io-config">
    <StreamPort ClockConfig="64Fs" DataAlignment="Left16Bit"/>
    <SyncConnection MuteMode="NoMuting">
      <MOSTSocket Route="5.1 DVD Player Effect" Bandwidth="4"/>
      <StreamSocket StreamPinID="SRXA1" Bandwidth="4"/>
    </SyncConnection>
  </Node>
  <!-- Script for Aux IO -->
  <Script Name="aux-io-config">
    <I2CPortCreate Speed="FastMode"/>
    <I2CPortWrite Mode="BurstMode" BlockCount="10" Address="0x18" Length="3" Timeout="100"
                  Payload="00 0f 02 01 00 00 02 a5 df 03 3f 3f 04 02 02 10 00 00 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"/>
  </Script>
</Unicens>