summaryrefslogtreecommitdiffstats
path: root/interleave.h
blob: 10b6de1b7d45da3acc44931302def9552f218c51 (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 (*interleave_func_t) (void *dst, size_t dstr, const void *src, size_t sstr, size_t bytes);

interleave_func_t get_interleave_func(sa_pcm_format_t f);

#endif