From e2c70866cc7d4a55409fd459b02118c629b4b216 Mon Sep 17 00:00:00 2001 From: Jonathan Aillet Date: Tue, 2 Oct 2018 15:17:49 +0200 Subject: Correct typo in Intel UpSquared hal Correct typo in Intel UpSquared hal. Change-Id: I75cbb9d2d493a642ef153588ee84481aae32cc7c Signed-off-by: Jonathan Aillet --- .../hal-4a-intel-upSquareHDMI.json | 185 --------------------- .../hal-4a-intel-upsquared-hdmi.json | 185 +++++++++++++++++++++ 2 files changed, 185 insertions(+), 185 deletions(-) delete mode 100644 4a-hal-cfg-community/hal-4a-intel-upSquareHDMI.json create mode 100644 4a-hal-cfg-community/hal-4a-intel-upsquared-hdmi.json (limited to '4a-hal-cfg-community') diff --git a/4a-hal-cfg-community/hal-4a-intel-upSquareHDMI.json b/4a-hal-cfg-community/hal-4a-intel-upSquareHDMI.json deleted file mode 100644 index 03bf656..0000000 --- a/4a-hal-cfg-community/hal-4a-intel-upSquareHDMI.json +++ /dev/null @@ -1,185 +0,0 @@ -{ - "$schema": "http://iot.bzh/download/public/schema/json/ctl-schema.json", - "metadata": { - "uid": "/dev/snd/by-path/pci-0000:00:0e.0", - "version": "0.9", - "api": "4a-hal-intel-UpSquareHDMI", - "require": [ "alsacore", "smixer" ], - "info": "4a hal for Intel UpSquare device via HDMI socket", - "author": "Dominig ar Foll (Intel OTC)", - "date": "2018-10-01" - }, - "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-pcm-playback-switch", - "alsa": { - "numid": 11, - "value": 1 - } - } - ], - "halmixer": { - "uid": "intel-upsquare-hdmi", - "mixerapi": "smixer", - "prefix": "intel-upquare-hdmi", - "ramps": [ - { - "uid": "ramp-very-fast", - "delay": 50, - "up": 6, - "down": 10 - }, - { - "uid": "ramp-fast", - "delay": 50, - "up": 2, - "down": 10 - }, - { - "uid": "ramp-normal", - "delay": 50, - "up": 2, - "down": 4 - }, - { - "uid": "ramp-slow", - "delay": 50, - "up": 2, - "down": 2 - }, - { - "uid": "ramp-very-slow", - "delay": 100, - "up": 1, - "down": 1 - } - ], - "playbacks" : { - "uid": "INTEL-UPSQUARE-HDMI", - "cardid": "hw:PCH", - "device": 7, - "params": { - "rate": 48000 - }, - "sink": { - "channels": [ - { - "uid": "front-right", - "port": 0 - }, - { - "uid": "front-left", - "port": 1 - } - ] - } - }, - "captures": { - "uid": "INTEL-UPSQUARE-HDMI", - "path": "/dev/snd/by-path/pci-0000:00:0e.0", - "params": { - "rate": 48000 - }, - "source": { - "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 - } - ] - }, - { - "uid": "front-seats", - "sink": [ - { - "target": "front-right", - "channel": 0 - }, - { - "target": "front-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": "radio_stream", - "verb": "radio_stream", - "zone": "full-stereo", - "volume": 70, - "mute": true, - "params": { - "rate" : 48000 - } - } - ] - } -} diff --git a/4a-hal-cfg-community/hal-4a-intel-upsquared-hdmi.json b/4a-hal-cfg-community/hal-4a-intel-upsquared-hdmi.json new file mode 100644 index 0000000..8597489 --- /dev/null +++ b/4a-hal-cfg-community/hal-4a-intel-upsquared-hdmi.json @@ -0,0 +1,185 @@ +{ + "$schema": "http://iot.bzh/download/public/schema/json/ctl-schema.json", + "metadata": { + "uid": "/dev/snd/by-path/pci-0000:00:0e.0", + "version": "0.9", + "api": "4a-hal-intel-upsquared-hdmi", + "require": [ "alsacore", "smixer" ], + "info": "4a hal for Intel UpSquared device via HDMI socket", + "author": "Dominig ar Foll (Intel OTC)", + "date": "2018-10-01" + }, + "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-pcm-playback-switch", + "alsa": { + "numid": 11, + "value": 1 + } + } + ], + "halmixer": { + "uid": "intel-upsquared-hdmi", + "mixerapi": "smixer", + "prefix": "intel-upsquared-hdmi", + "ramps": [ + { + "uid": "ramp-very-fast", + "delay": 50, + "up": 6, + "down": 10 + }, + { + "uid": "ramp-fast", + "delay": 50, + "up": 2, + "down": 10 + }, + { + "uid": "ramp-normal", + "delay": 50, + "up": 2, + "down": 4 + }, + { + "uid": "ramp-slow", + "delay": 50, + "up": 2, + "down": 2 + }, + { + "uid": "ramp-very-slow", + "delay": 100, + "up": 1, + "down": 1 + } + ], + "playbacks" : { + "uid": "INTEL-UPSQUARED-HDMI", + "cardid": "hw:PCH", + "device": 7, + "params": { + "rate": 48000 + }, + "sink": { + "channels": [ + { + "uid": "front-right", + "port": 0 + }, + { + "uid": "front-left", + "port": 1 + } + ] + } + }, + "captures": { + "uid": "INTEL-UPSQUARED-HDMI", + "path": "/dev/snd/by-path/pci-0000:00:0e.0", + "params": { + "rate": 48000 + }, + "source": { + "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 + } + ] + }, + { + "uid": "front-seats", + "sink": [ + { + "target": "front-right", + "channel": 0 + }, + { + "target": "front-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": "radio_stream", + "verb": "radio_stream", + "zone": "full-stereo", + "volume": 70, + "mute": true, + "params": { + "rate" : 48000 + } + } + ] + } +} -- cgit 1.2.3-korg