From 88f4527bf08a188557bc9216a596b6fcc11d9194 Mon Sep 17 00:00:00 2001 From: Jonathan Aillet Date: Thu, 12 Jul 2018 15:30:40 +0200 Subject: 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 --- .../hal-4a-m3ulcbkf-radio-to-2ch.json | 63 +++++++++++----------- 1 file 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 } -- cgit 1.2.3-korg