aboutsummaryrefslogtreecommitdiffstats
path: root/community-boards/hal-4a-raspberry-pi-3.json
diff options
context:
space:
mode:
Diffstat (limited to 'community-boards/hal-4a-raspberry-pi-3.json')
-rw-r--r--community-boards/hal-4a-raspberry-pi-3.json76
1 files changed, 42 insertions, 34 deletions
diff --git a/community-boards/hal-4a-raspberry-pi-3.json b/community-boards/hal-4a-raspberry-pi-3.json
index b9202c9..bd640d0 100644
--- a/community-boards/hal-4a-raspberry-pi-3.json
+++ b/community-boards/hal-4a-raspberry-pi-3.json
@@ -1,13 +1,13 @@
{
"$schema": "http://iot.bzh/download/public/schema/json/ctl-schema.json",
"metadata": {
- "uid": "/dev/snd/by-path/platform-soc:audio",
- "version": "0.9",
+ "uid": "RPI3-JACK-4A-HAL",
+ "version": "0.99",
"api": "4a-hal-raspberry-pi-3",
"require": [ "alsacore", "smixer" ],
"info": "4a hal for Raspberry Pi 3 device\nWARNING: in AGL FF.rc2, RPI3 suffers from a bug in the native sound card driver that prevents DMix component to work correctly. As a consequence, no sound can be heard on the internal sound card of the PI3. See https://jira.automotivelinux.org/browse/SPEC-1610 . [Signed-Off: sdx@iot.bzh - 20180724]",
"author": "Jonathan Aillet",
- "date": "2018-07-20"
+ "date": "2019-06-26"
},
"resources": [
{
@@ -35,39 +35,47 @@
"action": "api://4a-hal-manager#ping"
}
],
- "haldependencies" : {
- "uid" : "rpi3-jack",
- "class" : "mandatory",
- "cardPath" : "/dev/snd/by-path/platform-soc:audio"
- },
- "halmap": [
- {
- "uid": "agl-master-playback-volume",
- "alsa": {
- "name": "PCM Playback Volume",
- "value": 100
- }
- },
+ "haldependencies" : [
{
- "uid": "agl-pcm-playback-volume",
- "alsa": {
- "name": "PCM Playback Volume",
- "value": 100
- }
- },
- {
- "uid": "agl-master-playback-switch",
- "alsa": {
- "name": "PCM Playback Switch",
- "value": 1
- }
- },
+ "uid" : "rpi3-jack",
+ "class" : "mandatory",
+ "cardPath" : "/dev/snd/by-path/platform-soc:audio"
+ }
+ ],
+ "halmap": [
{
- "uid": "agl-pcm-playback-switch",
- "alsa": {
- "name": "PCM Playback Switch",
- "value": 1
- }
+ "uid" : "halmap-rpi3-jack",
+ "target" : "rpi3-jack",
+ "controls" : [
+ {
+ "uid": "agl-master-playback-volume",
+ "alsa": {
+ "name": "PCM Playback Volume",
+ "value": 100
+ }
+ },
+ {
+ "uid": "agl-pcm-playback-volume",
+ "alsa": {
+ "name": "PCM Playback Volume",
+ "value": 100
+ }
+ },
+ {
+ "uid": "agl-master-playback-switch",
+ "alsa": {
+ "name": "PCM Playback Switch",
+ "value": 1
+ }
+ },
+ {
+ "uid": "agl-pcm-playback-switch",
+ "alsa": {
+ "name": "PCM Playback Switch",
+ "value": 1
+ }
+ }
+ ]
}
],
"halmixer": {