iom_cmd_audio.h
来自「使用DM642 來進行scaling 有說明檔」· C头文件 代码 · 共 37 行
H
37 行
/*
* Copyright 2003 by Texas Instruments Incorporated.
* All rights reserved. Property of Texas Instruments Incorporated.
* Restricted rights to use, duplicate or disclose this code are
* granted through contract.
*
*/
/* "@(#) DSP/BIOS 4.90.270 06-11-03 (barracuda-m10)" */
/*
* ======== iom_cmd_audio.h ========
*
* Common command structure for IOM Audio Devices.
*
*
*/
#ifndef IOM_CMD_AUDIO_
#define IOM_CMD_AUDIO_
#include <iom.h>
#ifdef __cplusplus
extern "C" {
#endif
/*
* -------- Command codes for control --------
*/
#define IOM_CNTL_AUDIO_SETSAMPLERATE 160 /* Start with 160 for now?? */
#define IOM_CNTL_AUDIO_SETVOLUMELINEOUT 161
#ifdef __cplusplus
}
#endif /* extern "C" */
#endif /* IOM_CMD_AUDIO_ */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?