diff options
| author | malc | 2008-06-23 20:33:30 +0200 |
|---|---|---|
| committer | malc | 2008-06-23 20:33:30 +0200 |
| commit | 8ff9cbf776ccb6306a8a0699bc4c8f5a8af7f922 (patch) | |
| tree | 6178d9eeb335a3dfa1c2bf741982a2df787c3ae2 /audio/mixeng.c | |
| parent | Fix some compiler signed/unsigned char warnings (diff) | |
| download | qemu-8ff9cbf776ccb6306a8a0699bc4c8f5a8af7f922.tar.gz qemu-8ff9cbf776ccb6306a8a0699bc4c8f5a8af7f922.tar.xz qemu-8ff9cbf776ccb6306a8a0699bc4c8f5a8af7f922.zip | |
Make mixer emulation a configure option (Jan Kiszka)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4783 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'audio/mixeng.c')
| -rw-r--r-- | audio/mixeng.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/audio/mixeng.c b/audio/mixeng.c index b668c524e7..5e0426cb6d 100644 --- a/audio/mixeng.c +++ b/audio/mixeng.c @@ -28,8 +28,6 @@ #define AUDIO_CAP "mixeng" #include "audio_int.h" -#define NOVOL - /* 8 bit */ #define ENDIAN_CONVERSION natural #define ENDIAN_CONVERT(v) (v) |
