aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/2mic/fm34_cmd/fm34_we395_default.h
blob: 66957915c329b0dfcaa96687aeb21b8d2fcf697d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
/*
 * Copyright (C) 2012 Samsung Corporation.
 *
 * This software is licensed under the terms of the GNU General Public
 * License version 2, as published by the Free Software Foundation, and
 * may be copied, distributed, and modified under those terms.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 */


 #ifndef __FEM34_WE395_CMD_H__
#define __FEM34_WE395_CMD_H__

unsigned char bypass_cmd[] = {
/*0xC0,*/
0xFC, 0xF3, 0x3B, 0x22, 0xF5, 0x00, 0x03,
0xFC, 0xF3, 0x3B, 0x22, 0xF8, 0x80, 0x03,
0xFC, 0xF3, 0x3B, 0x22, 0xC6, 0x00, 0x7D,
0xFC, 0xF3, 0x3B, 0x22, 0xC7, 0x00, 0x00,
0xFC, 0xF3, 0x3B, 0x22, 0xC8, 0x00, 0x18,
0xFC, 0xF3, 0x3B, 0x23, 0x0A, 0x1A, 0x00,
0xFC, 0xF3, 0x3B, 0x22, 0xFA, 0x24, 0x8B,
0xFC, 0xF3, 0x3B, 0x22, 0xF9, 0x00, 0x7F,
0xFC, 0xF3, 0x3B, 0x22, 0xF6, 0x00, 0x00,
0xFC, 0xF3, 0x3B, 0x22, 0xD2, 0x82, 0x94,
0xFC, 0xF3, 0x3B, 0x22, 0xEE, 0x00, 0x01,
0xFC, 0xF3, 0x3B, 0x22, 0xFB, 0x00, 0x00,
};

unsigned char handset_ns_cmd[] = {
};

unsigned char loud_ns_cmd[] = {
};

unsigned char ftm_loopback_cmd[] = {
};

#endif