diff options
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 @@ | |||
| 20 | * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. | 20 | * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. |
| 21 | */ | 21 | */ |
| 22 | 22 | ||
| 23 | #ifdef __KERNEL__ | ||
| 24 | #include <linux/types.h> | ||
| 25 | #else | ||
| 26 | #include <stdint.h> | ||
| 27 | #endif | ||
| 28 | |||
| 23 | /* Maximum channels is 64 even on 56Mode you have 64playbacks to matrix */ | 29 | /* Maximum channels is 64 even on 56Mode you have 64playbacks to matrix */ |
| 24 | #define HDSPM_MAX_CHANNELS 64 | 30 | #define HDSPM_MAX_CHANNELS 64 |
| 25 | 31 | ||
