aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Aillet <jonathan.aillet@iot.bzh>2018-07-12 15:30:40 +0200
committerJonathan Aillet <jonathan.aillet@iot.bzh>2018-10-08 16:00:37 +0200
commit88f4527bf08a188557bc9216a596b6fcc11d9194 (patch)
treebb7e024742ae4152756cb1d99bafa29abc6ba23c
parentba556c019b6bd3fd985e046d33f034b077dd036e (diff)
Remove trailing white spaces in radio config fileeel
Remove trailing white spaces in radio configuration file. Normalize indentation in radio configuration json file. Change-Id: I4590fec9653ecd1fa0e8f4c7366827ad60326e3c Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
-rw-r--r--4a-hal-cfg-reference/hal-4a-m3ulcbkf-radio-to-2ch.json63
1 files changed, 31 insertions, 32 deletions
diff --git a/4a-hal-cfg-reference/hal-4a-m3ulcbkf-radio-to-2ch.json b/4a-hal-cfg-reference/hal-4a-m3ulcbkf-radio-to-2ch.json
index d520d02..1f76e3b 100644
--- a/4a-hal-cfg-reference/hal-4a-m3ulcbkf-radio-to-2ch.json
+++ b/4a-hal-cfg-reference/hal-4a-m3ulcbkf-radio-to-2ch.json
@@ -81,44 +81,43 @@
}
],
"playbacks" : [
- {
- "uid": "AK4613",
- "path": "/dev/snd/by-path/platform-sound@1",
- "params": {
- "rate": 48000,
- "format": "S24_LE"
- },
- "sink": {
- "controls": {
- "volume": {
- "name": "DVC Out Playback Volume",
- "value": 81
- },
- "mute": {
- "name": "SRC Out Rate Switch"
- }
+ {
+ "uid": "AK4613",
+ "path": "/dev/snd/by-path/platform-sound@1",
+ "params": {
+ "rate": 48000,
+ "format": "S24_LE"
},
- "channels": [
- {
- "uid": "front-right-m3",
- "port": 0
+ "sink": {
+ "controls": {
+ "volume": {
+ "name": "DVC Out Playback Volume",
+ "value": 81
+ },
+ "mute": {
+ "name": "SRC Out Rate Switch"
+ }
},
- {
- "uid": "front-left-m3",
- "port": 1
- }
- ]
+ "channels": [
+ {
+ "uid": "front-right-m3",
+ "port": 0
+ },
+ {
+ "uid": "front-left-m3",
+ "port": 1
+ }
+ ]
+ }
}
- }
],
"captures": [
{
"uid": "radio",
"path": "/dev/snd/by-path/platform-sound@2",
"params": {
-
- "channels": 2
- },
+ "channels": 2
+ },
"source": {
"channels": [
{
@@ -146,18 +145,18 @@
"channel": 1
}
]
- }
+ }
],
"streams": [
{
"uid": "radio_stream",
"verb": "radio_stream",
"zone": "stereo-2",
- "source" : "radio",
+ "source" : "radio",
"volume": 40,
"mute": true,
"params": {
- "rate" : 48000,
+ "rate" : 48000,
"format": "S16_LE",
"channels": 2
}