⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 wmaudiodefs.h

📁 pxa270平台 windows mobile 5.2 wm9713 触摸屏+音频驱动
💻 H
字号:
/*-----------------------------------------------------------------------------
 * Copyright (c) Wolfson Microelectronics plc.  All rights reserved.
 *
 * This software as well as any related documentation is furnished under 
 * license and may only be used or copied in accordance with the terms of the 
 * license. The information in this file is furnished for informational use 
 * only, is subject to change without notice, and should not be construed as 
 * a commitment by Wolfson Microelectronics plc. Wolfson Microelectronics plc
 * assumes no responsibility or liability for any errors or inaccuracies that
 * may appear in this document or any software that may be provided in
 * association with this document. 
 *
 * Except as permitted by such license, no part of this document may be 
 * reproduced, stored in a retrieval system, or transmitted in any form or by 
 * any means without the express written consent of Wolfson Microelectronics plc. 
 *
 * $Id: WMAudioDefs.h 3998 2006-10-03 13:00:37Z fb $
 *
 * Common Wolfson audio register defines.
 *
 * Warning:
 *  This driver is specifically written for Wolfson Codecs. It is not a 
 *  general CODEC device driver.
 *
 *---------------------------------------------------------------------------*/
#ifndef __WMAUDIODEFS_H__
#define __WMAUDIODEFS_H__

/* 
 * Include files
 */
#include "WM97AudioDefs.h"

#define WM_GAIN_0DB               0
#define WM_GAIN_MINUS_1DB        -1
#define WM_GAIN_MINUS_2DB        -2
#define WM_GAIN_MINUS_3DB        -3
#define WM_GAIN_MINUS_4DB        -4
#define WM_GAIN_MINUS_5DB        -5
#define WM_GAIN_MINUS_6DB        -6
#define WM_GAIN_MINUS_7DB        -7
#define WM_GAIN_MINUS_8DB        -8
#define WM_GAIN_MINUS_9DB        -9
#define WM_GAIN_MINUS_10DB       -10
#define WM_GAIN_MINUS_11DB       -11
#define WM_GAIN_MINUS_12DB       -12
#define WM_GAIN_MINUS_13DB       -13
#define WM_GAIN_MINUS_14DB       -14
#define WM_GAIN_MINUS_15DB       -15
#define WM_GAIN_MINUS_16DB       -16
#define WM_GAIN_MINUS_17DB       -17
#define WM_GAIN_MINUS_18DB       -18
#define WM_GAIN_MINUS_19DB       -19
#define WM_GAIN_MINUS_20DB       -20
#define WM_GAIN_MINUS_21DB       -21
#define WM_GAIN_MINUS_22DB       -22
#define WM_GAIN_MINUS_23DB       -23
#define WM_GAIN_MINUS_24DB       -24
#define WM_GAIN_MINUS_25DB       -25
#define WM_GAIN_MINUS_26DB       -26
#define WM_GAIN_MINUS_27DB       -27
#define WM_GAIN_MINUS_28DB       -28
#define WM_GAIN_MINUS_29DB       -29
#define WM_GAIN_MINUS_30DB       -30
#define WM_GAIN_MINUS_31DB       -31
#define WM_GAIN_MINUS_32DB       -32
#define WM_GAIN_MINUS_33DB       -33
#define WM_GAIN_MINUS_34DB       -34
#define WM_GAIN_MINUS_35DB       -35
#define WM_GAIN_MINUS_36DB       -36
#define WM_GAIN_MINUS_37DB       -37
#define WM_GAIN_MINUS_38DB       -38
#define WM_GAIN_MINUS_39DB       -39
#define WM_GAIN_MINUS_40DB       -40
#endif   /* __WMAUDIODEFS_H__ */
/*------------------------------ END OF FILE ---------------------------------*/

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -