[resend PATCH] include: Add missing structs and defines for xact3wb.h
Signed-off-by: Vijay Kiran Kamuju <infyquest(a)gmail.com> Any updates on this. Please review and let me know.
On Fri, Apr 10, 2020 at 5:29 PM Zebediah Figura <z.figura12(a)gmail.com> wrote:
On 4/10/20 7:57 AM, Vijay Kiran Kamuju wrote:
+#define WAVEBANK_HEADER_SIGNATURE 'DBNW'
This isn't portable. I suspect using the equivalent integer constant would be acceptable in its stead.
Something like this #define WAVEBANK_HEADER_SIGNATURE 0x44424e57
On 4/10/20 10:46 AM, Vijay Kiran Kamuju wrote:
On Fri, Apr 10, 2020 at 5:29 PM Zebediah Figura <z.figura12(a)gmail.com> wrote:
On 4/10/20 7:57 AM, Vijay Kiran Kamuju wrote:
+#define WAVEBANK_HEADER_SIGNATURE 'DBNW'
This isn't portable. I suspect using the equivalent integer constant would be acceptable in its stead.
Something like this #define WAVEBANK_HEADER_SIGNATURE 0x44424e57
Yes, I believe so.
participants (3)
-
Vijay Kiran Kamuju -
Zebediah Figura -
Zebediah Figura