From 826f99e18701988d7e7cdc3d7019a20e1d697403 Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Mon, 6 Nov 2017 20:06:08 -0500 Subject: libpcm: Get unbranded structure tag out of my way. No functional changes. Change-Id: If372023cb605389a203a635b700eca20685ad49b --- lib/rbcodec/codecs/wav64.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/rbcodec/codecs/wav64.c') diff --git a/lib/rbcodec/codecs/wav64.c b/lib/rbcodec/codecs/wav64.c index 66bb3e3a11..a74c932e0e 100644 --- a/lib/rbcodec/codecs/wav64.c +++ b/lib/rbcodec/codecs/wav64.c @@ -94,7 +94,7 @@ static const struct pcm_codec *get_wave_codec(uint32_t formattag) return 0; } -static struct pcm_format format; +static struct libpcm_pcm_format format; static uint32_t bytesdone; /* Read an unaligned 64-bit little endian unsigned integer from buffer. */ @@ -211,7 +211,7 @@ enum codec_status codec_run(void) ci->advance_buffer(40); firstblockposn = 40; - ci->memset(&format, 0, sizeof(struct pcm_format)); + ci->memset(&format, 0, sizeof(struct libpcm_pcm_format)); format.is_signed = true; format.is_little_endian = true; -- cgit v1.2.3