mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-06 21:25:03 -05:00
They are nearly entirely generic wrappers around ALSA controls, unique per target, and are ripe for further consolidation. Change-Id: I05e4a450e3e89e03616906601c4f8fa46200dff5
7 lines
143 B
C
7 lines
143 B
C
#ifndef __PCM_ANDROID_H
|
|
#define __PCM_ANDROID_H
|
|
|
|
void pcm_set_mixer_volume(int volume);
|
|
void pcm_shutdown(void);
|
|
|
|
#endif /* __PCM_ANDROID_H */
|