aboutsummaryrefslogtreecommitdiffstats
path: root/include/uapi/sound/hdspm.h
diff options
context:
space:
mode:
authorMikko Rapeli <mikko.rapeli@iki.fi>2015-02-17 00:05:27 +0100
committerTakashi Iwai <tiwai@suse.de>2015-02-17 07:43:25 +0100
commit76a3aeac2f6c02ecf065fa9baa279dd54bf2d819 (patch)
tree0ab3451d9992459bfc65abc5e3084295c993f735 /include/uapi/sound/hdspm.h
parentLinux 3.19 (diff)
downloadlinux-dev-76a3aeac2f6c02ecf065fa9baa279dd54bf2d819.tar.xz
linux-dev-76a3aeac2f6c02ecf065fa9baa279dd54bf2d819.zip
hdspm.h: include stdint.h in userspace
Fixes compilation error: sound/hdspm.h:43:2: error: unknown type name ‘uint32_t’ Signed-off-by: Mikko Rapeli <mikko.rapeli@iki.fi> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'include/uapi/sound/hdspm.h')
-rw-r--r--include/uapi/sound/hdspm.h6
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