diff options
author | Takashi Iwai <tiwai@suse.de> | 2015-02-23 11:14:03 +0300 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2015-02-23 11:14:03 +0300 |
commit | 88cacc57e879d29d626a66852fd982739dc7e6de (patch) | |
tree | b937525edcb487e0f4bd845eddc78ea428745278 /include/uapi/sound/hdspm.h | |
parent | 6176fadce29cf050806dc32538dc6ca3e32860b9 (diff) | |
parent | b9956409c281931c74ba8d0a2b61a98076a58602 (diff) | |
download | linux-88cacc57e879d29d626a66852fd982739dc7e6de.tar.xz |
Merge branch 'topic/uapi-fix' into for-next
Diffstat (limited to 'include/uapi/sound/hdspm.h')
-rw-r--r-- | include/uapi/sound/hdspm.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/uapi/sound/hdspm.h b/include/uapi/sound/hdspm.h index b357f1a5e29c..5737332d38f2 100644 --- a/include/uapi/sound/hdspm.h +++ b/include/uapi/sound/hdspm.h @@ -20,6 +20,12 @@ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ +#ifdef __KERNEL__ +#include <linux/types.h> +#else +#include <stdint.h> +#endif + /* Maximum channels is 64 even on 56Mode you have 64playbacks to matrix */ #define HDSPM_MAX_CHANNELS 64 |