From e8e5747650626442f8f9940ad5bc37b21ca85ad9 Mon Sep 17 00:00:00 2001 From: Takamichi Horikawa Date: Mon, 17 Jul 2017 00:38:13 +0900 Subject: soundout autoconf --- soundout/ossout.c | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 soundout/ossout.c (limited to 'soundout/ossout.c') diff --git a/soundout/ossout.c b/soundout/ossout.c new file mode 100644 index 0000000..1083f20 --- /dev/null +++ b/soundout/ossout.c @@ -0,0 +1,8 @@ +#include +#include + +struct ossout_state { + struct sound_state ss; +}; + +struct sound_state *ossout_init( -- cgit v1.2.3