www.pudn.com > scaling.rar > 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  
 
#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_ */