blob: 8368ed544e43fb1142916a8bf2054dc17122117e [file] [log] [blame]
/* 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