📄 usraudio.c
字号:
/* usrAudio.c - Audio initialization *//* Copyright 2000 Wind River Systems, Inc. *//*modification history--------------------*//*DESCRIPTIONThis file is used to configure and initialize the VxWorks audio support.This file is included by usrConfig.c.MAKE NO CHANGES TO THIS FILE.All BSP specific code should be added tothe sysLib.c file or a sysScsi.c file in the BSP directory. Define themacro SYS_SCSI_CONFIG to generate the call to sysScsiConfig().See usrScsiConfig for more info on the SYS_SCSI_CONFIG macro.SEE ALSO: usrExtra.cNOMANUAL*//********************************************************************************* usrAudioInit - initialize audio device driver*** RETURNS: OK or ERROR.** SEE ALSO:* .pG "I/O System, Local File Systems"*/STATUS usrAudioInit (void) { return (OK); }
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -