aboutsummaryrefslogtreecommitdiff
path: root/soundout/ossout.c
diff options
context:
space:
mode:
Diffstat (limited to 'soundout/ossout.c')
-rw-r--r--soundout/ossout.c8
1 files changed, 8 insertions, 0 deletions
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 <sys/stat.h>
+#include <fcntl.h>
+
+struct ossout_state {
+ struct sound_state ss;
+};
+
+struct sound_state *ossout_init(