diff options
author | Takashi Iwai <tiwai@suse.de> | 2006-01-09 14:40:08 +0000 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2006-01-09 14:40:08 +0000 |
commit | 6333b48061c51fe10934486118e5ce09e54b115e (patch) | |
tree | cc7afb3169558301b16c345d5ac9a0df3b6f6220 /src/pcm/pcm_iec958.c | |
parent | 8e9dbcad79aaa25905287757960869d2ad7b9a80 (diff) | |
download | alsa-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.c | 2 |
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 = ""; |