rt-thread/bsp/qemu-vexpress-a9/drivers/audio/drv_sound.h

14 lines
224 B
C
Raw Normal View History

/*
* 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