2019-08-06 15:00:25 +08:00
|
|
|
/*
|
2019-08-07 14:03:18 +08:00
|
|
|
* Copyright (c) 2006-2018, RT-Thread Development Team
|
|
|
|
*
|
2019-08-06 15:00:25 +08:00
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
|
|
*
|
|
|
|
* Date Author Notes
|
|
|
|
* 2019-07-23 Zero-Free first implementation
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef __DRV_SOUND_H__
|
|
|
|
#define __DRV_SOUND_H__
|
|
|
|
|
|
|
|
int rt_hw_audio_init(void);
|
|
|
|
|
|
|
|
#endif
|