]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
ASoC: sof: include types.h at header.h
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Tue, 15 Oct 2019 05:44:09 +0000 (14:44 +0900)
committerMark Brown <broonie@kernel.org>
Tue, 15 Oct 2019 09:13:11 +0000 (10:13 +0100)
commit03048217624a9472c1c7a205c8ea9bf8d4026e59
treedc8dbd6dec01e06e3c26dc4250d7d4f4aed8701d
parent848704f39ff61f3f618975a76d6379f2848359a8
ASoC: sof: include types.h at header.h

Content-Transfer-Encoding: 8bit

Without <types.h> we will get these error

linux/include/sound/sof/header.h:125:2: error: unknown type name ‘uint32_t’uint32_t size;
linux/include/sound/sof/header.h:136:2: error: unknown type name ‘uint32_t’uint32_t size;
linux/include/sound/sof/header.h:137:2: error: unknown type name ‘uint32_t’uint32_t cmd;
...
linux/include/sound/sof/dai-imx.h:18:2: error: unknown type name ‘uint16_t’uint16_t reserved1;
linux/include/sound/sof/dai-imx.h:30:2: error: unknown type name ‘uint16_t’uint16_t tdm_slot_width;
linux/include/sound/sof/dai-imx.h:31:2: error: unknown type name ‘uint16_t’uint16_t reserved2;

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Link: https://lore.kernel.org/r/87a7a24l7r.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
include/sound/sof/header.h