Decrement the volume and display the new value. Definition at line 544 of file gui_playq.c. 00545 { 00546 int nval; 00547 00548 nval = audio_output_volume_down(); 00549 gui_playq_volume_show(nval); 00550 }
Here is the call graph for this function:
![]()
Here is the caller graph for this function:
![]() |
1.6.3