summaryrefslogtreecommitdiff
path: root/src/pcm/pcm_iec958.c
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2006-01-09 14:40:08 +0000
committerTakashi Iwai <tiwai@suse.de>2006-01-09 14:40:08 +0000
commit6333b48061c51fe10934486118e5ce09e54b115e (patch)
treecc7afb3169558301b16c345d5ac9a0df3b6f6220 /src/pcm/pcm_iec958.c
parent8e9dbcad79aaa25905287757960869d2ad7b9a80 (diff)
downloadalsa-lib-6333b48061c51fe10934486118e5ce09e54b115e.tar.gz
Fix S24_BE format conversions
Fix S24_BE format conversions by René Rebe <rene@exactcode.de>.
Diffstat (limited to 'src/pcm/pcm_iec958.c')
-rw-r--r--src/pcm/pcm_iec958.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pcm/pcm_iec958.c b/src/pcm/pcm_iec958.c
index f8dd54bc..3b120adc 100644
--- a/src/pcm/pcm_iec958.c
+++ b/src/pcm/pcm_iec958.c
@@ -30,6 +30,8 @@
#include "pcm_local.h"
#include "pcm_plugin.h"
+#include "plugin_ops.h"
+
#ifndef PIC
/* entry for static linking */
const char *_snd_module_pcm_iec958 = "";