diff options
author | Brad Smith <brad@comstyle.com> | 2013-05-24 19:01:07 -0400 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2013-05-26 11:14:52 +0000 |
commit | 4f6ab397b60615d2da77bff4f32666be9ac2e949 (patch) | |
tree | 52bdca85f2c8b10ffff27ab58a3c2541ee0d2d9a /audio | |
parent | 5b35b4e91d4d023d44dc28437ae414a21e9b8117 (diff) |
Remove OSS support for OpenBSD
Remove the OSS support for OpenBSD. The OSS API has not been usable
for quite some time.
Signed-off-by: Brad Smith <brad@comstyle.com>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Andreas Färber <afaerber@suse.de>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'audio')
-rw-r--r-- | audio/ossaudio.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/audio/ossaudio.c b/audio/ossaudio.c index 00be9c91e3..007c64115a 100644 --- a/audio/ossaudio.c +++ b/audio/ossaudio.c @@ -25,11 +25,7 @@ #include <sys/mman.h> #include <sys/types.h> #include <sys/ioctl.h> -#ifdef __OpenBSD__ -#include <soundcard.h> -#else #include <sys/soundcard.h> -#endif #include "qemu-common.h" #include "qemu/main-loop.h" #include "qemu/host-utils.h" |