q6afe-v2.h 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391
  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 __Q6AFE_V2_H__
  13. #define __Q6AFE_V2_H__
  14. #include <dsp/apr_audio-v2.h>
  15. #include <dsp/rtac.h>
  16. #define IN 0x000
  17. #define OUT 0x001
  18. #define MSM_AFE_MONO 0
  19. #define MSM_AFE_CH_STEREO 1
  20. #define MSM_AFE_MONO_RIGHT 1
  21. #define MSM_AFE_MONO_LEFT 2
  22. #define MSM_AFE_STEREO 3
  23. #define MSM_AFE_4CHANNELS 4
  24. #define MSM_AFE_6CHANNELS 6
  25. #define MSM_AFE_8CHANNELS 8
  26. #define MSM_AFE_I2S_FORMAT_LPCM 0
  27. #define MSM_AFE_I2S_FORMAT_COMPR 1
  28. #define MSM_AFE_I2S_FORMAT_IEC60958_LPCM 2
  29. #define MSM_AFE_I2S_FORMAT_IEC60958_COMPR 3
  30. #define MSM_AFE_PORT_TYPE_RX 0
  31. #define MSM_AFE_PORT_TYPE_TX 1
  32. #define RT_PROXY_DAI_001_RX 0xE0
  33. #define RT_PROXY_DAI_001_TX 0xF0
  34. #define RT_PROXY_DAI_002_RX 0xF1
  35. #define RT_PROXY_DAI_002_TX 0xE1
  36. #define VIRTUAL_ID_TO_PORTID(val) ((val & 0xF) | 0x2000)
  37. #define AFE_CLK_VERSION_V1 1
  38. #define AFE_CLK_VERSION_V2 2
  39. #define AFE_API_VERSION_SUPPORT_SPV3 2
  40. typedef int (*routing_cb)(int port);
  41. enum {
  42. /* IDX 0->4 */
  43. IDX_PRIMARY_I2S_RX,
  44. IDX_PRIMARY_I2S_TX,
  45. IDX_AFE_PORT_ID_PRIMARY_PCM_RX,
  46. IDX_AFE_PORT_ID_PRIMARY_PCM_TX,
  47. IDX_SECONDARY_I2S_RX,
  48. /* IDX 5->9 */
  49. IDX_SECONDARY_I2S_TX,
  50. IDX_MI2S_RX,
  51. IDX_MI2S_TX,
  52. IDX_HDMI_RX,
  53. IDX_RSVD_2,
  54. /* IDX 10->14 */
  55. IDX_RSVD_3,
  56. IDX_DIGI_MIC_TX,
  57. IDX_VOICE_RECORD_RX,
  58. IDX_VOICE_RECORD_TX,
  59. IDX_VOICE_PLAYBACK_TX,
  60. /* IDX 15->19 */
  61. IDX_SLIMBUS_0_RX,
  62. IDX_SLIMBUS_0_TX,
  63. IDX_SLIMBUS_1_RX,
  64. IDX_SLIMBUS_1_TX,
  65. IDX_SLIMBUS_2_RX,
  66. /* IDX 20->24 */
  67. IDX_SLIMBUS_2_TX,
  68. IDX_SLIMBUS_3_RX,
  69. IDX_SLIMBUS_3_TX,
  70. IDX_SLIMBUS_4_RX,
  71. IDX_SLIMBUS_4_TX,
  72. /* IDX 25->29 */
  73. IDX_SLIMBUS_5_RX,
  74. IDX_SLIMBUS_5_TX,
  75. IDX_INT_BT_SCO_RX,
  76. IDX_INT_BT_SCO_TX,
  77. IDX_INT_BT_A2DP_RX,
  78. /* IDX 30->34 */
  79. IDX_INT_FM_RX,
  80. IDX_INT_FM_TX,
  81. IDX_RT_PROXY_PORT_001_RX,
  82. IDX_RT_PROXY_PORT_001_TX,
  83. IDX_AFE_PORT_ID_QUATERNARY_MI2S_RX,
  84. /* IDX 35->39 */
  85. IDX_AFE_PORT_ID_QUATERNARY_MI2S_TX,
  86. IDX_AFE_PORT_ID_SECONDARY_MI2S_RX,
  87. IDX_AFE_PORT_ID_SECONDARY_MI2S_TX,
  88. IDX_AFE_PORT_ID_TERTIARY_MI2S_RX,
  89. IDX_AFE_PORT_ID_TERTIARY_MI2S_TX,
  90. /* IDX 40->44 */
  91. IDX_AFE_PORT_ID_PRIMARY_MI2S_RX,
  92. IDX_AFE_PORT_ID_PRIMARY_MI2S_TX,
  93. IDX_AFE_PORT_ID_SECONDARY_PCM_RX,
  94. IDX_AFE_PORT_ID_SECONDARY_PCM_TX,
  95. IDX_VOICE2_PLAYBACK_TX,
  96. /* IDX 45->49 */
  97. IDX_SLIMBUS_6_RX,
  98. IDX_SLIMBUS_6_TX,
  99. IDX_SPDIF_RX,
  100. IDX_GLOBAL_CFG,
  101. IDX_AUDIO_PORT_ID_I2S_RX,
  102. /* IDX 50->53 */
  103. IDX_AFE_PORT_ID_SECONDARY_MI2S_RX_SD1,
  104. IDX_AFE_PORT_ID_QUINARY_MI2S_RX,
  105. IDX_AFE_PORT_ID_QUINARY_MI2S_TX,
  106. IDX_AFE_PORT_ID_SENARY_MI2S_TX,
  107. /* IDX 54->117 */
  108. IDX_AFE_PORT_ID_PRIMARY_TDM_RX_0,
  109. IDX_AFE_PORT_ID_PRIMARY_TDM_TX_0,
  110. IDX_AFE_PORT_ID_PRIMARY_TDM_RX_1,
  111. IDX_AFE_PORT_ID_PRIMARY_TDM_TX_1,
  112. IDX_AFE_PORT_ID_PRIMARY_TDM_RX_2,
  113. IDX_AFE_PORT_ID_PRIMARY_TDM_TX_2,
  114. IDX_AFE_PORT_ID_PRIMARY_TDM_RX_3,
  115. IDX_AFE_PORT_ID_PRIMARY_TDM_TX_3,
  116. IDX_AFE_PORT_ID_PRIMARY_TDM_RX_4,
  117. IDX_AFE_PORT_ID_PRIMARY_TDM_TX_4,
  118. IDX_AFE_PORT_ID_PRIMARY_TDM_RX_5,
  119. IDX_AFE_PORT_ID_PRIMARY_TDM_TX_5,
  120. IDX_AFE_PORT_ID_PRIMARY_TDM_RX_6,
  121. IDX_AFE_PORT_ID_PRIMARY_TDM_TX_6,
  122. IDX_AFE_PORT_ID_PRIMARY_TDM_RX_7,
  123. IDX_AFE_PORT_ID_PRIMARY_TDM_TX_7,
  124. IDX_AFE_PORT_ID_SECONDARY_TDM_RX_0,
  125. IDX_AFE_PORT_ID_SECONDARY_TDM_TX_0,
  126. IDX_AFE_PORT_ID_SECONDARY_TDM_RX_1,
  127. IDX_AFE_PORT_ID_SECONDARY_TDM_TX_1,
  128. IDX_AFE_PORT_ID_SECONDARY_TDM_RX_2,
  129. IDX_AFE_PORT_ID_SECONDARY_TDM_TX_2,
  130. IDX_AFE_PORT_ID_SECONDARY_TDM_RX_3,
  131. IDX_AFE_PORT_ID_SECONDARY_TDM_TX_3,
  132. IDX_AFE_PORT_ID_SECONDARY_TDM_RX_4,
  133. IDX_AFE_PORT_ID_SECONDARY_TDM_TX_4,
  134. IDX_AFE_PORT_ID_SECONDARY_TDM_RX_5,
  135. IDX_AFE_PORT_ID_SECONDARY_TDM_TX_5,
  136. IDX_AFE_PORT_ID_SECONDARY_TDM_RX_6,
  137. IDX_AFE_PORT_ID_SECONDARY_TDM_TX_6,
  138. IDX_AFE_PORT_ID_SECONDARY_TDM_RX_7,
  139. IDX_AFE_PORT_ID_SECONDARY_TDM_TX_7,
  140. IDX_AFE_PORT_ID_TERTIARY_TDM_RX_0,
  141. IDX_AFE_PORT_ID_TERTIARY_TDM_TX_0,
  142. IDX_AFE_PORT_ID_TERTIARY_TDM_RX_1,
  143. IDX_AFE_PORT_ID_TERTIARY_TDM_TX_1,
  144. IDX_AFE_PORT_ID_TERTIARY_TDM_RX_2,
  145. IDX_AFE_PORT_ID_TERTIARY_TDM_TX_2,
  146. IDX_AFE_PORT_ID_TERTIARY_TDM_RX_3,
  147. IDX_AFE_PORT_ID_TERTIARY_TDM_TX_3,
  148. IDX_AFE_PORT_ID_TERTIARY_TDM_RX_4,
  149. IDX_AFE_PORT_ID_TERTIARY_TDM_TX_4,
  150. IDX_AFE_PORT_ID_TERTIARY_TDM_RX_5,
  151. IDX_AFE_PORT_ID_TERTIARY_TDM_TX_5,
  152. IDX_AFE_PORT_ID_TERTIARY_TDM_RX_6,
  153. IDX_AFE_PORT_ID_TERTIARY_TDM_TX_6,
  154. IDX_AFE_PORT_ID_TERTIARY_TDM_RX_7,
  155. IDX_AFE_PORT_ID_TERTIARY_TDM_TX_7,
  156. IDX_AFE_PORT_ID_QUATERNARY_TDM_RX_0,
  157. IDX_AFE_PORT_ID_QUATERNARY_TDM_TX_0,
  158. IDX_AFE_PORT_ID_QUATERNARY_TDM_RX_1,
  159. IDX_AFE_PORT_ID_QUATERNARY_TDM_TX_1,
  160. IDX_AFE_PORT_ID_QUATERNARY_TDM_RX_2,
  161. IDX_AFE_PORT_ID_QUATERNARY_TDM_TX_2,
  162. IDX_AFE_PORT_ID_QUATERNARY_TDM_RX_3,
  163. IDX_AFE_PORT_ID_QUATERNARY_TDM_TX_3,
  164. IDX_AFE_PORT_ID_QUATERNARY_TDM_RX_4,
  165. IDX_AFE_PORT_ID_QUATERNARY_TDM_TX_4,
  166. IDX_AFE_PORT_ID_QUATERNARY_TDM_RX_5,
  167. IDX_AFE_PORT_ID_QUATERNARY_TDM_TX_5,
  168. IDX_AFE_PORT_ID_QUATERNARY_TDM_RX_6,
  169. IDX_AFE_PORT_ID_QUATERNARY_TDM_TX_6,
  170. IDX_AFE_PORT_ID_QUATERNARY_TDM_RX_7,
  171. IDX_AFE_PORT_ID_QUATERNARY_TDM_TX_7,
  172. /* IDX 118->121 */
  173. IDX_SLIMBUS_7_RX,
  174. IDX_SLIMBUS_7_TX,
  175. IDX_SLIMBUS_8_RX,
  176. IDX_SLIMBUS_8_TX,
  177. /* IDX 122-> 123 */
  178. IDX_AFE_PORT_ID_USB_RX,
  179. IDX_AFE_PORT_ID_USB_TX,
  180. /* IDX 124 */
  181. IDX_DISPLAY_PORT_RX,
  182. /* IDX 125-> 128 */
  183. IDX_AFE_PORT_ID_TERTIARY_PCM_RX,
  184. IDX_AFE_PORT_ID_TERTIARY_PCM_TX,
  185. IDX_AFE_PORT_ID_QUATERNARY_PCM_RX,
  186. IDX_AFE_PORT_ID_QUATERNARY_PCM_TX,
  187. /* IDX 129-> 142 */
  188. IDX_AFE_PORT_ID_INT0_MI2S_RX,
  189. IDX_AFE_PORT_ID_INT0_MI2S_TX,
  190. IDX_AFE_PORT_ID_INT1_MI2S_RX,
  191. IDX_AFE_PORT_ID_INT1_MI2S_TX,
  192. IDX_AFE_PORT_ID_INT2_MI2S_RX,
  193. IDX_AFE_PORT_ID_INT2_MI2S_TX,
  194. IDX_AFE_PORT_ID_INT3_MI2S_RX,
  195. IDX_AFE_PORT_ID_INT3_MI2S_TX,
  196. IDX_AFE_PORT_ID_INT4_MI2S_RX,
  197. IDX_AFE_PORT_ID_INT4_MI2S_TX,
  198. IDX_AFE_PORT_ID_INT5_MI2S_RX,
  199. IDX_AFE_PORT_ID_INT5_MI2S_TX,
  200. IDX_AFE_PORT_ID_INT6_MI2S_RX,
  201. IDX_AFE_PORT_ID_INT6_MI2S_TX,
  202. /* IDX 143-> 160 */
  203. IDX_AFE_PORT_ID_QUINARY_PCM_RX,
  204. IDX_AFE_PORT_ID_QUINARY_PCM_TX,
  205. IDX_AFE_PORT_ID_QUINARY_TDM_RX_0,
  206. IDX_AFE_PORT_ID_QUINARY_TDM_TX_0,
  207. IDX_AFE_PORT_ID_QUINARY_TDM_RX_1,
  208. IDX_AFE_PORT_ID_QUINARY_TDM_TX_1,
  209. IDX_AFE_PORT_ID_QUINARY_TDM_RX_2,
  210. IDX_AFE_PORT_ID_QUINARY_TDM_TX_2,
  211. IDX_AFE_PORT_ID_QUINARY_TDM_RX_3,
  212. IDX_AFE_PORT_ID_QUINARY_TDM_TX_3,
  213. IDX_AFE_PORT_ID_QUINARY_TDM_RX_4,
  214. IDX_AFE_PORT_ID_QUINARY_TDM_TX_4,
  215. IDX_AFE_PORT_ID_QUINARY_TDM_RX_5,
  216. IDX_AFE_PORT_ID_QUINARY_TDM_TX_5,
  217. IDX_AFE_PORT_ID_QUINARY_TDM_RX_6,
  218. IDX_AFE_PORT_ID_QUINARY_TDM_TX_6,
  219. IDX_AFE_PORT_ID_QUINARY_TDM_RX_7,
  220. IDX_AFE_PORT_ID_QUINARY_TDM_TX_7,
  221. AFE_MAX_PORTS
  222. };
  223. enum afe_mad_type {
  224. MAD_HW_NONE = 0x00,
  225. MAD_HW_AUDIO = 0x01,
  226. MAD_HW_BEACON = 0x02,
  227. MAD_HW_ULTRASOUND = 0x04,
  228. MAD_SW_AUDIO = 0x05,
  229. };
  230. enum afe_cal_mode {
  231. AFE_CAL_MODE_DEFAULT = 0x00,
  232. AFE_CAL_MODE_NONE,
  233. };
  234. struct afe_audio_buffer {
  235. dma_addr_t phys;
  236. void *data;
  237. uint32_t used;
  238. uint32_t size;/* size of buffer */
  239. uint32_t actual_size; /* actual number of bytes read by DSP */
  240. struct dma_buf *dma_buf;
  241. };
  242. struct afe_audio_port_data {
  243. struct afe_audio_buffer *buf;
  244. uint32_t max_buf_cnt;
  245. uint32_t dsp_buf;
  246. uint32_t cpu_buf;
  247. struct list_head mem_map_handle;
  248. uint32_t tmp_hdl;
  249. /* read or write locks */
  250. struct mutex lock;
  251. spinlock_t dsp_lock;
  252. };
  253. struct afe_audio_client {
  254. atomic_t cmd_state;
  255. /* Relative or absolute TS */
  256. uint32_t time_flag;
  257. void *priv;
  258. uint64_t time_stamp;
  259. struct mutex cmd_lock;
  260. /* idx:1 out port, 0: in port*/
  261. struct afe_audio_port_data port[2];
  262. wait_queue_head_t cmd_wait;
  263. uint32_t mem_map_handle;
  264. };
  265. struct aanc_data {
  266. bool aanc_active;
  267. uint16_t aanc_rx_port;
  268. uint16_t aanc_tx_port;
  269. uint32_t aanc_rx_port_sample_rate;
  270. uint32_t aanc_tx_port_sample_rate;
  271. };
  272. int afe_open(u16 port_id, union afe_port_config *afe_config, int rate);
  273. int afe_close(int port_id);
  274. int afe_loopback(u16 enable, u16 rx_port, u16 tx_port);
  275. int afe_sidetone_enable(u16 tx_port_id, u16 rx_port_id, bool enable);
  276. int afe_set_display_stream(u16 rx_port_id, u32 stream_idx, u32 ctl_idx);
  277. int afe_loopback_gain(u16 port_id, u16 volume);
  278. int afe_validate_port(u16 port_id);
  279. int afe_get_port_index(u16 port_id);
  280. int afe_get_topology(int port_id);
  281. int afe_start_pseudo_port(u16 port_id);
  282. int afe_stop_pseudo_port(u16 port_id);
  283. uint32_t afe_req_mmap_handle(struct afe_audio_client *ac);
  284. int afe_memory_map(phys_addr_t dma_addr_p, u32 dma_buf_sz,
  285. struct afe_audio_client *ac);
  286. int afe_cmd_memory_map(phys_addr_t dma_addr_p, u32 dma_buf_sz);
  287. int afe_cmd_memory_map_nowait(int port_id, phys_addr_t dma_addr_p,
  288. u32 dma_buf_sz);
  289. int afe_cmd_memory_unmap(u32 dma_addr_p);
  290. int afe_cmd_memory_unmap_nowait(u32 dma_addr_p);
  291. void afe_set_dtmf_gen_rx_portid(u16 rx_port_id, int set);
  292. int afe_dtmf_generate_rx(int64_t duration_in_ms,
  293. uint16_t high_freq,
  294. uint16_t low_freq, uint16_t gain);
  295. int afe_register_get_events(u16 port_id,
  296. void (*cb)(uint32_t opcode,
  297. uint32_t token, uint32_t *payload, void *priv),
  298. void *private_data);
  299. int afe_unregister_get_events(u16 port_id);
  300. int afe_rt_proxy_port_write(phys_addr_t buf_addr_p,
  301. u32 mem_map_handle, int bytes);
  302. int afe_rt_proxy_port_read(phys_addr_t buf_addr_p,
  303. u32 mem_map_handle, int bytes);
  304. void afe_set_cal_mode(u16 port_id, enum afe_cal_mode afe_cal_mode);
  305. int afe_port_start(u16 port_id, union afe_port_config *afe_config,
  306. u32 rate);
  307. int afe_port_start_v2(u16 port_id, union afe_port_config *afe_config,
  308. u32 rate, u16 afe_in_channels, u16 afe_in_bit_width,
  309. struct afe_enc_config *enc_config,
  310. struct afe_dec_config *dec_config);
  311. int afe_spk_prot_feed_back_cfg(int src_port, int dst_port,
  312. int l_ch, int r_ch, u32 enable);
  313. int afe_spk_prot_get_calib_data(struct afe_spkr_prot_get_vi_calib *calib);
  314. int afe_port_stop_nowait(int port_id);
  315. int afe_apply_gain(u16 port_id, u16 gain);
  316. int afe_q6_interface_prepare(void);
  317. int afe_get_port_type(u16 port_id);
  318. int q6afe_audio_client_buf_alloc_contiguous(unsigned int dir,
  319. struct afe_audio_client *ac,
  320. unsigned int bufsz,
  321. unsigned int bufcnt);
  322. struct afe_audio_client *q6afe_audio_client_alloc(void *priv);
  323. int q6afe_audio_client_buf_free_contiguous(unsigned int dir,
  324. struct afe_audio_client *ac);
  325. void q6afe_audio_client_free(struct afe_audio_client *ac);
  326. /* if port_id is virtual, convert to physical..
  327. * if port_id is already physical, return physical
  328. */
  329. int afe_convert_virtual_to_portid(u16 port_id);
  330. int afe_pseudo_port_start_nowait(u16 port_id);
  331. int afe_pseudo_port_stop_nowait(u16 port_id);
  332. int afe_set_lpass_clock(u16 port_id, struct afe_clk_cfg *cfg);
  333. int afe_set_lpass_clock_v2(u16 port_id, struct afe_clk_set *cfg);
  334. int afe_set_lpass_clk_cfg(int index, struct afe_clk_set *cfg);
  335. int afe_set_digital_codec_core_clock(u16 port_id,
  336. struct afe_digital_clk_cfg *cfg);
  337. int afe_set_lpass_internal_digital_codec_clock(u16 port_id,
  338. struct afe_digital_clk_cfg *cfg);
  339. int afe_enable_lpass_core_shared_clock(u16 port_id, u32 enable);
  340. int q6afe_check_osr_clk_freq(u32 freq);
  341. int afe_send_spdif_clk_cfg(struct afe_param_id_spdif_clk_cfg *cfg,
  342. u16 port_id);
  343. int afe_send_spdif_ch_status_cfg(struct afe_param_id_spdif_ch_status_cfg
  344. *ch_status_cfg, u16 port_id);
  345. int afe_spdif_port_start(u16 port_id, struct afe_spdif_port_config *spdif_port,
  346. u32 rate);
  347. int afe_turn_onoff_hw_mad(u16 mad_type, u16 mad_enable);
  348. int afe_port_set_mad_type(u16 port_id, enum afe_mad_type mad_type);
  349. enum afe_mad_type afe_port_get_mad_type(u16 port_id);
  350. int afe_set_config(enum afe_config_type config_type, void *config_data,
  351. int arg);
  352. void afe_clear_config(enum afe_config_type config);
  353. bool afe_has_config(enum afe_config_type config);
  354. void afe_set_aanc_info(struct aanc_data *aanc_info);
  355. int afe_port_group_set_param(u16 group_id,
  356. union afe_port_group_config *afe_group_config);
  357. int afe_port_group_enable(u16 group_id,
  358. union afe_port_group_config *afe_group_config, u16 enable);
  359. int afe_unmap_rtac_block(uint32_t *mem_map_handle);
  360. int afe_map_rtac_block(struct rtac_cal_block_data *cal_block);
  361. int afe_send_slot_mapping_cfg(
  362. struct afe_param_id_slot_mapping_cfg *slot_mapping_cfg,
  363. u16 port_id);
  364. int afe_send_custom_tdm_header_cfg(
  365. struct afe_param_id_custom_tdm_header_cfg *custom_tdm_header_cfg,
  366. u16 port_id);
  367. int afe_tdm_port_start(u16 port_id, struct afe_tdm_port_config *tdm_port,
  368. u32 rate, u16 num_groups);
  369. void afe_set_routing_callback(routing_cb cb);
  370. int afe_get_av_dev_drift(struct afe_param_id_dev_timing_stats *timing_stats,
  371. u16 port);
  372. #endif /* __Q6AFE_V2_H__ */