q6adm-v2.h 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214
  1. /* Copyright (c) 2012-2018, The Linux Foundation. All rights reserved.
  2. *
  3. * This program is free software; you can redistribute it and/or modify
  4. * it under the terms of the GNU General Public License version 2 and
  5. * only version 2 as published by the Free Software Foundation.
  6. *
  7. * This program is distributed in the hope that it will be useful,
  8. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  9. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  10. * GNU General Public License for more details.
  11. */
  12. #ifndef __Q6_ADM_V2_H__
  13. #define __Q6_ADM_V2_H__
  14. #define ADM_PATH_PLAYBACK 0x1
  15. #define ADM_PATH_LIVE_REC 0x2
  16. #define ADM_PATH_NONLIVE_REC 0x3
  17. #define ADM_PATH_COMPRESSED_RX 0x5
  18. #define ADM_PATH_COMPRESSED_TX 0x6
  19. #include <dsp/rtac.h>
  20. #include <dsp/q6afe-v2.h>
  21. #include <dsp/q6audio-v2.h>
  22. #define MAX_MODULES_IN_TOPO 16
  23. #define ADM_GET_TOPO_MODULE_LIST_LENGTH\
  24. ((MAX_MODULES_IN_TOPO + 1) * sizeof(uint32_t))
  25. #define ADM_GET_TOPO_MODULE_INSTANCE_LIST_LENGTH \
  26. ((MAX_MODULES_IN_TOPO + 1) * 2 * sizeof(uint32_t))
  27. #define AUD_PROC_BLOCK_SIZE 4096
  28. #define AUD_VOL_BLOCK_SIZE 4096
  29. #define AUD_PROC_PERSIST_BLOCK_SIZE (2 * 1024 * 1020)
  30. #define AUDIO_RX_CALIBRATION_SIZE (AUD_PROC_BLOCK_SIZE + \
  31. AUD_VOL_BLOCK_SIZE)
  32. enum {
  33. ADM_CUSTOM_TOP_CAL = 0,
  34. ADM_AUDPROC_CAL,
  35. ADM_LSM_AUDPROC_CAL,
  36. ADM_AUDVOL_CAL,
  37. ADM_RTAC_INFO_CAL,
  38. ADM_RTAC_APR_CAL,
  39. ADM_SRS_TRUMEDIA,
  40. ADM_RTAC_AUDVOL_CAL,
  41. ADM_LSM_AUDPROC_PERSISTENT_CAL,
  42. ADM_MAX_CAL_TYPES
  43. };
  44. enum {
  45. ADM_MEM_MAP_INDEX_SOURCE_TRACKING = ADM_MAX_CAL_TYPES,
  46. ADM_MEM_MAP_INDEX_MAX
  47. };
  48. enum {
  49. ADM_CLIENT_ID_DEFAULT = 0,
  50. ADM_CLIENT_ID_SOURCE_TRACKING,
  51. ADM_CLIENT_ID_MAX,
  52. };
  53. #define MAX_COPPS_PER_PORT 0x8
  54. #define ADM_MAX_CHANNELS 32
  55. #define ADSP_ADM_API_VERSION_V3 3
  56. /* multiple copp per stream. */
  57. struct route_payload {
  58. unsigned int copp_idx[MAX_COPPS_PER_PORT];
  59. unsigned int port_id[MAX_COPPS_PER_PORT];
  60. int app_type[MAX_COPPS_PER_PORT];
  61. int acdb_dev_id[MAX_COPPS_PER_PORT];
  62. int sample_rate[MAX_COPPS_PER_PORT];
  63. unsigned short num_copps;
  64. unsigned int session_id;
  65. };
  66. struct default_chmixer_param_id_coeff {
  67. uint32_t index;
  68. uint16_t num_output_channels;
  69. uint16_t num_input_channels;
  70. };
  71. struct msm_pcm_channel_mixer {
  72. int output_channel;
  73. int input_channels[ADM_MAX_CHANNELS];
  74. bool enable;
  75. int rule;
  76. int channel_weight[ADM_MAX_CHANNELS][ADM_MAX_CHANNELS];
  77. };
  78. int srs_trumedia_open(int port_id, int copp_idx, __s32 srs_tech_id,
  79. void *srs_params);
  80. int adm_dts_eagle_set(int port_id, int copp_idx, int param_id,
  81. void *data, uint32_t size);
  82. int adm_dts_eagle_get(int port_id, int copp_idx, int param_id,
  83. void *data, uint32_t size);
  84. void adm_copp_mfc_cfg(int port_id, int copp_idx, int dst_sample_rate);
  85. int adm_get_pp_params(int port_id, int copp_idx, uint32_t client_id,
  86. struct mem_mapping_hdr *mem_hdr,
  87. struct param_hdr_v3 *param_hdr, u8 *returned_param_data);
  88. int adm_send_params_v5(int port_id, int copp_idx, char *params,
  89. uint32_t params_length);
  90. int adm_set_pp_params(int port_id, int copp_idx,
  91. struct mem_mapping_hdr *mem_hdr, u8 *param_data,
  92. u32 params_size);
  93. int adm_pack_and_set_one_pp_param(int port_id, int copp_idx,
  94. struct param_hdr_v3 param_hdr,
  95. u8 *param_data);
  96. int adm_open(int port, int path, int rate, int mode, int topology,
  97. int perf_mode, uint16_t bits_per_sample,
  98. int app_type, int acdbdev_id);
  99. int adm_map_rtac_block(struct rtac_cal_block_data *cal_block);
  100. int adm_unmap_rtac_block(uint32_t *mem_map_handle);
  101. int adm_close(int port, int topology, int perf_mode);
  102. int adm_matrix_map(int path, struct route_payload payload_map,
  103. int perf_mode, uint32_t passthr_mode);
  104. int adm_connect_afe_port(int mode, int session_id, int port_id);
  105. void adm_ec_ref_rx_id(int port_id);
  106. void adm_num_ec_ref_rx_chans(int num_chans);
  107. void adm_ec_ref_rx_bit_width(int bit_width);
  108. void adm_ec_ref_rx_sampling_rate(int sampling_rate);
  109. int adm_get_lowlatency_copp_id(int port_id);
  110. int adm_set_multi_ch_map(char *channel_map, int path);
  111. int adm_get_multi_ch_map(char *channel_map, int path);
  112. int adm_validate_and_get_port_index(int port_id);
  113. int adm_get_default_copp_idx(int port_id);
  114. int adm_get_topology_for_port_from_copp_id(int port_id, int copp_id);
  115. int adm_get_topology_for_port_copp_idx(int port_id, int copp_idx);
  116. int adm_get_indexes_from_copp_id(int copp_id, int *port_idx, int *copp_idx);
  117. int adm_set_stereo_to_custom_stereo(int port_id, int copp_idx,
  118. unsigned int session_id,
  119. char *params, uint32_t params_length);
  120. int adm_get_pp_topo_module_list(int port_id, int copp_idx, int32_t param_length,
  121. char *params);
  122. int adm_get_pp_topo_module_list_v2(int port_id, int copp_idx,
  123. int32_t param_length,
  124. int32_t *returned_params);
  125. int adm_set_volume(int port_id, int copp_idx, int volume);
  126. int adm_set_softvolume(int port_id, int copp_idx,
  127. struct audproc_softvolume_params *softvol_param);
  128. int adm_set_mic_gain(int port_id, int copp_idx, int volume);
  129. int adm_send_set_multichannel_ec_primary_mic_ch(int port_id, int copp_idx,
  130. int primary_mic_ch);
  131. int adm_param_enable(int port_id, int copp_idx, int module_id, int enable);
  132. int adm_param_enable_v2(int port_id, int copp_idx,
  133. struct module_instance_info mod_inst_info, int enable);
  134. int adm_send_calibration(int port_id, int copp_idx, int path, int perf_mode,
  135. int cal_type, char *params, int size);
  136. int adm_set_wait_parameters(int port_id, int copp_idx);
  137. int adm_reset_wait_parameters(int port_id, int copp_idx);
  138. int adm_wait_timeout(int port_id, int copp_idx, int wait_time);
  139. int adm_store_cal_data(int port_id, int copp_idx, int path, int perf_mode,
  140. int cal_type, char *params, int *size);
  141. int adm_send_compressed_device_mute(int port_id, int copp_idx, bool mute_on);
  142. int adm_send_compressed_device_latency(int port_id, int copp_idx, int latency);
  143. int adm_set_sound_focus(int port_id, int copp_idx,
  144. struct sound_focus_param soundFocusData);
  145. int adm_get_sound_focus(int port_id, int copp_idx,
  146. struct sound_focus_param *soundFocusData);
  147. int adm_get_source_tracking(int port_id, int copp_idx,
  148. struct source_tracking_param *sourceTrackingData);
  149. int adm_set_custom_chmix_cfg(int port_id, int copp_idx,
  150. unsigned int session_id, char *params,
  151. uint32_t params_length, int direction,
  152. int stream_type);
  153. int adm_swap_speaker_channels(int port_id, int copp_idx, int sample_rate,
  154. bool spk_swap);
  155. int adm_programable_channel_mixer(int port_id, int copp_idx, int session_id,
  156. int session_type,
  157. struct msm_pcm_channel_mixer *ch_mixer,
  158. int channel_index);
  159. void msm_dts_srs_acquire_lock(void);
  160. void msm_dts_srs_release_lock(void);
  161. void adm_set_native_mode(int mode);
  162. #endif /* __Q6_ADM_V2_H__ */