summaryrefslogtreecommitdiff
path: root/src/device.h
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2014-09-26 08:40:35 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2014-09-26 08:40:35 +0200
commitc0e7c39e84f528929eb334166fb3daf93793974c (patch)
treeaafb07f00bde20b78fa0f33945df497c0a5d2337 /src/device.h
parente87836cbb0001bec22326667456b20dca9fe2834 (diff)
Clean up - ready for release.
Diffstat (limited to 'src/device.h')
-rw-r--r--src/device.h5
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"