diff options
Diffstat (limited to 'src/device.h')
-rw-r--r-- | src/device.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/device.h b/src/device.h index 5129d36..d1c3a9e 100644 --- a/src/device.h +++ b/src/device.h @@ -31,11 +31,6 @@ #include <vector> #include <string> -// Make API behave like ALSA 1.x.x with ALSA 0.9.x -#define ALSA_PCM_NEW_HW_PARAMS_API - -#include <asoundlib.h> - #include "mixer.h" #include "source.h" #include "sink.h" |