KT24-1110_65E-HA-651B/apps/soundbox/include/soundcard/peripheral.h
2024-11-10 18:44:17 +08:00

15 lines
299 B
C

#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__