summaryrefslogtreecommitdiff
path: root/input/alsa.h
diff options
context:
space:
mode:
Diffstat (limited to 'input/alsa.h')
-rw-r--r--input/alsa.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/input/alsa.h b/input/alsa.h
new file mode 100644
index 0000000..daa2f58
--- /dev/null
+++ b/input/alsa.h
@@ -0,0 +1,5 @@
+// header file for alsa, part of cava.
+
+#pragma once
+
+void *input_alsa(void *data);