Browse Source

Add docstrings for volume functions

Alois Mahdal 9 years ago
parent
commit
345758dd1c
1 changed files with 9 additions and 0 deletions
  1. 9
    0
      src/libexec/saturnin-iam

+ 9
- 0
src/libexec/saturnin-iam View File

@@ -176,10 +176,16 @@ i_am_bbldone() {
176 176
 }
177 177
 
178 178
 i_am_deaf() {
179
+    #
180
+    # so turn volume up
181
+    #
179 182
     amixer -q sset Master 5%+
180 183
 }
181 184
 
182 185
 i_am_deafnomore() {
186
+    #
187
+    # so turn volume back down
188
+    #
183 189
     amixer -q sset Master 5%-
184 190
 }
185 191
 
@@ -195,6 +201,9 @@ i_am_gone() {
195 201
 }
196 202
 
197 203
 i_am_listening() {
204
+    #
205
+    # to the real world or to the box
206
+    #
198 207
     if sound_is_muted;
199 208
     then
200 209
         amixer -q sset Master unmute;