aboutsummaryrefslogtreecommitdiff
path: root/system
diff options
context:
space:
mode:
authorwsoltys <wiso@no.way>2013-07-16 21:41:50 +0200
committerRainer Hochecker <fernetmenta@online.de>2013-08-01 16:28:31 +0200
commite2e040f092b6acfa0fd42da4d411e81fcd70a8a7 (patch)
tree99693fc2fb776bf822d192a9dad67179eb7a7651 /system
parentf804336837db1a6880c080bcaf540b87eaa6dd13 (diff)
[WIN32] changed: use the new settings system instead of hardcoded values.
Diffstat (limited to 'system')
-rw-r--r--system/settings/win32.xml28
1 files changed, 28 insertions, 0 deletions
diff --git a/system/settings/win32.xml b/system/settings/win32.xml
index 76bc2bf989..1e0a97bc80 100644
--- a/system/settings/win32.xml
+++ b/system/settings/win32.xml
@@ -39,5 +39,33 @@
</setting>
</group>
</category>
+ <category id="audiooutput" label="772" help="36360">
+ <group id="2">
+ <setting id="audiooutput.audiodevice" type="string" label="545" help="36371">
+ <level>2</level>
+ <default>WASAPI:default</default> <!-- will be properly set on startup -->
+ <constraints>
+ <options>audiodevices</options>
+ </constraints>
+ <control type="spinner" format="string" />
+ </setting>
+ <setting id="audiooutput.passthroughdevice" type="string" label="546" help="36372">
+ <level>2</level>
+ <default>WASAPI:default</default> <!-- will be properly set on startup -->
+ <constraints>
+ <options>audiodevicespassthrough</options>
+ </constraints>
+ <dependencies>
+ <dependency type="enable">
+ <or>
+ <condition setting="audiooutput.mode">1</condition> <!-- AUDIO_IEC958 -->
+ <condition setting="audiooutput.mode">2</condition> <!-- AUDIO_HDMI -->
+ </or>
+ </dependency>
+ </dependencies>
+ <control type="spinner" format="string" />
+ </setting>
+ </group>
+ </category>
</section>
</settings>