📄 iom_cmd_audio.h
字号:
/*
* 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -