aboutsummaryrefslogtreecommitdiffstats
path: root/reference-boards/hal-4a-rcar-m3kf.json
diff options
context:
space:
mode:
authorJonathan Aillet <jonathan.aillet@iot.bzh>2019-06-26 17:36:54 +0200
committerJonathan Aillet <jonathan.aillet@iot.bzh>2019-06-26 17:41:27 +0200
commitb080c08d2ac82f7c38aace9587703b9182377c33 (patch)
treeae378f2c8083a41e7b6d563c5b10a48fcd7bd458 /reference-boards/hal-4a-rcar-m3kf.json
parentb85e660519d9ee6bf6000bf12a771da9282f9515 (diff)
Remove obsolete references to mixer controls
Remove obsolete references to controls in 'halmixer' section. Also, clean some minor format issues in json files. BUG-AGL: SPEC-2329 Change-Id: Ie3120dcfbc3144906bfc731e57614508a33222b2 Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
Diffstat (limited to 'reference-boards/hal-4a-rcar-m3kf.json')
-rw-r--r--reference-boards/hal-4a-rcar-m3kf.json91
1 files changed, 37 insertions, 54 deletions
diff --git a/reference-boards/hal-4a-rcar-m3kf.json b/reference-boards/hal-4a-rcar-m3kf.json
index 2e7b341..8581d2b 100644
--- a/reference-boards/hal-4a-rcar-m3kf.json
+++ b/reference-boards/hal-4a-rcar-m3kf.json
@@ -10,7 +10,7 @@
"date": "2018-06-15"
},
"resources": [
- {
+ {
"uid": "hal-bluealsa",
"info": "Bluealsa hal plugin",
"params": {
@@ -112,15 +112,6 @@
"format": "S24_LE"
},
"sink": {
- "controls": {
- "volume": {
- "name": "DVC Out Playback Volume",
- "value": 80
- },
- "mute": {
- "name": "SRC Out Rate Switch"
- }
- },
"channels": [
{
"uid": "front-right",
@@ -134,53 +125,45 @@
}
},
"captures": [
- {
- "uid": "RCAR-M3",
- "path": "/dev/snd/by-path/platform-sound@1",
- "params": {
- "rate": 48000
- },
- "source": {
- "controls": {
- "volume": {
- "name": "DVC In Capture Volume"
- },
- "mute": {
- "name": "DVC In Mute Switch"
- }
+ {
+ "uid": "RCAR-M3",
+ "path": "/dev/snd/by-path/platform-sound@1",
+ "params": {
+ "rate": 48000
},
- "channels": [
- {
- "uid": "mic-right",
- "port": 0
- },
- {
- "uid": "mic-left",
- "port": 1
- }
- ]
- }
- } ,
- {
- "uid": "radio",
- "path": "/dev/snd/by-path/platform-sound@2",
- "params": {
- "rate" : 48000,
- "format": "S16_LE"
+ "source": {
+ "channels": [
+ {
+ "uid": "mic-right",
+ "port": 0
+ },
+ {
+ "uid": "mic-left",
+ "port": 1
+ }
+ ]
+ }
},
- "source": {
- "channels": [
- {
- "uid": "radio-right",
- "port": 0
- },
- {
- "uid": "radio-left",
- "port": 1
- }
- ]
+ {
+ "uid": "radio",
+ "path": "/dev/snd/by-path/platform-sound@2",
+ "params": {
+ "rate" : 48000,
+ "format": "S16_LE"
+ },
+ "source": {
+ "channels": [
+ {
+ "uid": "radio-right",
+ "port": 0
+ },
+ {
+ "uid": "radio-left",
+ "port": 1
+ }
+ ]
+ }
}
- }
],
"zones": [
{