[alsa-devel] [PATCH v05 63/72] include/uapi/sound/Kbuild: remove sound/asoc.h from userspace
Based on git commit messages and the #error macro messages it should not be used in userspace. Fixes userspace compile errors:
sound/asoc.h:21:2: error: #error This API is an early revision and not enabled in the current #error This API is an early revision and not enabled in the current ^~~~~ sound/asoc.h:22:2: error: #error kernel release, it will be enabled in a futur e kernel version #error kernel release, it will be enabled in a future kernel version ^~~~~ sound/asoc.h:23:2: error: #error with incompatible changes to what is here. #error with incompatible changes to what is here. ^~~~~
Signed-off-by: Mikko Rapeli mikko.rapeli@iki.fi --- include/uapi/sound/Kbuild | 1 - 1 file changed, 1 deletion(-)
diff --git a/include/uapi/sound/Kbuild b/include/uapi/sound/Kbuild index 691984c..6d8b203 100644 --- a/include/uapi/sound/Kbuild +++ b/include/uapi/sound/Kbuild @@ -1,6 +1,5 @@ # UAPI Header export list header-y += asequencer.h -header-y += asoc.h header-y += asound.h header-y += asound_fm.h header-y += compress_offload.h
participants (1)
-
Mikko Rapeli