From: Vinod Koul <vinod.koul@intel.com>
To: alsa-devel@alsa-project.org
Cc: tiwai@suse.de, patches.audio@intel.com,
liam.r.girdwood@linux.intel.com,
Vinod Koul <vinod.koul@intel.com>,
broonie@kernel.org, Shreyas NC <shreyas.nc@intel.com>
Subject: [PATCH v4 2/3] Add u8 in type_compat.h
Date: Thu, 28 Apr 2016 11:07:57 +0530 [thread overview]
Message-ID: <1461821878-26953-3-git-send-email-vinod.koul@intel.com> (raw)
In-Reply-To: <1461821878-26953-1-git-send-email-vinod.koul@intel.com>
From: Shreyas NC <shreyas.nc@intel.com>
Skylake headers use u8 data types which were not present in
type_compat so add them.
Signed-off-by: Shreyas NC <shreyas.nc@intel.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
---
include/sound/type_compat.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/include/sound/type_compat.h b/include/sound/type_compat.h
index eec86e4bc41e..e973ff3139e2 100644
--- a/include/sound/type_compat.h
+++ b/include/sound/type_compat.h
@@ -32,9 +32,11 @@ typedef int32_t __s32;
#define __le64 __u64
#define __le32 __u32
#define __le16 __u16
+#define __le8 __u8
#define __be64 __u64
#define __be32 __u32
#define __be16 __u16
+#define __be8 __u8
#endif /* DOC_HIDDEN */
#endif /* __TYPE_COMPAT_H */
--
1.9.1
next prev parent reply other threads:[~2016-04-28 5:32 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-04-28 5:37 [PATCH v4 0/3]: conf: topology: Add the conf for SKL-rt286 Vinod Koul
2016-04-28 5:37 ` Vinod Koul [this message]
2016-04-28 5:37 ` [PATCH v4 3/3] conf: topology: Generate Private data binary blobs Vinod Koul
2016-04-28 14:18 ` [PATCH v4 0/3]: conf: topology: Add the conf for SKL-rt286 Takashi Iwai
2016-05-02 8:37 ` Vinod Koul
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1461821878-26953-3-git-send-email-vinod.koul@intel.com \
--to=vinod.koul@intel.com \
--cc=alsa-devel@alsa-project.org \
--cc=broonie@kernel.org \
--cc=liam.r.girdwood@linux.intel.com \
--cc=patches.audio@intel.com \
--cc=shreyas.nc@intel.com \
--cc=tiwai@suse.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).