Re: [PATCH 08/11] UAPI: sound: Fix use of u32 and co. in UAPI headers

From: Takashi Sakamoto
Date: Thu Sep 06 2018 - 02:09:50 EST


Hi,

On Sep 6 2018 00:55, David Howells wrote:
Fix the use of u32 and co. in UAPI headers as these are not defined. Switch
to using the __u32-style equivalents instead.

Signed-off-by: David Howells <dhowells@xxxxxxxxxx>
cc: Jaroslav Kysela <perex@xxxxxxxx>
cc: Takashi Iwai <tiwai@xxxxxxxx>
cc: alsa-devel@xxxxxxxxxxxxxxxx (moderated for non-subscribers)
---

include/uapi/sound/skl-tplg-interface.h | 106 ++++++++++++++++---------------
1 file changed, 54 insertions(+), 52 deletions(-)

A similar patch was already proposed[1] and has been applied by Mark to
his tree[2]. Your issue (3) is going to be solved soon for v4.19
kernel.

[1] [alsa-devel] [PATCH] uapi: fix sound/skl-tplg-interface.h userspace compilation errors
http://mailman.alsa-project.org/pipermail/alsa-devel/2018-August/139392.html
[2] ASoC: uapi: fix sound/skl-tplg-interface.h userspace compilation errors
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git/log/?h=for-4.19


Thanks

Takashi Sakamoto