rjw | 6c1fd8f | 2022-11-30 14:33:01 +0800 | [diff] [blame] | 1 | /***************************************************************************** |
| 2 | * Copyright Statement: |
| 3 | * -------------------- |
| 4 | * This software is protected by Copyright and the information contained |
| 5 | * herein is confidential. The software may not be copied and the information |
| 6 | * contained herein may not be used or disclosed except with the written |
| 7 | * permission of MediaTek Inc. (C) 2005 |
| 8 | * |
| 9 | * BY OPENING THIS FILE, BUYER HEREBY UNEQUIVOCALLY ACKNOWLEDGES AND AGREES |
| 10 | * THAT THE SOFTWARE/FIRMWARE AND ITS DOCUMENTATIONS ("MEDIATEK SOFTWARE") |
| 11 | * RECEIVED FROM MEDIATEK AND/OR ITS REPRESENTATIVES ARE PROVIDED TO BUYER ON |
| 12 | * AN "AS-IS" BASIS ONLY. MEDIATEK EXPRESSLY DISCLAIMS ANY AND ALL WARRANTIES, |
| 13 | * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF |
| 14 | * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE OR NONINFRINGEMENT. |
| 15 | * NEITHER DOES MEDIATEK PROVIDE ANY WARRANTY WHATSOEVER WITH RESPECT TO THE |
| 16 | * SOFTWARE OF ANY THIRD PARTY WHICH MAY BE USED BY, INCORPORATED IN, OR |
| 17 | * SUPPLIED WITH THE MEDIATEK SOFTWARE, AND BUYER AGREES TO LOOK ONLY TO SUCH |
| 18 | * THIRD PARTY FOR ANY WARRANTY CLAIM RELATING THERETO. MEDIATEK SHALL ALSO |
| 19 | * NOT BE RESPONSIBLE FOR ANY MEDIATEK SOFTWARE RELEASES MADE TO BUYER'S |
| 20 | * SPECIFICATION OR TO CONFORM TO A PARTICULAR STANDARD OR OPEN FORUM. |
| 21 | * |
| 22 | * BUYER'S SOLE AND EXCLUSIVE REMEDY AND MEDIATEK'S ENTIRE AND CUMULATIVE |
| 23 | * LIABILITY WITH RESPECT TO THE MEDIATEK SOFTWARE RELEASED HEREUNDER WILL BE, |
| 24 | * AT MEDIATEK'S OPTION, TO REVISE OR REPLACE THE MEDIATEK SOFTWARE AT ISSUE, |
| 25 | * OR REFUND ANY SOFTWARE LICENSE FEES OR SERVICE CHARGE PAID BY BUYER TO |
| 26 | * MEDIATEK FOR SUCH MEDIATEK SOFTWARE AT ISSUE. |
| 27 | * |
| 28 | * THE TRANSACTION CONTEMPLATED HEREUNDER SHALL BE CONSTRUED IN ACCORDANCE |
| 29 | * WITH THE LAWS OF THE STATE OF CALIFORNIA, USA, EXCLUDING ITS CONFLICT OF |
| 30 | * LAWS PRINCIPLES. ANY DISPUTES, CONTROVERSIES OR CLAIMS ARISING THEREOF AND |
| 31 | * RELATED THERETO SHALL BE SETTLED BY ARBITRATION IN SAN FRANCISCO, CA, UNDER |
| 32 | * THE RULES OF THE INTERNATIONAL CHAMBER OF COMMERCE (ICC). |
| 33 | * |
| 34 | *****************************************************************************/ |
| 35 | |
| 36 | /***************************************************************************** |
| 37 | * |
| 38 | * Filename: |
| 39 | * --------- |
| 40 | * audio_nvram_def.c |
| 41 | * |
| 42 | * Project: |
| 43 | * -------- |
| 44 | * MAUI |
| 45 | * |
| 46 | * Description: |
| 47 | * ------------ |
| 48 | * This file contains `vendor' defined logical data items stored in NVRAM. |
| 49 | * These logical data items are used in object code of Protocol Stack software. |
| 50 | * |
| 51 | * As for customizable logical data items, they are defined in nvram_user_config.c |
| 52 | * |
| 53 | * Author: |
| 54 | * ------- |
| 55 | * ------- |
| 56 | * |
| 57 | *============================================================================ |
| 58 | * HISTORY |
| 59 | * Below this line, this part is controlled by PVCS VM. DO NOT MODIFY!! |
| 60 | *------------------------------------------------------------------------------ |
| 61 | * removed! |
| 62 | * |
| 63 | * removed! |
| 64 | * removed! |
| 65 | * removed! |
| 66 | * |
| 67 | * removed! |
| 68 | * removed! |
| 69 | * removed! |
| 70 | * |
| 71 | * |
| 72 | * removed! |
| 73 | * removed! |
| 74 | * removed! |
| 75 | * |
| 76 | * |
| 77 | *------------------------------------------------------------------------------ |
| 78 | * Upper this line, this part is controlled by PVCS VM. DO NOT MODIFY!! |
| 79 | *============================================================================ |
| 80 | ****************************************************************************/ |
| 81 | #ifndef NVRAM_NOT_PRESENT |
| 82 | |
| 83 | /* |
| 84 | * Include Headers |
| 85 | */ |
| 86 | |
| 87 | #include "kal_general_types.h" |
| 88 | |
| 89 | /* |
| 90 | * NVRAM Basic Headers |
| 91 | */ |
| 92 | #ifdef NVRAM_AUTO_GEN |
| 93 | #include "nvram_auto_gen.h" |
| 94 | #endif |
| 95 | |
| 96 | #include "nvram_enums.h" |
| 97 | #include "nvram_defs.h" |
| 98 | #include "nvram_data_items.h" |
| 99 | |
| 100 | /* |
| 101 | * User Headers |
| 102 | */ |
| 103 | #include "audio_nvram_def.h" |
| 104 | #include "audio_nvram_editor.h" |
| 105 | |
| 106 | |
| 107 | /* |
| 108 | * Default value |
| 109 | */ |
| 110 | |
| 111 | #include "nvram_default_audio.h" |
| 112 | #include "AudCoeff.h" |
| 113 | #include "audcoeff_default.h" |
| 114 | |
| 115 | /** |
| 116 | Default values for each LID struture |
| 117 | */ |
| 118 | |
| 119 | |
| 120 | #if !defined(MED_NOT_PRESENT) |
| 121 | |
| 122 | |
| 123 | /* |
| 124 | * LID table |
| 125 | */ |
| 126 | ltable_entry_struct logical_data_item_table_audio[] = |
| 127 | { |
| 128 | #if 0 |
| 129 | /* under construction !*/ |
| 130 | /* under construction !*/ |
| 131 | /* under construction !*/ |
| 132 | /* under construction !*/ |
| 133 | /* under construction !*/ |
| 134 | /* under construction !*/ |
| 135 | /* under construction !*/ |
| 136 | /* under construction !*/ |
| 137 | /* under construction !*/ |
| 138 | /* under construction !*/ |
| 139 | #endif |
| 140 | }; |
| 141 | |
| 142 | #elif !defined(__MTK_TARGET__) |
| 143 | |
| 144 | ltable_entry_struct logical_data_item_table_audio[] = |
| 145 | { |
| 146 | { |
| 147 | NVRAM_LID_GRP_AUDIO(0), |
| 148 | 1, |
| 149 | 1, |
| 150 | NVRAM_NORMAL_NOT_GEN(0), |
| 151 | NVRAM_CATEGORY_USER, |
| 152 | NVRAM_ATTR_AVERAGE, |
| 153 | "AU6A", |
| 154 | 0 |
| 155 | }, |
| 156 | }; |
| 157 | |
| 158 | #endif |
| 159 | |
| 160 | #endif /* NVRAM_NOT_PRESENT */ |