summaryrefslogtreecommitdiff
path: root/templates/example/soundcard.xml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2012-10-16 23:10:01 +0200
committerChristian Pointner <equinox@spreadspace.org>2012-10-16 23:10:01 +0200
commit3e56ff11b32829edcf81b4e51eaa76cdfafa69ae (patch)
treee93b90c258ec76ad57782f7e5e72692e088be7f2 /templates/example/soundcard.xml
parentfixed/updated config for multi source (diff)
first part of multi source support
Diffstat (limited to 'templates/example/soundcard.xml')
-rw-r--r--templates/example/soundcard.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/example/soundcard.xml b/templates/example/soundcard.xml
index da419aa..07f4c99 100644
--- a/templates/example/soundcard.xml
+++ b/templates/example/soundcard.xml
@@ -7,5 +7,5 @@
%% for name, value in component.properties.items()
<property name="{{ name }}">{{ value }}</property>
%% endfor
- <clock-master>true</clock-master>
+ <clock-master>{{ component.master }}</clock-master>
</component>