AC695N-SoundBox-SDK/apps/soundbox/include/soundcard/peripheral.h

15 lines
299 B
C
Raw Permalink Normal View History

2026-08-09 00:00:00 +00:00
#ifndef __PERIPHERAL_H__
#define __PERIPHERAL_H__
#include "generic/typedef.h"
#include "app_config.h"
void soundcard_pa_init(void);
void soundcard_pa_umute(void);
void soundcard_pa_mute(void);
void soundcard_ear_mic_mute(u8 mute);
void soundcard_peripheral_init(void);
#endif//__PERIPHERAL_H__