diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2018-12-17 23:36:13 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2018-12-18 02:08:02 +0000 |
commit | be746118574c2adbb52f91f79b4178f37cccbc78 (patch) | |
tree | d9fc57db6ec26b30cbbdd33def030a1f77bf5d28 /4a-hal-cfg-community/hal-4a-csl-cm106-8ch-usb.json | |
parent | 265d86db7def5605268add40de36f174888d3df6 (diff) |
Move hal configuration files into 4a-hal-configs repository
The configuration files should not be shipped with the sources.
Therefore we created a 4a-hal-configs repository as the central place for configs.
Move the configs there but leave and example in 4a-hal-cfg-example.
Bug-AGL: SPEC-2011
Change-Id: If3bed9a05955b9c6458656fabbe3ee12d1c5015b
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to '4a-hal-cfg-community/hal-4a-csl-cm106-8ch-usb.json')
-rw-r--r-- | 4a-hal-cfg-community/hal-4a-csl-cm106-8ch-usb.json | 290 |
1 files changed, 0 insertions, 290 deletions
diff --git a/4a-hal-cfg-community/hal-4a-csl-cm106-8ch-usb.json b/4a-hal-cfg-community/hal-4a-csl-cm106-8ch-usb.json deleted file mode 100644 index 09bfcfa..0000000 --- a/4a-hal-cfg-community/hal-4a-csl-cm106-8ch-usb.json +++ /dev/null @@ -1,290 +0,0 @@ -{ - "$schema": "http://iot.bzh/download/public/schema/json/ctl-schema.json", - "metadata": { - "uid": "/dev/snd/by-id/usb-0d8c_USB_Sound_Device-00", - "version": "0.9", - "api": "4a-hal-csl-cm106-8ch-usb", - "require": [ "alsacore", "smixer" ], - "info": "4a hal for CSL CM106 8ch USB device", - "author": "Jonathan Aillet", - "date": "2018-06-09" - }, - "resources": [ - { - "uid": "hal-bt", - "info": "Bluetooth hal plugin to get A2DP bluetooth device as an input by tweaking softmixer configuration", - "params": { - "channels": 2, - "zone": "front-seats" - }, - "libs": ["hal-bt.ctlso"] - } - ], - "controls": [ - { - "uid": "ping", - "info": "Ping hal", - "action": "api://4a-hal-manager#ping" - } - ], - "halmap": [ - { - "uid": "agl-mic-capture-volume", - "alsa": { - "name": "Mic Capture Volume", - "value": 60 - } - }, - { - "uid": "agl-speaker-playback-volume", - "alsa": { - "numid": 8, - "value": 80 - } - }, - { - "uid": "hal-ping", - "info": "ping this hal through alsa", - "alsa": { - "name": "Hal-Ping", - "value": 20, - "create": - { - "type": "INTEGER", - "count": 1, - "minval": 0, - "maxval": 100, - "step": 1 - } - }, - "action": "api://4a-hal-csl-cm106-8ch-usb#ping" - } - ], - "halmixer": { - "uid": "csl-cm106-8ch-usb", - "mixerapi": "smixer", - "prefix": "cm106-usb", - "ramps": [ - { - "uid": "ramp-fast", - "delay": 50, - "up": 10, - "down": 3 - }, - { - "uid": "ramp-slow", - "delay": 250, - "up": 3, - "down": 1 - }, - { - "uid": "ramp-normal", - "delay": 100, - "up": 6, - "down": 2 - } - ], - "playbacks" : { - "uid": "CSL-CM106-8CH-USB", - "path": "/dev/snd/by-id/usb-0d8c_USB_Sound_Device-00", - "params": { - "rate": 48000 - }, - "sink": { - "controls": { - "volume": { - "name": "Speaker Playback Volume", - "value": 80 - }, - "mute": { - "name": "Speaker Playback Switch" - } - }, - "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 - }, - { - "uid": "center-right", - "port": 6 - }, - { - "uid": "center-left", - "port": 7 - } - ] - } - }, - "captures": { - "uid": "CSL-CM106-8CH-USB", - "path": "/dev/snd/by-id/usb-0d8c_USB_Sound_Device-00", - "params": { - "rate": 48000 - }, - "source": { - "controls": { - "volume": { - "name": "Capture Volume" - }, - "mute": { - "name": "Capture Switch" - } - }, - "channels": [ - { - "uid": "mic-right", - "port": 0 - }, - { - "uid": "mic-left", - "port": 1 - } - ] - } - }, - "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 - } - }, - { - "uid": "navigation", - "verb": "navigation", - "zone": "front-seats", - "volume": 70, - "mute": false, - "params": { - "rate": 48000 - } - }, - { - "uid": "emergency", - "verb": "emergency", - "zone": "front-seats", - "volume": 60, - "mute": false, - "params": { - "rate": 48000 - } - }, - { - "uid": "legacy", - "verb": "legacy", - "zone": "back-seats", - "source": "loop-legacy", - "volume": 50, - "mute": false, - "params": { - "rate": 48000 - } - }, - { - "uid": "radio_stream", - "verb": "radio_stream", - "zone": "full-stereo", - "volume": 70, - "mute": true, - "params": { - "rate" : 48000 - } - } - ] - } -} |