mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-03 09:01:52 -05:00
Added workaround for 2.6 kernel, we should probably use C99 types (u_int32_t etc.)
This commit is contained in:
parent
db4f41fd9b
commit
dcc1bcc115
3 changed files with 6 additions and 0 deletions
|
|
@ -25,8 +25,10 @@
|
||||||
#define __SOUND_AINSTR_FM_H
|
#define __SOUND_AINSTR_FM_H
|
||||||
|
|
||||||
#ifndef __KERNEL__
|
#ifndef __KERNEL__
|
||||||
|
#define __KERNEL__
|
||||||
#include <asm/types.h>
|
#include <asm/types.h>
|
||||||
#include <asm/byteorder.h>
|
#include <asm/byteorder.h>
|
||||||
|
#undef __KERNEL__
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
||||||
|
|
@ -25,8 +25,10 @@
|
||||||
#define __SOUND_AINSTR_IW_H
|
#define __SOUND_AINSTR_IW_H
|
||||||
|
|
||||||
#ifndef __KERNEL__
|
#ifndef __KERNEL__
|
||||||
|
#define __KERNEL__
|
||||||
#include <asm/types.h>
|
#include <asm/types.h>
|
||||||
#include <asm/byteorder.h>
|
#include <asm/byteorder.h>
|
||||||
|
#undef __KERNEL__
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
||||||
|
|
@ -25,8 +25,10 @@
|
||||||
#define __SOUND_AINSTR_SIMPLE_H
|
#define __SOUND_AINSTR_SIMPLE_H
|
||||||
|
|
||||||
#ifndef __KERNEL__
|
#ifndef __KERNEL__
|
||||||
|
#define __KERNEL__
|
||||||
#include <asm/types.h>
|
#include <asm/types.h>
|
||||||
#include <asm/byteorder.h>
|
#include <asm/byteorder.h>
|
||||||
|
#undef __KERNEL__
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue