044824dbb8fde902cb703133b81d543251d163dc
[sysstatus.git] / statuses / volume_alsa.h
1
2 #ifndef __VOLUME_ALSA_H__
3 #define __VOLUME_ALSA_H__
4
5 #include <alsa/asoundlib.h>
6
7 int status_volume_alsa(char *cardname, char *mixername, snd_mixer_selem_channel_id_t channel);
8
9 #endif