aboutsummaryrefslogtreecommitdiff
path: root/soundout/alsaout.h
diff options
context:
space:
mode:
Diffstat (limited to 'soundout/alsaout.h')
-rw-r--r--soundout/alsaout.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/soundout/alsaout.h b/soundout/alsaout.h
new file mode 100644
index 0000000..cd79c27
--- /dev/null
+++ b/soundout/alsaout.h
@@ -0,0 +1,9 @@
+#ifndef MYON_ALSAOUT_H_INCLUDED
+#define MYON_ALSAOUT_H_INCLUDED
+
+#include "soundout.h"
+
+struct sound_state *alsaout_init(const char *clientname, unsigned srate, sound_callback cbfunc, void *userptr);
+
+#endif // MYON_ALSAOUT_H_INCLUDED
+