swr-slave-port-config.h 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155
  1. /* SPDX-License-Identifier: GPL-2.0-only */
  2. /*
  3. * Copyright (c) 2018-2020, The Linux Foundation. All rights reserved.
  4. */
  5. #ifndef _SWR_SLAVE_PORT_CONFIG
  6. #define _SWR_SLAVE_PORT_CONFIG
  7. #include <soc/swr-common.h>
  8. #define WSA_MSTR_PORT_MASK 0xFF
  9. /*
  10. * Add port configuration in the format
  11. *{ si, off1, off2, hstart, hstop, wd_len, bp_mode, bgp_ctrl, lane_ctrl, dir,
  12. * stream_type}
  13. */
  14. /* DUMMY */
  15. static struct port_params tx_dummy[SWR_MSTR_PORT_LEN] = {
  16. {0, 0, 0, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0, 0x00, 0x00}, /* TX1 */
  17. {0, 0, 0, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0, 0x00, 0x00}, /* TX2 */
  18. {0, 0, 0, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0, 0x00, 0x00}, /* TX3 */
  19. };
  20. /* AMIC 9.6 MHz clock */
  21. static struct port_params tx_wcd_9p6MHz[SWR_MSTR_PORT_LEN] = {
  22. {3, 0, 0, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 1, 0x00, 0x00}, /* TX1 */
  23. {7, 5, 0, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0, 0x00, 0x00}, /* TX2 */
  24. {7, 1, 0, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0, 0x00, 0x00}, /* TX3 */
  25. {7, 1, 0, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0, 0x00, 0x00}, /* TX4 */
  26. };
  27. /* AMIC 4.8 MHz clock */
  28. static struct port_params tx_wcd_4p8MHz[SWR_MSTR_PORT_LEN] = {
  29. {3, 0, 0, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 1, 0x00, 0x00}, /* TX1 */
  30. {3, 2, 0, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0, 0x00, 0x00}, /* TX2 */
  31. {7, 1, 0, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0, 0x00, 0x00}, /* TX3 */
  32. {3, 2, 0, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0, 0x00, 0x00}, /* TX4 */
  33. };
  34. /* AMIC 0.6 MHz clock, single channel */
  35. static struct port_params tx_wcd_0p6MHz[SWR_MSTR_PORT_LEN] = {
  36. {1, 1, 0, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0, 0x00, 0x00}, /* TX1 */
  37. {1, 1, 0, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0, 0x00, 0x00}, /* TX2 */
  38. {1, 1, 0, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0, 0x00, 0x00}, /* TX3 */
  39. {1, 1, 0, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0, 0x00, 0x00}, /* TX4 */
  40. };
  41. /* 4 Channel configuration */
  42. /* SWR DMIC0 */
  43. static struct port_params tx_bottom_mic_9p6MHz[SWR_MSTR_PORT_LEN] = {
  44. {7, 2, 0, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0, 0x00, 0x00}, /* TX1 */
  45. {7, 6, 0, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0, 0x00, 0x00}, /* TX2 */
  46. };
  47. /* SWR DMIC1 */
  48. static struct port_params tx_receiver_mic_9p6MHz[SWR_MSTR_PORT_LEN] = {
  49. {7, 4, 0, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0, 0x00, 0x00}, /* TX1 */
  50. {7, 7, 0, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0, 0x00, 0x00}, /* TX2 */
  51. };
  52. /* SWR DMIC2 */
  53. static struct port_params tx_back_mic_9p6MHz[SWR_MSTR_PORT_LEN] = {
  54. {7, 3, 0, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0, 0x00, 0x00}, /* TX1 */
  55. {7, 1, 0, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0, 0x00, 0x00}, /* TX2 */
  56. };
  57. /* SWR DMIC3 */
  58. static struct port_params tx_top_mic_9p6MHz[SWR_MSTR_PORT_LEN] = {
  59. {7, 1, 0, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0, 0x00, 0x00}, /* TX1 */
  60. {7, 5, 0, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0, 0x00, 0x00}, /* TX2 */
  61. };
  62. /* 3 Channel configuration */
  63. /* SWR DMIC0 */
  64. static struct port_params tx_bottom_mic_4p8MHz[SWR_MSTR_PORT_LEN] = {
  65. {3, 2, 0, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0, 0x00, 0x00}, /* TX1 */
  66. {3, 3, 0, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0, 0x00, 0x00}, /* TX2 */
  67. };
  68. /* SWR DMIC1 */
  69. static struct port_params tx_receiver_mic_4p8MHz[SWR_MSTR_PORT_LEN] = {
  70. {3, 3, 0, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0, 0x00, 0x00}, /* TX1 */
  71. {3, 1, 0, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0, 0x00, 0x00}, /* TX2 */
  72. };
  73. /* SWR DMIC2 */
  74. static struct port_params tx_back_mic_4p8MHz[SWR_MSTR_PORT_LEN] = {
  75. {3, 3, 0, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0, 0x00, 0x00}, /* TX1 */
  76. {3, 1, 0, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0, 0x00, 0x00}, /* TX2 */
  77. };
  78. /* SWR DMIC3 */
  79. static struct port_params tx_top_mic_4p8MHz[SWR_MSTR_PORT_LEN] = {
  80. {3, 1, 0, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0, 0x00, 0x00}, /* TX1 */
  81. {3, 2, 0, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0, 0x00, 0x00}, /* TX2 */
  82. };
  83. /* 1 Channel configuration */
  84. /* SWR DMIC0 */
  85. static struct port_params tx_bottom_mic_0p6MHz[SWR_MSTR_PORT_LEN] = {
  86. {3, 1, 0, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0, 0x00, 0x00}, /* TX1 */
  87. {1, 1, 0, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0, 0x00, 0x00}, /* TX2 */
  88. };
  89. /* SWR DMIC1 */
  90. static struct port_params tx_receiver_mic_0p6MHz[SWR_MSTR_PORT_LEN] = {
  91. {3, 2, 0, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0, 0x00, 0x00}, /* TX1 */
  92. {1, 1, 0, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0, 0x00, 0x00}, /* TX2 */
  93. };
  94. /* SWR DMIC2 */
  95. static struct port_params tx_back_mic_0p6MHz[SWR_MSTR_PORT_LEN] = {
  96. {3, 2, 0, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0, 0x00, 0x00}, /* TX1 */
  97. {1, 1, 0, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0, 0x00, 0x00}, /* TX2 */
  98. };
  99. /* SWR DMIC3 */
  100. static struct port_params tx_top_mic_0p6MHz[SWR_MSTR_PORT_LEN] = {
  101. {3, 3, 0, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0, 0x00, 0x00}, /* TX1 */
  102. {1, 1, 0, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0, 0x00, 0x00}, /* TX2 */
  103. };
  104. struct swr_dev_frame_config {
  105. struct port_params *pp;
  106. };
  107. static struct swr_dev_frame_config swrdev_frame_params_9p6MHz[] = {
  108. {tx_dummy},
  109. {tx_wcd_9p6MHz},
  110. {tx_top_mic_9p6MHz},
  111. {tx_back_mic_9p6MHz},
  112. {tx_receiver_mic_9p6MHz},
  113. {tx_bottom_mic_9p6MHz},
  114. };
  115. static struct swr_dev_frame_config swrdev_frame_params_4p8MHz[] = {
  116. {tx_dummy},
  117. {tx_wcd_4p8MHz},
  118. {tx_top_mic_4p8MHz},
  119. {tx_back_mic_4p8MHz},
  120. {tx_receiver_mic_4p8MHz},
  121. {tx_bottom_mic_4p8MHz},
  122. };
  123. static struct swr_dev_frame_config swrdev_frame_params_0p6MHz[] = {
  124. {tx_dummy},
  125. {tx_wcd_0p6MHz},
  126. {tx_top_mic_0p6MHz},
  127. {tx_back_mic_0p6MHz},
  128. {tx_receiver_mic_0p6MHz},
  129. {tx_bottom_mic_0p6MHz},
  130. };
  131. #endif /* _LAHAINA_PORT_CONFIG */