| /* | 
 |  * include/amlogic/auge_sound.h | 
 |  * | 
 |  * This program is free software; you can redistribute it and/or modify | 
 |  * it under the terms of the GNU General Public License as published by | 
 |  * the Free Software Foundation; either version 2 of the named License, | 
 |  * or any later version. | 
 |  * | 
 |  * This program is distributed in the hope that it will be useful, | 
 |  * but WITHOUT ANY WARRANTY; without even the implied warranty of | 
 |  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 
 |  * GNU General Public License for more details. | 
 |  * | 
 |  */ | 
 |  | 
 | #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 |