v1.1.2:add audio and efuse patch

This commit is contained in:
刘可亮
2025-03-14 16:31:58 +08:00
parent fe0b990053
commit 049676e8a8
27 changed files with 380 additions and 119 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright (c) 2022-2024, ArtInChip Technology Co., Ltd
* Copyright (c) 2022-2025, ArtInChip Technology Co., Ltd
*
* SPDX-License-Identifier: Apache-2.0
*
@@ -16,6 +16,8 @@ extern "C" {
#include <aic_core.h>
int efuse_init(void);
void efuse_write_enable(void);
void efuse_write_disable(void);
int efuse_read(u32 addr, void *data, u32 size);
int efuse_read_chip_id(void *data);
int efuse_program(u32 addr, const void *data, u32 size);