diff options
author | lcapriotti <lcapriotti@svn> | 2010-08-17 15:18:25 +0000 |
---|---|---|
committer | lcapriotti <lcapriotti@svn> | 2010-08-17 15:18:25 +0000 |
commit | 96af2c1b8e7bec2e870fcf162dd5e3559d3ca808 (patch) | |
tree | 80fc450906c5e083c5ecc940cade553e40b54a86 /tools | |
parent | 9d3ca0b2459dcea7e3353040facc7982edabca41 (diff) |
provisional workaround muting capture controls
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@32861 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/XBMCLive/setAlsaVolumes | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/XBMCLive/setAlsaVolumes b/tools/XBMCLive/setAlsaVolumes index f0a0b66541..83fa275fdf 100755 --- a/tools/XBMCLive/setAlsaVolumes +++ b/tools/XBMCLive/setAlsaVolumes @@ -48,4 +48,4 @@ if __name__ == '__main__': output = runSilent("amixer sset " + aMixer[nameStart:] + " " + gVolumeLevel + "% unmute") if output.find("pswitch") > 0: output = runSilent("amixer sset " + aMixer[nameStart:] + " unmute") - # runSilent("alsactl store") + runSilent("amixer sset Capture nocap") |