rockbox/firmware/target/hosted/android/pcm-android.h
Solomon Peachy a79bdaf462 audio: Move hosted audio "codec" drivers into their respective target dirs
They are nearly entirely generic wrappers around ALSA controls, unique
per target, and are ripe for further consolidation.

Change-Id: I05e4a450e3e89e03616906601c4f8fa46200dff5
2025-12-02 18:59:50 -05:00

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 */