summaryrefslogtreecommitdiffstats
path: root/abs/core/LinHES-config/systemconfig.py
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2011-10-30 01:28:48 (GMT)
committerJames Meyer <james.meyer@operamail.com>2011-10-30 01:28:48 (GMT)
commitdb7c8154dd155d42fe1dfd7865bdf0cf204db612 (patch)
tree29f489008db364f21bf6562669eb72d564c571f6 /abs/core/LinHES-config/systemconfig.py
parentc679d75ff516a4ce29c76fbd9acef24fa3c4e7e9 (diff)
downloadlinhes_pkgbuild-db7c8154dd155d42fe1dfd7865bdf0cf204db612.zip
linhes_pkgbuild-db7c8154dd155d42fe1dfd7865bdf0cf204db612.tar.gz
linhes_pkgbuild-db7c8154dd155d42fe1dfd7865bdf0cf204db612.tar.bz2
LinHES-config: fix up the audio switching between OSS.
Always sync the frontend, remove the other sync options
Diffstat (limited to 'abs/core/LinHES-config/systemconfig.py')
-rwxr-xr-xabs/core/LinHES-config/systemconfig.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/abs/core/LinHES-config/systemconfig.py b/abs/core/LinHES-config/systemconfig.py
index 3cba427..31d2164 100755
--- a/abs/core/LinHES-config/systemconfig.py
+++ b/abs/core/LinHES-config/systemconfig.py
@@ -143,6 +143,7 @@ def main(argv):
if not systemconfig.get("Audiotype") == "tinker":
cmd="%s/bin/soundconfig.sh -t real -i %s -d %s" %(MVROOT,systemconfig.get("Audiotype"),systemconfig["SoundDevice"])
mv_common.runcmd(cmd)
+ mv_common.reloadfe(systemconfig.get("dbhost"),restartlcd)
else:
logging.debug(" Tinker mode(audio), not changing configuration")
logging.debug("__End of audio")