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

#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