Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 /*
0003  * Mediatek MT6797 audio driver interconnection definition
0004  *
0005  * Copyright (c) 2018 MediaTek Inc.
0006  * Author: KaiChieh Chuang <kaichieh.chuang@mediatek.com>
0007  */
0008 
0009 #ifndef _MT6797_INTERCONNECTION_H_
0010 #define _MT6797_INTERCONNECTION_H_
0011 
0012 #define I_I2S0_CH1 0
0013 #define I_I2S0_CH2 1
0014 #define I_ADDA_UL_CH1 3
0015 #define I_ADDA_UL_CH2 4
0016 #define I_DL1_CH1 5
0017 #define I_DL1_CH2 6
0018 #define I_DL2_CH1 7
0019 #define I_DL2_CH2 8
0020 #define I_PCM_1_CAP_CH1 9
0021 #define I_GAIN1_OUT_CH1 10
0022 #define I_GAIN1_OUT_CH2 11
0023 #define I_GAIN2_OUT_CH1 12
0024 #define I_GAIN2_OUT_CH2 13
0025 #define I_PCM_2_CAP_CH1 14
0026 #define I_PCM_2_CAP_CH2 21
0027 #define I_PCM_1_CAP_CH2 22
0028 #define I_DL3_CH1 23
0029 #define I_DL3_CH2 24
0030 #define I_I2S2_CH1 25
0031 #define I_I2S2_CH2 26
0032 
0033 #endif