| /* SPDX-License-Identifier: (GPL-2.0+ OR MIT) */ | |
| /* | |
| * Copyright (c) 2019 Amlogic, Inc. All rights reserved. | |
| */ | |
| #ifndef __AUGE_SOUND_H__ | |
| #define __AUGE_SOUND_H__ | |
| /* auge audio register is defined in asm/arch/secure_apb.h */ | |
| int aml_audio_init(void); | |
| #endif |