📄 philips_iref.h
字号:
/*
* Copyright (c) 1995,1996,1997 by TriMedia Technologies.
*
* +------------------------------------------------------------------+
* | This software is furnished under a license and may only be used |
* | and copied in accordance with the terms and conditions of such |
* | a license and with the inclusion of this copyright notice. This |
* | software or any other copies of this software may not be provided|
* | or otherwise made available to any other person. The ownership |
* | and title of this software is not transferred. |
* | |
* | The information in this software is subject to change without |
* | any prior notice and should not be construed as a commitment by |
* | TriMedia Technologies. |
* | |
* | this code and information is provided "as is" without any |
* | warranty of any kind, either expressed or implied, including but |
* | not limited to the implied warranties of merchantability and/or |
* | fitness for any particular purpose. |
* +------------------------------------------------------------------+
*
* Module name : philips_iref.h 1.5
*
* Last update : 10:48:29 - 98/05/29
*
* Description :
*
* Board Support Package for Trimedia peripherals.
* This particular file supports the Philips IREF board.
* The purpose of this file is to define philips_iref_config.
* This board config structure will be included in a table
* in boardcfg.c
*
* Revision :
* Built for the TCS 1.1 release
*
*
*/
#ifndef _PHILIPS_IREF_H_
#define _PHILIPS_IREF_H_
#define IREF_SUPPORTED_STREAM_FORMATS (AD1847_SUPPORTED_STREAM_FORMATS | \
CS4333_SUPPORTED_STREAM_FORMATS)
#define IREF_SUPPORTED_PCM_OUT_FORMATS (AD1847_SUPPORTED_PCM_OUT_FORMATS | \
CS4333_SUPPORTED_PCM_OUT_FORMATS)
#define IREF_SUPPORTED_PCM_IN_FORMATS (AD1847_SUPPORTED_PCM_IN_FORMATS)
#define IREF_INPUT_AUDIO_ADAPTERS (aaaNone | aaaMicInput | aaaLineInput | aaaAuxInput1)
#define IREF_OUTPUT_AUDIO_ADAPTERS (aaaNone | aaaLineOutput1 | aaaLineOutput2)
#if defined(__cplusplus)
extern "C" {
#endif
#if defined(__cplusplus)
}
#endif
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -