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
This commit is contained in:
Solomon Peachy 2025-11-30 11:21:37 -05:00
parent d376e0afb7
commit a79bdaf462
20 changed files with 62 additions and 43 deletions

View file

@ -0,0 +1,7 @@
#ifndef __PCM_ANDROID_H
#define __PCM_ANDROID_H
void pcm_set_mixer_volume(int volume);
void pcm_shutdown(void);
#endif /* __PCM_ANDROID_H */