summaryrefslogtreecommitdiffstats
path: root/abs/core/LinHES-config/mv_common.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/mv_common.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/mv_common.py')
-rwxr-xr-xabs/core/LinHES-config/mv_common.py9
1 files changed, 5 insertions, 4 deletions
diff --git a/abs/core/LinHES-config/mv_common.py b/abs/core/LinHES-config/mv_common.py
index 0272809..5257a5a 100755
--- a/abs/core/LinHES-config/mv_common.py
+++ b/abs/core/LinHES-config/mv_common.py
@@ -196,10 +196,11 @@ def reloadfe(dbhost,RESTART_LCD):
runcmd(cmd)
restartLCD(RESTART_LCD)
- for pid in getpid("mythfrontend"):
- cmd = ''' kill -s USR1 %s ''' %pid
- #runcmd(cmd)
- logging.info(" Reloading frontend with pid of %s",pid)
+# for pid in getpid("mythfrontend"):
+ pid = getpid("mythfrontend")
+ cmd = ''' kill -s USR1 %s ''' %pid
+ runcmd(cmd)
+ logging.info(" Reloading frontend with pid of %s",pid)
logging.debug("__End of reloadfe\n")