libpcm: Get unbranded structure tag out of my way.

No functional changes.

Change-Id: If372023cb605389a203a635b700eca20685ad49b
This commit is contained in:
Michael Sevakis 2017-11-06 20:06:08 -05:00
parent 1015e1f5ca
commit 826f99e187
16 changed files with 36 additions and 36 deletions

View file

@ -47,7 +47,7 @@ else if ((data) < (min)) data = min;
*/
#define MSADPCM_NUM_COEFF 7
struct pcm_format {
struct libpcm_pcm_format {
/*
* RIFF: wFormatTag (in 'fmt ' chunk)
* AIFF: compressionType (in 'COMM' chunk)
@ -138,7 +138,7 @@ struct pcm_codec {
* true: RIFF/AIFF header check OK
* false: RIFF/AIFF header check NG
*/
bool (*set_format)(struct pcm_format *format);
bool (*set_format)(struct libpcm_pcm_format *format);
/*
* get seek position