Removed __KERNEL__ includes

This commit is contained in:
Jaroslav Kysela 2001-03-27 11:16:17 +00:00
parent 7893ea238d
commit 306a6d206d

View file

@ -19,24 +19,12 @@
*
*/
#ifdef __KERNEL__
#include <sound/driver.h>
#include <sound/pcm.h>
#include <sound/pcm_plugin.h>
#define bswap_16 swab16
#define bswap_32 swab32
#define bswap_64 swab64
#define SND_PCM_FORMAT_UNKNOWN (-1)
#define snd_enum_to_int(v) (v)
#define snd_int_to_enum(v) (v)
#else
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
#include <byteswap.h>
#include "pcm_local.h"
#endif
/**