Author: titmuss
Date: Thu Nov 20 02:54:24 2008
New Revision: 3411

URL: http://svn.slimdevices.com?rev=3411&root=Jive&view=rev
Log:
Bug: 9982
Description:
Limit the headphone volume, to comply with the relevant standards. This is not 
(yet) set to the correct 
limit.


Modified:
    
7.3/trunk/squeezeplay/src/squeezeplay_jive/share/applets/SqueezeboxJive/SqueezeboxJiveApplet.lua

Modified: 
7.3/trunk/squeezeplay/src/squeezeplay_jive/share/applets/SqueezeboxJive/SqueezeboxJiveApplet.lua
URL: 
http://svn.slimdevices.com/7.3/trunk/squeezeplay/src/squeezeplay_jive/share/applets/SqueezeboxJive/SqueezeboxJiveApplet.lua?rev=3411&root=Jive&r1=3410&r2=3411&view=diff
==============================================================================
--- 
7.3/trunk/squeezeplay/src/squeezeplay_jive/share/applets/SqueezeboxJive/SqueezeboxJiveApplet.lua
 (original)
+++ 
7.3/trunk/squeezeplay/src/squeezeplay_jive/share/applets/SqueezeboxJive/SqueezeboxJiveApplet.lua
 Thu Nov 20 02:54:24 2008
@@ -364,6 +364,7 @@
 function headphoneJack(self, inserted)
        -- switch between headphone and speaker
        if inserted == 1 then
+               os.execute("amixer -q sset Headphone 92%")
                os.execute("amixer -q sset Endpoint Headphone")
        else
                os.execute("amixer -q sset Endpoint Speaker")

_______________________________________________
Jive-checkins mailing list
[email protected]
http://lists.slimdevices.com/cgi-bin/mailman/listinfo/jive-checkins

Reply via email to