summaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorTobias Jahnke <tobias.jahnke@microchip.com>2018-10-04 16:37:19 +0200
committerTobias Jahnke <tobias.jahnke@microchip.com>2018-10-04 16:37:19 +0200
commitde9d75e591820b59304b1037faf92a952a6ed7b2 (patch)
tree90d33f97e3423f58486ef9c7bb3a2f5893ba870d /data
parent1b2eb59959fdf4e1f33e5e7c487bab5b54386cb6 (diff)
agl-service-unicens: support microphone front-end
Bug-AGL: SPEC-1759 - updates app-templates - adds routing setup of microphone front-end - adds web-ui buttons to control microphone front-end Change-Id: Ie18ec2f40a1b1fce348d32d28c64a4a3b289d55f Signed-off-by: Tobias Jahnke <tobias.jahnke@microchip.com>
Diffstat (limited to 'data')
-rw-r--r--data/config_multichannel_audio_kit.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/data/config_multichannel_audio_kit.xml b/data/config_multichannel_audio_kit.xml
index 51d2fdc..ed14320 100644
--- a/data/config_multichannel_audio_kit.xml
+++ b/data/config_multichannel_audio_kit.xml
@@ -10,6 +10,19 @@
<MOSTSocket Route="5.1 DVD Player Effect" Offset="8" Bandwidth="4"/>
</Splitter>
</SyncConnection>
+ <SyncConnection MuteMode="NoMuting">
+ <MOSTSocket Bandwidth="4" Route="Route_NoiseCanceled_Microphone" />
+ <USBSocket EndpointAddress="0x81" FramesPerTransaction="128" />
+ </SyncConnection>
+ </Node>
+
+ <!-- Microphone Front-End -->
+ <Node Address="0x520">
+ <StreamPort ClockConfig="64Fs" DataAlignment="Left16Bit" />
+ <SyncConnection MuteMode="NoMuting">
+ <StreamSocket StreamPinID="SRXA0" Bandwidth="4" />
+ <MOSTSocket Route="Route_NoiseCanceled_Microphone" Bandwidth="4" />
+ </SyncConnection>
</Node>
<!-- Fiberdyne Amplifier -->