summaryrefslogtreecommitdiffstats
path: root/cfg/hal-4a-unicens-118.json
diff options
context:
space:
mode:
authorTobias Jahnke <tobias.jahnke@microchip.com>2018-11-20 09:46:04 +0100
committerTobias Jahnke <tobias.jahnke@microchip.com>2018-12-18 13:01:13 +0100
commit8dc6241c47e500a51afb3db1c77ac4c234f11b17 (patch)
treea70af64c65a2d410165fee31811ba41b8214116a /cfg/hal-4a-unicens-118.json
parentc2d8afaf9979b1f18d546aca7ddaab5192a4629a (diff)
hal-unicens: introduced mutexes, update config
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>
Diffstat (limited to 'cfg/hal-4a-unicens-118.json')
-rw-r--r--cfg/hal-4a-unicens-118.json265
1 files changed, 0 insertions, 265 deletions
diff --git a/cfg/hal-4a-unicens-118.json b/cfg/hal-4a-unicens-118.json
deleted file mode 100644
index a45867e..0000000
--- a/cfg/hal-4a-unicens-118.json
+++ /dev/null
@@ -1,265 +0,0 @@
-{
- "$schema": "http://iot.bzh/download/public/schema/json/ctl-schema.json",
- "metadata": {
- "uid": "/dev/snd/by-id/usb-Microchip-SMSC_OS81118_0000-0000004C-02",
- "version": "0.9",
- "api": "4a-hal-unicens",
- "require": [ "alsacore", "UNICENS", "smixer" ],
- "info": "4a HAL for UNICENS for OS81118",
- "author": "Jonathan Aillet",
- "date": "2018-06-15"
- },
- "resources": [
- {
- "uid": "hal-unicens",
- "info": "UNICENS HAL plugin",
- "spath": "./package/lib/plugins:./package/var:./lib/plugins:./var:/usr/libexec/agl/4a-hal",
- "libs": ["hal-unicens.ctlso"]
- }
- ],
- "onload": [
- {
- "uid": "init-audio-hal",
- "info": "Init current HAL",
- "action": "plugin://hal-unicens#Init"
- }
- ],
- "controls": [
- {
- "uid": "ping",
- "info": "Ping hal",
- "action": "api://4a-hal-manager#ping"
- }
- ],
- "events": [
- {
- "uid": "UNICENS/node-availibility",
- "action": "plugin://hal-unicens#Events"
- }
- ],
- "halmap": [
- {
- "uid": "agl-master-playback-volume",
- "info": "Sets master playback volume",
- "alsa": {
- "name": "Master Playback Volume",
- "value": 80,
- "create":
- {
- "type": "INTEGER",
- "count": 1,
- "minval": 0,
- "maxval": 100,
- "step": 1
- }
- },
- "action": "plugin://hal-unicens#MasterVol"
- },
- {
- "uid": "agl-pcm-playback-volume",
- "info": "Sets PCM playback volume",
- "alsa": {
- "name": "PCM Playback Volume",
- "value": 100,
- "create":
- {
- "type": "INTEGER",
- "count": 1,
- "minval": 0,
- "maxval": 100,
- "step": 1
- }
- },
- "action": "plugin://hal-unicens#PCMVol"
- }
- ],
- "halmixer": {
- "uid": "unicens",
- "mixerapi": "smixer",
- "prefix": "ucs",
- "ramps": [
- {
- "uid": "ramp-fast",
- "delay": 50,
- "up": 2,
- "down": 10
- },
- {
- "uid": "ramp-normal",
- "delay": 50,
- "up": 2,
- "down": 4
- },
- {
- "uid": "ramp-slow",
- "delay": 100,
- "up": 1,
- "down": 1
- }
- ],
- "playbacks" : {
- "uid": "UNICENS",
- "path": "/dev/snd/by-id/usb-Microchip-SMSC_OS81118_0000-0000004C-02",
- "params": {
- "rate": 48000,
- "format": "S16_LE"
- },
- "sink": {
- "channels": [
- {
- "uid": "front-right",
- "port": 0
- },
- {
- "uid": "front-left",
- "port": 1
- },
- {
- "uid": "middle-right",
- "port": 2
- },
- {
- "uid": "middle-left",
- "port": 3
- },
- {
- "uid": "back-right",
- "port": 4
- },
- {
- "uid": "back-left",
- "port": 5
- }
- ]
- }
- },
- "zones": [
- {
- "uid": "full-stereo",
- "sink": [
- {
- "target": "front-right",
- "channel": 0
- },
- {
- "target": "front-left",
- "channel": 1
- },
- {
- "target": "middle-right",
- "channel": 0
- },
- {
- "target": "middle-left",
- "channel": 1
- },
- {
- "target": "back-right",
- "channel": 0
- },
- {
- "target": "back-left",
- "channel": 1
- }
- ]
- },
- {
- "uid": "front-seats",
- "sink": [
- {
- "target": "front-right",
- "channel": 0
- },
- {
- "target": "front-left",
- "channel": 1
- }
- ]
- },
- {
- "uid": "middle-seats",
- "sink": [
- {
- "target": "middle-right",
- "channel": 0
- },
- {
- "target": "middle-left",
- "channel": 1
- }
- ]
- },
- {
- "uid": "back-seats",
- "sink": [
- {
- "target": "back-right",
- "channel": 0
- },
- {
- "target": "back-left",
- "channel": 1
- }
- ]
- }
- ],
- "streams": [
- {
- "uid": "multimedia",
- "verb": "multimedia",
- "zone": "full-stereo",
- "volume": 60,
- "mute": false,
- "params": {
- "rate": 48000,
- "format": "S16_LE"
- }
- },
- {
- "uid": "navigation",
- "verb": "navigation",
- "zone": "front-seats",
- "volume": 70,
- "mute": false,
- "params": {
- "rate": 48000,
- "format": "S16_LE"
- }
- },
- {
- "uid": "emergency",
- "verb": "emergency",
- "zone": "front-seats",
- "volume": 60,
- "mute": false,
- "params": {
- "rate": 48000,
- "format": "S16_LE"
- }
- },
- {
- "uid": "legacy",
- "verb": "legacy",
- "zone": "back-seats",
- "source": "loop-legacy",
- "volume": 50,
- "mute": false,
- "params": {
- "rate": 48000,
- "format": "S16_LE"
- }
- },
- {
- "uid": "radio_stream",
- "verb": "radio_stream",
- "zone": "full-stereo",
- "volume": 70,
- "mute": true,
- "params": {
- "rate" : 48000,
- "format": "S16_LE"
- }
- }
- ]
- }
-}