diff options
| author | Takashi Iwai <tiwai@suse.de> | 2015-08-21 19:26:48 +0200 |
|---|---|---|
| committer | Takashi Iwai <tiwai@suse.de> | 2015-08-21 19:26:48 +0200 |
| commit | 00833d70ca29a9d60c694b9475a9d3327ed9461e (patch) | |
| tree | 48ae16d7d4c1ca370ff223279b49602c6d3f44a9 /include/uapi | |
| parent | fa4f18b4f402d3654415935511d8e0bb51a102b7 (diff) | |
| parent | f6b28e4ded45bb91bc4cd115d55e35badedfce5f (diff) | |
Merge branch 'for-linus' into for-next
Diffstat (limited to 'include/uapi')
| -rw-r--r-- | include/uapi/sound/asoc.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/uapi/sound/asoc.h b/include/uapi/sound/asoc.h index 51b8066a223b..247c50bd60f0 100644 --- a/include/uapi/sound/asoc.h +++ b/include/uapi/sound/asoc.h @@ -18,6 +18,12 @@ #include <linux/types.h> #include <sound/asound.h> +#ifndef __KERNEL__ +#error This API is an early revision and not enabled in the current +#error kernel release, it will be enabled in a future kernel version +#error with incompatible changes to what is here. +#endif + /* * Maximum number of channels topology kcontrol can represent. */ |
