aboutsummaryrefslogtreecommitdiffstats
path: root/4a-hal-cfg-reference/hal-4a-m3ulcbkf-radio-to-2ch.json
blob: 1f76e3bab05f0e838ef28a197ae64d831dc193d6 (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
{
    "$schema": "http://iot.bzh/download/public/schema/json/ctl-schema.json",
    "metadata": {
        "uid": "/dev/snd/by-path/platform-sound@1",
        "version": "0.9",
        "api": "4a-hal-m3ulcb-radio-to-2ch",
        "require": [ "alsacore", "smixer" ],
        "info": "4a hal for Rcar M3 device",
        "author": "Thierry Bultel",
        "date": "2018-07-11"
    },
    "controls": [
        {
            "uid": "ping",
            "info": "Ping hal",
            "action": "api://4a-hal-manager#ping"
        }
    ],
    "halmap": [
        {
            "uid": "agl-master-playback-volume",
            "alsa": {
                "name": "Digital Playback Volume1",
                "value": 80
            }
        },
        {
            "uid": "agl-pcm-playback-volume",
            "alsa": {
                "name": "Digital Playback Volume1",
                "value": 80
            }
        },
        {
            "uid": "agl-pcm-playback-switch",
            "alsa": {
                "name": "SRC Out Rate Switch",
                "value": 1
            }
        },
        {
            "uid": "agl-capture-volume",
            "alsa": {
                "name": "DVC In Capture Volume"
            }
        }
    ],
    "halmixer": {
        "uid": "rcar-m3",
        "mixerapi": "smixer",
        "ramps": [
            {
                "uid": "ramp-very-fast",
                "delay": 50,
                "up": 6,
                "down": 10
            },
            {
                "uid": "ramp-fast",
                "delay": 50,
                "up": 2,
                "down": 10
            },
            {
                "uid": "ramp-normal",
                "delay": 50,
                "up": 2,
                "down": 4
            },
            {
                "uid": "ramp-slow",
                "delay": 50,
                "up": 2,
                "down": 2
            },
            {
                "uid": "ramp-very-slow",
                "delay": 100,
                "up": 1,
                "down": 1
            }
        ],
        "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"
                        }
                    },
                    "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
                },
                "source": {
                    "channels": [
                        {
                            "uid": "radio-right",
                            "port": 0
                        },
                        {
                            "uid": "radio-left",
                            "port": 1
                        }
                    ]
                }
            }
        ],
        "zones": [
            {
                "uid": "stereo-2",
                "sink": [
                    {
                        "target": "front-right-m3",
                        "channel": 0
                    },
                    {
                        "target": "front-left-m3",
                        "channel": 1
                    }
                ]
            }
        ],
        "streams": [
            {
                "uid": "radio_stream",
                "verb": "radio_stream",
                "zone": "stereo-2",
                "source" : "radio",
                "volume": 40,
                "mute": true,
                "params": {
                    "rate" : 48000,
                    "format": "S16_LE",
                    "channels": 2
                }
            }
        ]
    }
}