diff options
author | Jonathan Aillet <jonathan.aillet@iot.bzh> | 2018-07-12 15:30:40 +0200 |
---|---|---|
committer | Jonathan Aillet <jonathan.aillet@iot.bzh> | 2018-10-08 15:56:09 +0200 |
commit | 66a6ab708fb265f310cc12f40c9c43fbb5173ff8 (patch) | |
tree | 826febf838bbeaf70202733367cd189503abd0b1 /4a-hal-cfg-reference | |
parent | d8144cde8fb4c3d33fef46b47406074b94915cad (diff) |
Remove trailing white spaces in radio config file
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>
Diffstat (limited to '4a-hal-cfg-reference')
-rw-r--r-- | 4a-hal-cfg-reference/hal-4a-m3ulcbkf-radio-to-2ch.json | 63 |
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 } |