feat: 添加杰理 JL7016 SOC 代码生成模板

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-08-19 16:05:36 +08:00
co-authored by Cursor
parent 0eda925f58
commit 16bffd16b2
914 changed files with 254709 additions and 45 deletions
+30
View File
@@ -0,0 +1,30 @@
#ifndef _OVERLAY_CODE_H_
#define _OVERLAY_CODE_H_
#include "typedef.h"
enum {
OVERLAY_AEC = 0,
OVERLAY_WAV,
OVERLAY_APE,
OVERLAY_FLAC,
OVERLAY_M4A,
OVERLAY_AMR,
OVERLAY_DTS,
OVERLAY_FM,
#ifdef CONFIG_MP3_WMA_LIB_SPECIAL
OVERLAY_MP3,
OVERLAY_WMA,
#endif
OVERLAY_LC3,
};
void overlay_load_code(u32 type);
void audio_overlay_load_code(u32 type);
int audio_cvp_code_load(void);
#endif