18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
28c2ecf20Sopenharmony_ci/*
38c2ecf20Sopenharmony_ci * Mediatek MT8183 audio driver interconnection definition
48c2ecf20Sopenharmony_ci *
58c2ecf20Sopenharmony_ci * Copyright (c) 2018 MediaTek Inc.
68c2ecf20Sopenharmony_ci * Author: KaiChieh Chuang <kaichieh.chuang@mediatek.com>
78c2ecf20Sopenharmony_ci */
88c2ecf20Sopenharmony_ci
98c2ecf20Sopenharmony_ci#ifndef _MT8183_INTERCONNECTION_H_
108c2ecf20Sopenharmony_ci#define _MT8183_INTERCONNECTION_H_
118c2ecf20Sopenharmony_ci
128c2ecf20Sopenharmony_ci#define I_I2S0_CH1 0
138c2ecf20Sopenharmony_ci#define I_I2S0_CH2 1
148c2ecf20Sopenharmony_ci#define I_ADDA_UL_CH1 3
158c2ecf20Sopenharmony_ci#define I_ADDA_UL_CH2 4
168c2ecf20Sopenharmony_ci#define I_DL1_CH1 5
178c2ecf20Sopenharmony_ci#define I_DL1_CH2 6
188c2ecf20Sopenharmony_ci#define I_DL2_CH1 7
198c2ecf20Sopenharmony_ci#define I_DL2_CH2 8
208c2ecf20Sopenharmony_ci#define I_PCM_1_CAP_CH1 9
218c2ecf20Sopenharmony_ci#define I_GAIN1_OUT_CH1 10
228c2ecf20Sopenharmony_ci#define I_GAIN1_OUT_CH2 11
238c2ecf20Sopenharmony_ci#define I_GAIN2_OUT_CH1 12
248c2ecf20Sopenharmony_ci#define I_GAIN2_OUT_CH2 13
258c2ecf20Sopenharmony_ci#define I_PCM_2_CAP_CH1 14
268c2ecf20Sopenharmony_ci#define I_PCM_2_CAP_CH2 21
278c2ecf20Sopenharmony_ci#define I_PCM_1_CAP_CH2 22
288c2ecf20Sopenharmony_ci#define I_DL3_CH1 23
298c2ecf20Sopenharmony_ci#define I_DL3_CH2 24
308c2ecf20Sopenharmony_ci#define I_I2S2_CH1 25
318c2ecf20Sopenharmony_ci#define I_I2S2_CH2 26
328c2ecf20Sopenharmony_ci
338c2ecf20Sopenharmony_ci#endif
34