{
    "$schema": "http://iot.bzh/download/public/schema/json/ctl-schema.json",
    "metadata": {
        "uid": "RENESAS-M3KF-JACK-4A-HAL",
        "version": "0.99",
        "api": "4a-hal-rcar-m3kf",
        "require": [ "alsacore", "smixer" ],
        "info": "4a hal for Rcar M3 device when plugged on Kingfisher board",
        "author": "Jonathan Aillet, Stephane Desneux",
        "date": "2019-06-26"
    },
    "resources": [
        {
            "uid": "hal-bluealsa",
            "info": "Bluealsa hal plugin",
            "params": {
                "sco": {
                    "mic": "RCAR-M3",
                    "zone": "full-stereo",
                    "delayms": 200
                },
                "a2dp": {
                    "zone": "full-stereo",
                    "delayms": 1000
                }
            },
            "libs": ["hal-bluealsa.ctlso"]
        }
    ],
    "haldependencies" : [
        {
            "uid" : "renesas-m3-jack-kf",
            "class" : "mandatory",
            "cardPath" : "/dev/snd/by-path/platform-sound@1"
        }
    ],
    "halmap":  [
        {
            "uid" : "halmap-renesas-m3-jack-kf",
            "target" : "renesas-m3-jack-kf",
            "controls" : [
                {
                    "uid": "agl-master-playback-volume",
                    "alsa": {
                        "name": "DVC Out Playback Volume",
                        "value": 80
                    }
                },
                {
                    "uid": "agl-pcm-playback-volume",
                    "alsa": {
                        "name": "DVC Out Playback Volume",
                        "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",
        "prefix": "m3kf",
        "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": "RCAR-M3",
            "path": "/dev/snd/by-path/platform-sound@1",
            "params": {
                "rate": 48000,
                "format": "S24_LE"
            },
            "sink": {
                "channels": [
                    {
                        "uid": "front-right",
                        "port": 0
                    },
                    {
                        "uid": "front-left",
                        "port": 1
                    }
                ]
            }
        },
        "captures": [ 
            {
                "uid": "RCAR-M3",
                "path": "/dev/snd/by-path/platform-sound@1",
                "params": {
                    "rate": 48000
                },
                "source": {
                    "channels": [
                        {
                            "uid": "mic-right",
                            "port": 0
                        },
                        {
                            "uid": "mic-left",
                            "port": 1
                        }
                    ]
                }
            },
            {
                "uid": "radio",
                "path": "/dev/snd/by-path/platform-sound@2",
                "params": {
                    "rate" : 48000,
                    "format": "S16_LE"
                },
                "source": {
                    "channels": [
                        {
                            "uid": "radio-right",
                            "port": 0
                        },
                        {
                            "uid": "radio-left",
                            "port": 1
                        }
                    ]
                }
            }
        ],
        "zones": [
            {
                "uid": "full-stereo",
                "sink": [
                    {
                        "target": "front-right",
                        "channel": 0
                    },
                    {
                        "target": "front-left",
                        "channel": 1
                    }
                ]
            },
            {
                "uid": "front-seats",
                "sink": [
                    {
                        "target": "front-right",
                        "channel": 0
                    },
                    {
                        "target": "front-left",
                        "channel": 1
                    }
                ]
            }
        ],
        "streams": [
            {
                "uid": "multimedia",
                "verb": "multimedia",
                "zone": "full-stereo",
                "volume": 60,
                "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": 60,
                "mute": false,
                "params": {
                    "rate": 48000,
                    "format": "S16_LE"
                }
            },
            {
                "uid": "radio_stream",
                "verb": "radio_stream",
                "zone": "full-stereo",
                "source" : "radio",
                "volume": 80,
                "mute": true,
                "params": {
                    "rate" : 48000,
                    "format": "S16_LE"
                }
            }
        ]
    }
}