diff options
Diffstat (limited to 'devices/hal-4a-greenbox.json')
-rw-r--r-- | devices/hal-4a-greenbox.json | 72 |
1 files changed, 36 insertions, 36 deletions
diff --git a/devices/hal-4a-greenbox.json b/devices/hal-4a-greenbox.json index 03cd78b..333fd0e 100644 --- a/devices/hal-4a-greenbox.json +++ b/devices/hal-4a-greenbox.json @@ -149,44 +149,44 @@ } }, "captures": [ - { - "uid": "MOST_MIC_EP822CH", - "cardid": "hw:ep822ch", - "params": { - "rate": 48000 - }, - "source": { - "channels": [ - { - "uid": "mic-right", - "port": 0 - }, - { - "uid": "mic-left", - "port": 1 - } - ] - } - } , - { - "uid": "radio", - "cardid": "hw:radio", - "params": { - "rate": 48000 + { + "uid": "MOST_MIC_EP822CH", + "cardid": "hw:ep822ch", + "params": { + "rate": 48000 + }, + "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", + "cardid": "hw:radio", + "params": { + "rate": 48000 + }, + "source": { + "channels": [ + { + "uid": "radio-right", + "port": 0 + }, + { + "uid": "radio-left", + "port": 1 + } + ] + } } - } ], "zones": [ { |