diff options
author | Tobias Jahnke <tobias.jahnke@microchip.com> | 2018-11-28 09:58:55 +0100 |
---|---|---|
committer | Tobias Jahnke <tobias.jahnke@microchip.com> | 2018-12-18 13:01:13 +0100 |
commit | 08bd085744f7b11eba34e106311a880c5664eef2 (patch) | |
tree | bf64a11c03d012bb42a5a00067c5c32b0d927f77 | |
parent | 2999b7e76198d29d6ace13ad0beaecb60e3d77f6 (diff) |
hal-unicens: update json files
- remove legacy stream which is managed by softmixer now
- remove PCM volume which is not needed now
Signed-off-by: Tobias Jahnke <tobias.jahnke@microchip.com>
-rw-r--r-- | cfg/hal-4a-unicens-coax.json | 29 | ||||
-rw-r--r-- | cfg/hal-4a-unicens-utp.json | 29 |
2 files changed, 0 insertions, 58 deletions
diff --git a/cfg/hal-4a-unicens-coax.json b/cfg/hal-4a-unicens-coax.json index 0985ed3..e6ef3ba 100644 --- a/cfg/hal-4a-unicens-coax.json +++ b/cfg/hal-4a-unicens-coax.json @@ -54,23 +54,6 @@ } }, "action": "plugin://hal-unicens#MasterVol" - }, - { - "uid": "agl-pcm-playback-volume", - "info": "Sets PCM playback volume", - "alsa": { - "name": "PCM Playback Volume", - "value": 100, - "create": - { - "type": "INTEGER", - "count": 1, - "minval": 0, - "maxval": 100, - "step": 1 - } - }, - "action": "plugin://hal-unicens#PCMVol" } ], "halmixer": { @@ -238,18 +221,6 @@ } }, { - "uid": "legacy", - "verb": "legacy", - "zone": "full-stereo", - "source": "loop-legacy", - "volume": 70, - "mute": false, - "params": { - "rate": 48000, - "format": "S16_LE" - } - }, - { "uid": "radio_stream", "verb": "radio_stream", "zone": "full-stereo", diff --git a/cfg/hal-4a-unicens-utp.json b/cfg/hal-4a-unicens-utp.json index 9ef9041..db04b5b 100644 --- a/cfg/hal-4a-unicens-utp.json +++ b/cfg/hal-4a-unicens-utp.json @@ -54,23 +54,6 @@ } }, "action": "plugin://hal-unicens#MasterVol" - }, - { - "uid": "agl-pcm-playback-volume", - "info": "Sets PCM playback volume", - "alsa": { - "name": "PCM Playback Volume", - "value": 100, - "create": - { - "type": "INTEGER", - "count": 1, - "minval": 0, - "maxval": 100, - "step": 1 - } - }, - "action": "plugin://hal-unicens#PCMVol" } ], "halmixer": { @@ -238,18 +221,6 @@ } }, { - "uid": "legacy", - "verb": "legacy", - "zone": "back-seats", - "source": "full-stereo", - "volume": 70, - "mute": false, - "params": { - "rate": 48000, - "format": "S16_LE" - } - }, - { "uid": "radio_stream", "verb": "radio_stream", "zone": "full-stereo", |