swr-slave-port-config.h 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  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. /* 4 Channel configuration */
  35. /* SWR DMIC0 */
  36. static struct port_params tx_bottom_mic_9p6MHz[SWR_MSTR_PORT_LEN] = {
  37. {7, 2, 0, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0, 0x00, 0x00}, /* TX1 */
  38. {7, 6, 0, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0, 0x00, 0x00}, /* TX2 */
  39. };
  40. /* SWR DMIC1 */
  41. static struct port_params tx_receiver_mic_9p6MHz[SWR_MSTR_PORT_LEN] = {
  42. {7, 4, 0, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0, 0x00, 0x00}, /* TX1 */
  43. {7, 7, 0, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0, 0x00, 0x00}, /* TX2 */
  44. };
  45. /* SWR DMIC2 */
  46. static struct port_params tx_back_mic_9p6MHz[SWR_MSTR_PORT_LEN] = {
  47. {7, 3, 0, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0, 0x00, 0x00}, /* TX1 */
  48. {7, 1, 0, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0, 0x00, 0x00}, /* TX2 */
  49. };
  50. /* SWR DMIC3 */
  51. static struct port_params tx_top_mic_9p6MHz[SWR_MSTR_PORT_LEN] = {
  52. {7, 1, 0, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0, 0x00, 0x00}, /* TX1 */
  53. {7, 5, 0, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0, 0x00, 0x00}, /* TX2 */
  54. };
  55. /* 3 Channel configuration */
  56. /* SWR DMIC0 */
  57. static struct port_params tx_bottom_mic_4p8MHz[SWR_MSTR_PORT_LEN] = {
  58. {3, 1, 0, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0, 0x00, 0x00}, /* TX1 */
  59. {3, 3, 0, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0, 0x00, 0x00}, /* TX2 */
  60. };
  61. /* SWR DMIC1 */
  62. static struct port_params tx_receiver_mic_4p8MHz[SWR_MSTR_PORT_LEN] = {
  63. {3, 2, 0, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0, 0x00, 0x00}, /* TX1 */
  64. {3, 1, 0, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0, 0x00, 0x00}, /* TX2 */
  65. };
  66. /* SWR DMIC2 */
  67. static struct port_params tx_back_mic_4p8MHz[SWR_MSTR_PORT_LEN] = {
  68. {3, 2, 0, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0, 0x00, 0x00}, /* TX1 */
  69. {3, 1, 0, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0, 0x00, 0x00}, /* TX2 */
  70. };
  71. /* SWR DMIC3 */
  72. static struct port_params tx_top_mic_4p8MHz[SWR_MSTR_PORT_LEN] = {
  73. {3, 3, 0, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0, 0x00, 0x00}, /* TX1 */
  74. {3, 2, 0, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0, 0x00, 0x00}, /* TX2 */
  75. };
  76. struct swr_dev_frame_config {
  77. struct port_params *pp;
  78. };
  79. static struct swr_dev_frame_config swrdev_frame_params_9p6MHz[] = {
  80. {tx_dummy},
  81. {tx_wcd_9p6MHz},
  82. {tx_top_mic_9p6MHz},
  83. {tx_back_mic_9p6MHz},
  84. {tx_receiver_mic_9p6MHz},
  85. {tx_bottom_mic_9p6MHz},
  86. };
  87. static struct swr_dev_frame_config swrdev_frame_params_4p8MHz[] = {
  88. {tx_dummy},
  89. {tx_wcd_4p8MHz},
  90. {tx_top_mic_4p8MHz},
  91. {tx_back_mic_4p8MHz},
  92. {tx_receiver_mic_4p8MHz},
  93. {tx_bottom_mic_4p8MHz},
  94. };
  95. #endif /* _LAHAINA_PORT_CONFIG */