#ifndef __PCM_ANDROID_H
#define __PCM_ANDROID_H

void pcm_set_mixer_volume(int volume);
void pcm_shutdown(void);

#endif /* __PCM_ANDROID_H */
