summaryrefslogtreecommitdiffstats
path: root/cfg/hal-4a-unicens-coax.json
AgeCommit message (Collapse)AuthorFilesLines
2018-12-19Add unicens input plugin for md microphoneJonathan Aillet1-0/+6
Add unicens input plugin for multi-directionnal microphone. Update the unciens hal to load this plugin. Change-Id: I933ed6ff3a709d0c11bf86e64c83559a38386e98 Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
2018-12-19Rename unicens plugin as output unicens pluginJonathan Aillet1-13/+6
Move all files according plugin name changes. Update cmake files. Update unicens configuration file. Change-Id: I468430dfbc885ec0bfa03a179a9dd4f14de3f1d0 Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
2018-12-18hal-unicens: update json filesTobias Jahnke1-29/+0
- remove legacy stream which is managed by softmixer now - remove PCM volume which is not needed now Signed-off-by: Tobias Jahnke <tobias.jahnke@microchip.com>
2018-12-18hal-unicens: removed unused sections, updated jsonTobias Jahnke1-5/+5
Bug-AGL: SPEC-1505 Signed-off-by: Tobias Jahnke <tobias.jahnke@microchip.com>
2018-12-18hal-unicens: introduced mutexes, update configTobias Jahnke1-0/+265
Bug-AGL: SPEC-1505 - increase default volume - introduced mutexes to avoid conc. access - enable again message transmission which was disabled for debugging Signed-off-by: Tobias Jahnke <tobias.jahnke@microchip.com>