From 08bd085744f7b11eba34e106311a880c5664eef2 Mon Sep 17 00:00:00 2001 From: Tobias Jahnke Date: Wed, 28 Nov 2018 09:58:55 +0100 Subject: 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 --- cfg/hal-4a-unicens-coax.json | 29 ----------------------------- cfg/hal-4a-unicens-utp.json | 29 ----------------------------- 2 files changed, 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": { @@ -237,18 +220,6 @@ "format": "S16_LE" } }, - { - "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", 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": { @@ -237,18 +220,6 @@ "format": "S16_LE" } }, - { - "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", -- cgit 1.2.3-korg