blob: 64f81abf47cd81f27e5110086610d09e2bb96738 [file] [log] [blame]
/* SPDX-License-Identifier: (GPL-2.0+ OR MIT) */
/*
* include/amlogic/auge_sound.h
*
* Copyright (C) 2020 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