KT26-0607_AC695n-BTE-SDK312/apps/soundbox/include/soundcard/peripheral.h
2026-06-07 19:38:16 +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__