summaryrefslogtreecommitdiff
path: root/lib/rbcodec/codecs/libpcm/linear_pcm.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rbcodec/codecs/libpcm/linear_pcm.c')
-rw-r--r--lib/rbcodec/codecs/libpcm/linear_pcm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/rbcodec/codecs/libpcm/linear_pcm.c b/lib/rbcodec/codecs/libpcm/linear_pcm.c
index 5c3c140b8c..fd0aaeb013 100644
--- a/lib/rbcodec/codecs/libpcm/linear_pcm.c
+++ b/lib/rbcodec/codecs/libpcm/linear_pcm.c
@@ -32,9 +32,9 @@
32#define DEC_DEPTH_32 (32 - PCM_OUTPUT_DEPTH) 32#define DEC_DEPTH_32 (32 - PCM_OUTPUT_DEPTH)
33 33
34 34
35static struct pcm_format *fmt; 35static struct libpcm_pcm_format *fmt;
36 36
37static bool set_format(struct pcm_format *format) 37static bool set_format(struct libpcm_pcm_format *format)
38{ 38{
39 fmt = format; 39 fmt = format;
40 40