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