aboutsummaryrefslogtreecommitdiff
path: root/system
diff options
context:
space:
mode:
authorpopcornmix <popcornmix@gmail.com>2014-09-16 00:52:02 +0100
committerpopcornmix <popcornmix@gmail.com>2014-10-22 15:11:51 +0100
commit1d4f5887b884a77b0f79a2b81b5d2510fb58baaf (patch)
tree9e5dc7cd689270b247466f6a1a100e9df9c62948 /system
parentc1a118da36c1b1a45800684458f12a1a8bd3448b (diff)
[PiSink] Dual audio support
The Pi supports dual audio in omxplayer, where the gpu outputs audio to both hdmi and analogue connections. With dvdplayer being more usable on Pi now, there are frequent requests for this functionality through the Pi Sink. This removes the gui setting for "dual audio" and creates a new sink output for dual audio. It add support to the Pi sink and makes omxplayer use the new setting.
Diffstat (limited to 'system')
-rw-r--r--system/settings/rbp.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/system/settings/rbp.xml b/system/settings/rbp.xml
index 319d9e5ca3..59855173b6 100644
--- a/system/settings/rbp.xml
+++ b/system/settings/rbp.xml
@@ -61,11 +61,6 @@
</category>
<category id="audiooutput">
<group id="1">
- <setting id="audiooutput.dualaudio" type="boolean" label="37017" help="36542">
- <level>2</level>
- <default>false</default>
- <control type="toggle" />
- </setting>
<setting id="audiooutput.processquality">
<default>101</default> <!-- AE_QUALITY_GPU -->
</setting>