#ifndef _AUDIO_TEST_H
#define _AUDIO_TEST_H
#include <stdint.h>
void audio_test(uint8_t sub_cmd, uint8_t *param);
#endif // _AUDIO_TEST_H