diff options
Diffstat (limited to '4a-hal-references-boards-cfg')
3 files changed, 0 insertions, 417 deletions
diff --git a/4a-hal-references-boards-cfg/CMakeLists.txt b/4a-hal-references-boards-cfg/CMakeLists.txt deleted file mode 100644 index f47201d..0000000 --- a/4a-hal-references-boards-cfg/CMakeLists.txt +++ /dev/null @@ -1,31 +0,0 @@ -########################################################################### -# Copyright 2017, 2018 IoT.bzh -# -# author: Fulup Ar Foll <fulup@iot.bzh> -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -########################################################################### - -################################################## -# Control Policy Config file -################################################## -PROJECT_TARGET_ADD(4a-hal-references-boards-cfg) - - file(GLOB CONF_FILES "*.json") - - add_input_files("${CONF_FILES}") - - SET_TARGET_PROPERTIES(${TARGET_NAME} PROPERTIES - LABELS "BINDING-CONFIG" - OUTPUT_NAME ${TARGET_NAME} - ) diff --git a/4a-hal-references-boards-cfg/hal-4a-jon-home-usb-card.json b/4a-hal-references-boards-cfg/hal-4a-jon-home-usb-card.json deleted file mode 100644 index 802d11e..0000000 --- a/4a-hal-references-boards-cfg/hal-4a-jon-home-usb-card.json +++ /dev/null @@ -1,187 +0,0 @@ -{ - "$schema": "http://iot.bzh/download/public/schema/json/ctl-schema.json", - "metadata": { - "uid": "/dev/snd/by-id/usb-C-Media_Electronics_Inc._USB_Audio_Device-00", - "version": "0.9", - "api": "4a-hal-jon-home-usb-card", - "require": [ "alsacore", "softmixer" ], - "info": "4a hal for Jon's Home USB Card Audio", - "author": "Jonathan Aillet", - "date": "2018-05-18" - }, - "onload": [ - { - "uid": "init-audio-hal", - "info": "Init current HAL", - "action": "api://4a-hal-manager#ping" - } - ], - "controls": [ - { - "uid": "ping", - "info": "Ping hal", - "action": "api://4a-hal-manager#ping" - } - ], - "events": [ - { - "uid": "api/status_changed", - "action": "api://4a-hal-manager#ping" - } - ], - "halmap": [ - { - "uid": "agl-speaker-playback-switch", - "alsa": { - "name": "Speaker Playback Switch", - "value": 12 - } - }, - { - "uid": "agl-speaker-playback-volume", - "alsa": { - "numid": 6, - "value": 34 - } - }, - { - "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-jon-home-usb-card#ping" - } - ], - "halmixer": { - "uid": "jon-home-usb-card-mixer", - "mixerapi": "softmixer", - "backend": { - "uid": "Jon-Home-USB-Card-Audio", - "devpath": "/dev/snd/by-id/usb-C-Media_Electronics_Inc._USB_Audio_Device-00", - "sink": [ - { - "uid": "front-right", - "port": 0 - }, - { - "uid": "front-left", - "port": 1 - } - ] - }, - "frontend" : { - "uid": "Alsa-Loop", - "devpath": "/dev/snd/by-path/platform-snd_aloop.0", - "params": { - "rate": 48000 - }, - "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 - } - ], - "devices": { - "playback": 0, - "capture": 1 - }, - "subdevs": [ - { - "subdev": 0, - "numid": 51 - }, - { - "subdev": 1, - "numid": 57 - }, - { - "subdev": 2, - "numid": 63 - }, - { - "subdev": 3, - "numid": 69 - }, - { - "subdev": 4, - "numid": 75 - }, - { - "subdev": 5, - "numid": 81 - }, - { - "subdev": 6, - "numid": 87 - }, - { - "subdev": 7, - "numid": 93 - } - ] - }, - "zones": [ - { - "uid": "front-seats", - "type": "playback", - "mapping": [ - { - "target": "front-right", - "channel": 0 - }, - { - "target": "front-left", - "channel": 1 - } - ] - } - ], - "streams": [ - { - "uid": "multimedia", - "zone": "front-seats", - "ramp": "ramp-slow", - "volume": 60, - "mute": false - }, - { - "uid": "navigation", - "zone": "front-seats", - "ramp": "ramp-normal", - "volume": 70, - "mute": false - }, - { - "uid": "emergency", - "zone": "front-seats", - "ramp": "ramp-fast", - "volume": 80, - "mute": false - } - ] - } -} diff --git a/4a-hal-references-boards-cfg/hal-4a-jon-office-usb-headset.json b/4a-hal-references-boards-cfg/hal-4a-jon-office-usb-headset.json deleted file mode 100644 index 1ab8324..0000000 --- a/4a-hal-references-boards-cfg/hal-4a-jon-office-usb-headset.json +++ /dev/null @@ -1,199 +0,0 @@ -{ - "$schema": "http://iot.bzh/download/public/schema/json/ctl-schema.json", - "metadata": { - "uid": "/dev/snd/by-id/usb-Plantronics_Plantronics_.Audio_655_DSP-00", - "version": "0.9", - "api": "4a-hal-jon-office-usb-headset", - "require": [ "alsacore", "softmixer" ], - "info": "4a hal for Jon's Office USB Headset Audio", - "author": "Jonathan Aillet", - "date": "2018-05-18" - }, - "onload": [ - { - "uid": "init-audio-hal", - "info": "Init current HAL", - "action": "api://4a-hal-manager#ping" - } - ], - "controls": [ - { - "uid": "ping", - "info": "Ping hal", - "action": "api://4a-hal-manager#ping" - } - ], - "events": [ - { - "uid": "api/status_changed", - "action": "api://4a-hal-manager#ping" - } - ], - "halmap": [ - { - "uid": "agl-speaker-playback-switch", - "alsa": { - "name": "Speaker Playback Switch", - "value": 12 - } - }, - { - "uid": "agl-speaker-playback-volume", - "alsa": { - "numid": 7, - "value": 34 - } - }, - { - "uid": "hal-ping", - "info": "ping this hal through alsa", - "alsa": { - "name": "Hal-Ping", - "value": 20, - "create": - { - "type": "INTEGER", - "count": 1, - "minval": 0, - "maxval": 20, - "step": 1 - } - }, - "action": "api://4a-hal-jon-home-usb-card#ping" - } - ], - "halmixer": { - "uid": "jon-office-usb-headset-mixer", - "mixerapi": "softmixer", - "backend": { - "uid": "Jon-Office-USB-Headset-Audio", - "devpath": "/dev/snd/by-id/usb-Plantronics_Plantronics_.Audio_655_DSP-00", - "sink": [ - { - "uid": "front-right", - "port": 0 - }, - { - "uid": "front-left", - "port": 1 - } - ], - "params": { - "rate": 44100 - } - }, - "frontend" : { - "uid": "Alsa-Loop", - "devpath": "/dev/snd/by-path/platform-snd_aloop.0", - "params": { - "rate": 44100 - }, - "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 - } - ], - "devices": { - "playback": 0, - "capture": 1 - }, - "subdevs": [ - { - "subdev": 0, - "numid": 51 - }, - { - "subdev": 1, - "numid": 57 - }, - { - "subdev": 2, - "numid": 63 - }, - { - "subdev": 3, - "numid": 69 - }, - { - "subdev": 4, - "numid": 75 - }, - { - "subdev": 5, - "numid": 81 - }, - { - "subdev": 6, - "numid": 87 - }, - { - "subdev": 7, - "numid": 93 - } - ] - }, - "zones": [ - { - "uid": "front-seats", - "type": "playback", - "mapping": [ - { - "target": "front-right", - "channel": 0 - }, - { - "target": "front-left", - "channel": 1 - } - ] - } - ], - "streams": [ - { - "uid": "multimedia", - "zone": "front-seats", - "ramp": "ramp-slow", - "volume": 60, - "mute": false, - "params": { - "rate": 44100 - } - }, - { - "uid": "navigation", - "zone": "front-seats", - "ramp": "ramp-normal", - "volume": 70, - "mute": false, - "params": { - "rate": 44100 - } - }, - { - "uid": "emergency", - "zone": "front-seats", - "ramp": "ramp-fast", - "volume": 80, - "mute": false, - "params": { - "rate": 44100 - } - } - ] - } -} |