KT25-0812_82A-UART/apps/soundbox/include/soundcard/peripheral.h
2025-08-12 18:09:23 +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__