summaryrefslogtreecommitdiffstats
path: root/src/interleave.h
blob: add447febf3d4fb8203119fa1fc4e48df876359b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef foosydneyinterleavehfoo
#define foosydneyinterleavehfoo

#include <sys/types.h>

#include "sydney.h"

typedef void (*sa_interleave_func_t) (void *dst, size_t dstr, const void *src, size_t sstr, size_t bytes);

sa_interleave_func_t sa_get_interleave_func(sa_pcm_format_t f);

#endif