pcm_utils: moved code to pcm_volume.c

Moved the software volume code to a separate library.
This commit is contained in:
Max Kellermann
2009-01-07 18:05:38 +01:00
parent e8c323ed7e
commit 9d0579996c
9 changed files with 171 additions and 109 deletions
+1 -1
View File
@@ -20,7 +20,7 @@
#include "conf.h"
#include "player_control.h"
#include "idle.h"
#include "pcm_utils.h"
#include "pcm_volume.h"
#include "config.h"
#include "audio.h"