import PULS_20160108
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / sound / soc / mediatek / mt_soc_audio_v2 / mt_soc_afe_connection.h
1 /*
2 * Copyright (C) 2007 The Android Open Source Project
3 *
4 * Licensed under the Apache License, Version 2.0 (the "License");
5 * you may not use this file except in compliance with the License.
6 * You may obtain a copy of the License at
7 *
8 * http://www.apache.org/licenses/LICENSE-2.0
9 *
10 * Unless required by applicable law or agreed to in writing, software
11 * distributed under the License is distributed on an "AS IS" BASIS,
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 * See the License for the specific language governing permissions and
14 * limitations under the License.
15 */
16 /*******************************************************************************
17 *
18 * Filename:
19 * ---------
20 * mt_sco_afe_connection.c
21 *
22 * Project:
23 * --------
24 * MT6583 Audio Driver Kernel Function
25 *
26 * Description:
27 * ------------
28 * Audio register
29 *
30 * Author:
31 * -------
32 * Chipeng Chang
33 *
34 *------------------------------------------------------------------------------
35 * $Revision: #1 $
36 * $Modtime:$
37 * $Log:$
38 *
39 *
40 *******************************************************************************/
41 #ifndef _MT_SOC_AFE_CONNECTION_H_
42 #define _MT_SOC_AFE_CONNECTION_H_
43
44 #include "AudDrv_Common.h"
45 #include "AudDrv_Def.h"
46 #include "AudDrv_Afe.h"
47 #include "AudDrv_Ana.h"
48 #include "AudDrv_Clk.h"
49
50 /*****************************************************************************
51 * E X T E R N A L R E F E R E N C E
52 *****************************************************************************/
53 bool SetConnectionState(uint32 ConnectionState, uint32 Input, uint32 Output);
54
55 #endif
56