summaryrefslogtreecommitdiffstats
path: root/cfg/hal-4a-unicens-coax.json
blob: e6ef3ba6aa7b4bbcf5726ac059c7c89e6042f83a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
{
    "$schema": "http://iot.bzh/download/public/schema/json/ctl-schema.json",
    "metadata": {
        "uid": "/dev/snd/by-id/usb-Microchip-SMSC_OS81118_0000-0000004C-02",
        "version": "0.9",
        "api": "4a-hal-unicens",
        "require": [ "alsacore", "UNICENS", "smixer" ],
        "info": "4a HAL for UNICENS for OS81118",
        "author": "Jonathan Aillet",
        "date": "2018-06-15"
    },
    "resources": [
        {
            "uid": "hal-unicens",
            "info": "UNICENS HAL plugin",
            "spath": "./package/lib/plugins:./package/var:./lib/plugins:./var:/usr/libexec/agl/4a-hal",
            "libs": ["hal-unicens.ctlso"]
        }
    ],
    "onload": [
        {
            "uid": "init-audio-hal",
            "info": "Init current HAL",
            "action": "plugin://hal-unicens#Init"
        }
    ],
    "controls": [
        {
            "uid": "ping",
            "info": "Ping hal",
            "action": "api://4a-hal-manager#ping"
        }
    ],
    "events": [
        {
            "uid": "UNICENS/node-availibility",
            "action": "plugin://hal-unicens#Events"
        }
    ],
    "halmap": [
        {
            "uid": "agl-master-playback-volume",
            "info": "Sets master playback volume",
            "alsa": {
                "name": "Master Playback Volume",
                "value": 90,
                "create":
                {
                    "type": "INTEGER",
                    "count": 1,
                    "minval": 0,
                    "maxval": 100,
                    "step": 1
                }
            },
            "action": "plugin://hal-unicens#MasterVol"
        }
    ],
    "halmixer": {
        "uid": "unicens",
        "mixerapi": "smixer",
        "prefix": "ucs",
        "ramps": [
            {
                "uid": "ramp-fast",
                "delay": 50,
                "up": 2,
                "down": 10
            },
            {
                "uid": "ramp-normal",
                "delay": 50,
                "up": 2,
                "down": 4
            },
            {
                "uid": "ramp-slow",
                "delay": 100,
                "up": 1,
                "down": 1
            }
        ],
        "playbacks" : {
            "uid": "UNICENS",
            "cardid": "hw:ep016ch",
            "params": {
                "rate": 48000,
                "format": "S16_LE"
            },
            "sink": {
                "channels": [
                    {
                        "uid": "front-right",
                        "port": 0
                    },
                    {
                        "uid": "front-left",
                        "port": 1
                    },
                    {
                        "uid": "middle-right",
                        "port": 2
                    },
                    {
                        "uid": "middle-left",
                        "port": 3
                    },
                    {
                        "uid": "back-right",
                        "port": 4
                    },
                    {
                        "uid": "back-left",
                        "port": 5
                    }
                ]
            }
        },
        "zones": [
            {
                "uid": "full-stereo",
                "sink": [
                    {
                        "target": "front-right",
                        "channel": 0
                    },
                    {
                        "target": "front-left",
                        "channel": 1
                    },
                    {
                        "target": "middle-right",
                        "channel": 0
                    },
                    {
                        "target": "middle-left",
                        "channel": 1
                    },
                    {
                        "target": "back-right",
                        "channel": 0
                    },
                    {
                        "target": "back-left",
                        "channel": 1
                    }
                ]
            },
            {
                "uid": "front-seats",
                "sink": [
                    {
                        "target": "front-right",
                        "channel": 0
                    },
                    {
                        "target": "front-left",
                        "channel": 1
                    }
                ]
            },
            {
                "uid": "middle-seats",
                "sink": [
                    {
                        "target": "middle-right",
                        "channel": 0
                    },
                    {
                        "target": "middle-left",
                        "channel": 1
                    }
                ]
            },
            {
                "uid": "back-seats",
                "sink": [
                    {
                        "target": "back-right",
                        "channel": 0
                    },
                    {
                        "target": "back-left",
                        "channel": 1
                    }
                ]
            }
        ],
        "streams": [
            {
                "uid": "multimedia",
                "verb": "multimedia",
                "zone": "full-stereo",
                "volume": 70,
                "mute": false,
                "params": {
                    "rate": 48000,
                    "format": "S16_LE"
                }
            },
            {
                "uid": "navigation",
                "verb": "navigation",
                "zone": "front-seats",
                "volume": 70,
                "mute": false,
                "params": {
                    "rate": 48000,
                    "format": "S16_LE"
                }
            },
            {
                "uid": "emergency",
                "verb": "emergency",
                "zone": "front-seats",
                "volume": 70,
                "mute": false,
                "params": {
                    "rate": 48000,
                    "format": "S16_LE"
                }
            },
            {
                "uid": "radio_stream",
                "verb": "radio_stream",
                "zone": "full-stereo",
                "volume": 70,
                "mute": true,
                "params": {
                    "rate" : 48000,
                    "format": "S16_LE"
                }
            }
        ]
    }
}