diff options
author | Yannick Gicquel <yannick.gicquel@iot.bzh> | 2016-09-28 10:10:35 +0200 |
---|---|---|
committer | Yannick Gicquel <yannick.gicquel@iot.bzh> | 2016-10-11 17:09:07 +0200 |
commit | db43862074de2ac2177949f943997f16b2b2a1fd (patch) | |
tree | 779a48f933e4fcf7d033c56830c485f046c44b47 /pulseaudio-agl.cfg | |
parent | 83aa130c7dd80c396b8752ad010f2ee6b1bdaac3 (diff) |
config: fixup type for demo effect
this is hardcoded for now, and automatically applied for phone routing group.
Signed-off-by: Yannick Gicquel <yannick.gicquel@iot.bzh>
Diffstat (limited to 'pulseaudio-agl.cfg')
-rw-r--r-- | pulseaudio-agl.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pulseaudio-agl.cfg b/pulseaudio-agl.cfg index 3d0a837..3a5cf24 100644 --- a/pulseaudio-agl.cfg +++ b/pulseaudio-agl.cfg @@ -3,7 +3,7 @@ "zones": ["driver", "passenger1", "passenger2", "passenger3", "passenger4" ], "rtgroups": [ - {"name":"Phone", + {"name":"phone", "type":"INPUT", "card":"PhoneCard", "accept_fct":"phone", @@ -15,7 +15,7 @@ ], "classmap": [ - {"class": "agl_phone", "zone":0, "type":"INPUT", "rtgroup":"Phone"}, + {"class": "agl_phone", "zone":0, "type":"INPUT", "rtgroup":"phone"}, {"class": "agl_player", "zone":0, "type":"INPUT", "rtgroup":"default"}, {"class": "agl_radio", "zone":0, "type":"INPUT", "rtgroup":"default"}, {"class":"agl_navigator", "zone":0, "type":"INPUT", "rtgroup":"default"}, |