diff options
author | popcornmix <popcornmix@gmail.com> | 2014-09-16 00:52:02 +0100 |
---|---|---|
committer | popcornmix <popcornmix@gmail.com> | 2014-10-22 15:11:51 +0100 |
commit | 1d4f5887b884a77b0f79a2b81b5d2510fb58baaf (patch) | |
tree | 9e5dc7cd689270b247466f6a1a100e9df9c62948 /system | |
parent | c1a118da36c1b1a45800684458f12a1a8bd3448b (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.xml | 5 |
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> |