tstatus/alsa.h

9 lines
173 B
C
Raw Permalink Normal View History

2022-09-25 10:35:26 -05:00
/* 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