?? audio_power_up.h
字號:
#ifndef AUDIO_POWER_UP_H#define AUDIO_POWER_UP_H#ifdef __cplusplus /* Allow #include in a C++ file. */extern "C" {#endif/*================================================================================================== Header Name: audio_power_up.h General Description: Functions needed for Audio Manager to run during power up. ==================================================================================================== Motorola Confidential Proprietary Advanced Technology and Software Operations (c) Copyright Motorola 1999, All Rights Reserved Revision History: Modification TrackingAuthor Date Number Description of Changes------------------------- ------------ ---------- -------------------------------------------Ravi Subramanyan 08/08/2003 LIBdd25168 Move the compander parameters into the file systemRavi Subramanyan 07/21/2003 LIBdd19939 Change Audio Gain Table design so that it can be BRed to common MME Ravi Subramanyan 05/30/2003 LIBbb96110 Single Binary audio gainsbyr003 01-12-24 LIBbb15362 - LCA catchup for R1.2.1 Rena Dwork 09/06/01 LIBbb04889 declare am_hw_gain_table[] instead of *am_hw_gain_table when this file is not part of a ROM ONLY build Assaf Freimann 06/11/2001 CSGce94379 Support for LCA - change extern const AM_HW_GAINS_DATA am_hw_gain_table[ AM_HW_NO_OF_GAIN_TBLS ] ; to extern const AM_HW_GAINS_DATA *am_hw_gain_table;Steve Hagino 02/28/2001 CSGce89923 RAM Savings - Make gain tables CONSTMark Taraba 02/15/2000 CSGce27128 Initial file creation==================================================================================================== INCLUDE FILES==================================================================================================*/#include "audio_conditional_compile_def.h"#if (MAKE_NEPTUNE_CHIPSET == TRUE)#include <BUILD/memory_usage.h>#endif#include <SUAPI/su_basictypes.h>#include <ENGINE_SEEM/seem_element_type.h>#include "am_c_utilities.h"#include <ENGINE_SEEM/seem_fdi_outside_seem_access.h>#include <ENGINE_SEEM/seem_data_stream.h>#include <SYNERGY_DEVICE_LAYER/dl_file_system_auf.h> /*================================================================================================== CONSTANTS==================================================================================================*/#define AM_HW_GAIN_TABLE_RECORD_NUMBER 1#define AM_HW_GAIN_TABLE_ELEMENT_ID SEEM_AUDIO_GAINS#define AM_HW_GAIN_MULT_TABLE_ELEMENT_ID SEEM_DFLT_DEFAULT_URL/*================================================================================================== MACROS==================================================================================================*//*================================================================================================== ENUMS==================================================================================================*//*================================================================================================== STRUCTURES AND OTHER TYPEDEFS==================================================================================================*//*================================================================================================== GLOBAL VARIABLE DECLARATIONS==================================================================================================*//*================================================================================================== FUNCTION PROTOTYPES==================================================================================================*/extern void aud_read_gains (void);extern void aud_read_params (void);/*================================================================================================*/#ifdef __cplusplus}#endif#endif /* FILENAME_H */
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -