9 lines
173 B
C
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
|