aboutsummaryrefslogtreecommitdiff
path: root/system/settings
diff options
context:
space:
mode:
authorpopcornmix <popcornmix@gmail.com>2014-02-01 14:30:12 +0000
committerpopcornmix <popcornmix@gmail.com>2014-02-04 17:43:59 +0000
commitb283e7d149a57c8cd5c7071a3ad0a68ab3df2d1a (patch)
tree66b058106dc8a7ecf9aec370ccfb99e747d5cdea /system/settings
parent65ad3ae9092c84fc608dd9905a4e222138b4b943 (diff)
[rbp] Disable unsupport HD audio passthrough options
The hardware can't support HD audio, so remove them from settings
Diffstat (limited to 'system/settings')
-rw-r--r--system/settings/rbp.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/system/settings/rbp.xml b/system/settings/rbp.xml
index 857a562ad1..b5d5b7bae8 100644
--- a/system/settings/rbp.xml
+++ b/system/settings/rbp.xml
@@ -61,6 +61,14 @@
<control type="toggle" />
</setting>
</group>
+ <group id="3">
+ <setting id="audiooutput.truehdpassthrough">
+ <visible>false</visible>
+ </setting>
+ <setting id="audiooutput.dtshdpassthrough">
+ <visible>false</visible>
+ </setting>
+ </group>
</category>
</section>
</settings>