1 # Make the asusosd mixer volume toggle work as it should have already been.
2 # by Mika Hynnä <igheax@gmail.com>
3 --- src/asus_osd/asusosd.c 2008-03-11 23:50:57.000000000 +0200
4 +++ asusosd.c 2008-03-11 23:47:15.000000000 +0200
7 case 13:printf("@@ audio mute %d\n", hotkey);
10 - hotkey = 16;//then on
11 + if(getvol(1)) //get volume status: 1=on 0=off
14 + printf("Volume on\n");
17 + printf("Volume off\n");
19 printf("@@ audio mute %d\n", hotkey);
21 case 14: //volume down