usraudio.c
来自「IXP425的BSP代码」· C语言 代码 · 共 45 行
C
45 行
/* 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 + =
减小字号Ctrl + -
显示快捷键?