mt8183-interconnection.h 753 B

123456789101112131415161718192021222324252627282930313233
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. /*
  3. * Mediatek MT8183 audio driver interconnection definition
  4. *
  5. * Copyright (c) 2018 MediaTek Inc.
  6. * Author: KaiChieh Chuang <[email protected]>
  7. */
  8. #ifndef _MT8183_INTERCONNECTION_H_
  9. #define _MT8183_INTERCONNECTION_H_
  10. #define I_I2S0_CH1 0
  11. #define I_I2S0_CH2 1
  12. #define I_ADDA_UL_CH1 3
  13. #define I_ADDA_UL_CH2 4
  14. #define I_DL1_CH1 5
  15. #define I_DL1_CH2 6
  16. #define I_DL2_CH1 7
  17. #define I_DL2_CH2 8
  18. #define I_PCM_1_CAP_CH1 9
  19. #define I_GAIN1_OUT_CH1 10
  20. #define I_GAIN1_OUT_CH2 11
  21. #define I_GAIN2_OUT_CH1 12
  22. #define I_GAIN2_OUT_CH2 13
  23. #define I_PCM_2_CAP_CH1 14
  24. #define I_PCM_2_CAP_CH2 21
  25. #define I_PCM_1_CAP_CH2 22
  26. #define I_DL3_CH1 23
  27. #define I_DL3_CH2 24
  28. #define I_I2S2_CH1 25
  29. #define I_I2S2_CH2 26
  30. #endif