tstatus/alsa.h
2022-09-25 10:35:26 -05:00

9 lines
173 B
C

/* see LICENSE file for details on license */
#ifndef TSTATUS_ALSA_H
int audio_volume(long *outvol);
int alsa_update(struct module *module);
#endif
#define TSTATUS_ALSA_H