summaryrefslogtreecommitdiff
path: root/statuses/volume_alsa.h
blob: 044824dbb8fde902cb703133b81d543251d163dc (plain)
1
2
3
4
5
6
7
8
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