Better file structure and build system
[sysstatus.git] / include / status / volume_alsa.h
diff --git a/include/status/volume_alsa.h b/include/status/volume_alsa.h
new file mode 100644 (file)
index 0000000..044824d
--- /dev/null
@@ -0,0 +1,9 @@
+
+#ifndef __VOLUME_ALSA_H__
+#define __VOLUME_ALSA_H__
+
+#include <alsa/asoundlib.h>
+
+int status_volume_alsa(char *cardname, char *mixername, snd_mixer_selem_channel_id_t channel);
+
+#endif