q6asm-v2.h 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748
  1. /* SPDX-License-Identifier: GPL-2.0-only */
  2. /*
  3. * Copyright (c) 2012-2019, The Linux Foundation. All rights reserved.
  4. */
  5. #ifndef __Q6_ASM_V2_H__
  6. #define __Q6_ASM_V2_H__
  7. #include <ipc/apr.h>
  8. #include <dsp/rtac.h>
  9. #include <dsp/apr_audio-v2.h>
  10. #include <linux/list.h>
  11. #include <linux/msm_ion.h>
  12. #define IN 0x000
  13. #define OUT 0x001
  14. #define CH_MODE_MONO 0x001
  15. #define CH_MODE_STEREO 0x002
  16. #define FORMAT_LINEAR_PCM 0x0000
  17. #define FORMAT_DTMF 0x0001
  18. #define FORMAT_ADPCM 0x0002
  19. #define FORMAT_YADPCM 0x0003
  20. #define FORMAT_MP3 0x0004
  21. #define FORMAT_MPEG4_AAC 0x0005
  22. #define FORMAT_AMRNB 0x0006
  23. #define FORMAT_AMRWB 0x0007
  24. #define FORMAT_V13K 0x0008
  25. #define FORMAT_EVRC 0x0009
  26. #define FORMAT_EVRCB 0x000a
  27. #define FORMAT_EVRCWB 0x000b
  28. #define FORMAT_MIDI 0x000c
  29. #define FORMAT_SBC 0x000d
  30. #define FORMAT_WMA_V10PRO 0x000e
  31. #define FORMAT_WMA_V9 0x000f
  32. #define FORMAT_AMR_WB_PLUS 0x0010
  33. #define FORMAT_MPEG4_MULTI_AAC 0x0011
  34. #define FORMAT_MULTI_CHANNEL_LINEAR_PCM 0x0012
  35. #define FORMAT_AC3 0x0013
  36. #define FORMAT_EAC3 0x0014
  37. #define FORMAT_MP2 0x0015
  38. #define FORMAT_FLAC 0x0016
  39. #define FORMAT_ALAC 0x0017
  40. #define FORMAT_VORBIS 0x0018
  41. #define FORMAT_APE 0x0019
  42. #define FORMAT_G711_ALAW_FS 0x001a
  43. #define FORMAT_G711_MLAW_FS 0x001b
  44. #define FORMAT_DTS 0x001c
  45. #define FORMAT_DSD 0x001d
  46. #define FORMAT_APTX 0x001e
  47. #define FORMAT_GEN_COMPR 0x001f
  48. #define FORMAT_TRUEHD 0x0020
  49. #define FORMAT_IEC61937 0x0021
  50. #define FORMAT_BESPOKE 0x0022
  51. #define ENCDEC_SBCBITRATE 0x0001
  52. #define ENCDEC_IMMEDIATE_DECODE 0x0002
  53. #define ENCDEC_CFG_BLK 0x0003
  54. #define ENC_CFG_ID_NONE 0x0000
  55. #define CMD_PAUSE 0x0001
  56. #define CMD_FLUSH 0x0002
  57. #define CMD_EOS 0x0003
  58. #define CMD_CLOSE 0x0004
  59. #define CMD_OUT_FLUSH 0x0005
  60. #define CMD_SUSPEND 0x0006
  61. /* bit 0:1 represents priority of stream */
  62. #define STREAM_PRIORITY_NORMAL 0x0000
  63. #define STREAM_PRIORITY_LOW 0x0001
  64. #define STREAM_PRIORITY_HIGH 0x0002
  65. /* bit 4 represents META enable of encoded data buffer */
  66. #define BUFFER_META_ENABLE 0x0010
  67. /* bit 5 represents timestamp */
  68. /* bit 5 - 0 -- ASM_DATA_EVENT_READ_DONE will have relative time-stamp*/
  69. /* bit 5 - 1 -- ASM_DATA_EVENT_READ_DONE will have absolute time-stamp*/
  70. #define ABSOLUTE_TIMESTAMP_ENABLE 0x0020
  71. /* Enable Sample_Rate/Channel_Mode notification event from Decoder */
  72. #define SR_CM_NOTIFY_ENABLE 0x0004
  73. #define TUN_WRITE_IO_MODE 0x0008 /* tunnel read write mode */
  74. #define TUN_READ_IO_MODE 0x0004 /* tunnel read write mode */
  75. #define SYNC_IO_MODE 0x0001
  76. #define ASYNC_IO_MODE 0x0002
  77. #define COMPRESSED_IO 0x0040
  78. #define COMPRESSED_STREAM_IO 0x0080
  79. #define NT_MODE 0x0400
  80. #define NO_TIMESTAMP 0xFF00
  81. #define SET_TIMESTAMP 0x0000
  82. #define SOFT_PAUSE_ENABLE 1
  83. #define SOFT_PAUSE_DISABLE 0
  84. #define ASM_ACTIVE_STREAMS_ALLOWED 0x8
  85. /* Control session is used for mapping calibration memory */
  86. #define ASM_CONTROL_SESSION (ASM_ACTIVE_STREAMS_ALLOWED + 1)
  87. #define ASM_SHIFT_GAPLESS_MODE_FLAG 31
  88. #define ASM_SHIFT_LAST_BUFFER_FLAG 30
  89. #define ASM_LITTLE_ENDIAN 0
  90. #define ASM_BIG_ENDIAN 1
  91. #define ADSP_ASM_API_VERSION_V2 2
  92. /* PCM_MEDIA_FORMAT_Version */
  93. enum {
  94. PCM_MEDIA_FORMAT_V2 = 0,
  95. PCM_MEDIA_FORMAT_V3,
  96. PCM_MEDIA_FORMAT_V4,
  97. PCM_MEDIA_FORMAT_V5,
  98. };
  99. /* PCM format modes in DSP */
  100. enum {
  101. DEFAULT_QF = 0,
  102. Q15 = 15,
  103. Q23 = 23,
  104. Q31 = 31,
  105. };
  106. /* payload structure bytes */
  107. #define READDONE_IDX_STATUS 0
  108. #define READDONE_IDX_BUFADD_LSW 1
  109. #define READDONE_IDX_BUFADD_MSW 2
  110. #define READDONE_IDX_MEMMAP_HDL 3
  111. #define READDONE_IDX_SIZE 4
  112. #define READDONE_IDX_OFFSET 5
  113. #define READDONE_IDX_LSW_TS 6
  114. #define READDONE_IDX_MSW_TS 7
  115. #define READDONE_IDX_FLAGS 8
  116. #define READDONE_IDX_NUMFRAMES 9
  117. #define READDONE_IDX_SEQ_ID 10
  118. #define SOFT_PAUSE_PERIOD 30 /* ramp up/down for 30ms */
  119. #define SOFT_PAUSE_STEP 0 /* Step value 0ms or 0us */
  120. enum {
  121. SOFT_PAUSE_CURVE_LINEAR = 0,
  122. SOFT_PAUSE_CURVE_EXP,
  123. SOFT_PAUSE_CURVE_LOG,
  124. };
  125. #define SOFT_VOLUME_PERIOD 30 /* ramp up/down for 30ms */
  126. #define SOFT_VOLUME_STEP 0 /* Step value 0ms or 0us */
  127. enum {
  128. SOFT_VOLUME_CURVE_LINEAR = 0,
  129. SOFT_VOLUME_CURVE_EXP,
  130. SOFT_VOLUME_CURVE_LOG,
  131. };
  132. #define SOFT_VOLUME_INSTANCE_1 1
  133. #define SOFT_VOLUME_INSTANCE_2 2
  134. typedef void (*app_cb)(uint32_t opcode, uint32_t token,
  135. uint32_t *payload, void *priv);
  136. struct audio_buffer {
  137. dma_addr_t phys;
  138. void *data;
  139. uint32_t used;
  140. uint32_t size;/* size of buffer */
  141. uint32_t actual_size; /* actual number of bytes read by DSP */
  142. struct dma_buf *dma_buf;
  143. };
  144. struct audio_aio_write_param {
  145. phys_addr_t paddr;
  146. uint32_t len;
  147. uint32_t uid;
  148. uint32_t lsw_ts;
  149. uint32_t msw_ts;
  150. uint32_t flags;
  151. uint32_t metadata_len;
  152. uint32_t last_buffer;
  153. };
  154. struct audio_aio_read_param {
  155. phys_addr_t paddr;
  156. uint32_t len;
  157. uint32_t uid;
  158. uint32_t flags;/*meta data flags*/
  159. };
  160. struct audio_port_data {
  161. struct audio_buffer *buf;
  162. uint32_t max_buf_cnt;
  163. uint32_t dsp_buf;
  164. uint32_t cpu_buf;
  165. struct list_head mem_map_handle;
  166. uint32_t tmp_hdl;
  167. /* read or write locks */
  168. struct mutex lock;
  169. spinlock_t dsp_lock;
  170. };
  171. struct shared_io_config {
  172. uint32_t format;
  173. uint16_t bits_per_sample;
  174. uint32_t rate;
  175. uint32_t channels;
  176. uint16_t sample_word_size;
  177. uint32_t bufsz;
  178. uint32_t bufcnt;
  179. };
  180. struct audio_client {
  181. int session;
  182. app_cb cb;
  183. atomic_t cmd_state;
  184. atomic_t cmd_state_pp;
  185. /* Relative or absolute TS */
  186. atomic_t time_flag;
  187. atomic_t nowait_cmd_cnt;
  188. atomic_t mem_state;
  189. void *priv;
  190. uint32_t io_mode;
  191. uint64_t time_stamp;
  192. struct apr_svc *apr;
  193. struct apr_svc *mmap_apr;
  194. struct apr_svc *apr2;
  195. struct mutex cmd_lock;
  196. /* idx:1 out port, 0: in port*/
  197. struct audio_port_data port[2];
  198. wait_queue_head_t cmd_wait;
  199. wait_queue_head_t time_wait;
  200. wait_queue_head_t mem_wait;
  201. int perf_mode;
  202. int stream_id;
  203. struct device *dev;
  204. int topology;
  205. int app_type;
  206. /* audio cache operations fptr*/
  207. int (*fptr_cache_ops)(struct audio_buffer *abuff, int cache_op);
  208. atomic_t unmap_cb_success;
  209. atomic_t reset;
  210. /* holds latest DSP pipeline delay */
  211. uint32_t path_delay;
  212. /* shared io */
  213. struct audio_buffer shared_pos_buf;
  214. struct shared_io_config config;
  215. };
  216. struct q6asm_cal_info {
  217. int topology_id;
  218. int app_type;
  219. };
  220. void q6asm_audio_client_free(struct audio_client *ac);
  221. struct audio_client *q6asm_audio_client_alloc(app_cb cb, void *priv);
  222. struct audio_client *q6asm_get_audio_client(int session_id);
  223. int q6asm_audio_client_buf_alloc(unsigned int dir/* 1:Out,0:In */,
  224. struct audio_client *ac,
  225. unsigned int bufsz,
  226. uint32_t bufcnt);
  227. int q6asm_audio_client_buf_alloc_contiguous(unsigned int dir
  228. /* 1:Out,0:In */,
  229. struct audio_client *ac,
  230. unsigned int bufsz,
  231. unsigned int bufcnt);
  232. int q6asm_audio_client_buf_free_contiguous(unsigned int dir,
  233. struct audio_client *ac);
  234. int q6asm_set_pp_params(struct audio_client *ac,
  235. struct mem_mapping_hdr *mem_hdr, u8 *param_data,
  236. u32 param_size);
  237. int q6asm_pack_and_set_pp_param_in_band(struct audio_client *ac,
  238. struct param_hdr_v3 param_hdr,
  239. u8 *param_data);
  240. int q6asm_set_soft_volume_module_instance_ids(int instance,
  241. struct param_hdr_v3 *param_hdr);
  242. int q6asm_open_read(struct audio_client *ac, uint32_t format
  243. /*, uint16_t bits_per_sample*/);
  244. int q6asm_open_read_v2(struct audio_client *ac, uint32_t format,
  245. uint16_t bits_per_sample);
  246. int q6asm_open_read_v3(struct audio_client *ac, uint32_t format,
  247. uint16_t bits_per_sample);
  248. int q6asm_open_read_v4(struct audio_client *ac, uint32_t format,
  249. uint16_t bits_per_sample, bool ts_mode,
  250. uint32_t enc_cfg_id);
  251. int q6asm_open_read_v5(struct audio_client *ac, uint32_t format,
  252. uint16_t bits_per_sample, bool ts_mode,
  253. uint32_t enc_cfg_id);
  254. int q6asm_open_write(struct audio_client *ac, uint32_t format
  255. /*, uint16_t bits_per_sample*/);
  256. int q6asm_open_write_v2(struct audio_client *ac, uint32_t format,
  257. uint16_t bits_per_sample);
  258. int q6asm_open_shared_io(struct audio_client *ac,
  259. struct shared_io_config *c, int dir,
  260. bool use_default_chmap, u8 *channel_map);
  261. int q6asm_open_write_v3(struct audio_client *ac, uint32_t format,
  262. uint16_t bits_per_sample);
  263. int q6asm_open_write_v4(struct audio_client *ac, uint32_t format,
  264. uint16_t bits_per_sample);
  265. int q6asm_open_write_v5(struct audio_client *ac, uint32_t format,
  266. uint16_t bits_per_sample);
  267. int q6asm_stream_open_write_v2(struct audio_client *ac, uint32_t format,
  268. uint16_t bits_per_sample, int32_t stream_id,
  269. bool is_gapless_mode);
  270. int q6asm_stream_open_write_v3(struct audio_client *ac, uint32_t format,
  271. uint16_t bits_per_sample, int32_t stream_id,
  272. bool is_gapless_mode);
  273. int q6asm_stream_open_write_v4(struct audio_client *ac, uint32_t format,
  274. uint16_t bits_per_sample, int32_t stream_id,
  275. bool is_gapless_mode);
  276. int q6asm_stream_open_write_v5(struct audio_client *ac, uint32_t format,
  277. uint16_t bits_per_sample, int32_t stream_id,
  278. bool is_gapless_mode);
  279. int q6asm_open_read_compressed(struct audio_client *ac, uint32_t format,
  280. uint32_t passthrough_flag);
  281. int q6asm_open_write_compressed(struct audio_client *ac, uint32_t format,
  282. uint32_t passthrough_flag);
  283. int q6asm_open_read_write(struct audio_client *ac,
  284. uint32_t rd_format,
  285. uint32_t wr_format);
  286. int q6asm_open_read_write_v2(struct audio_client *ac, uint32_t rd_format,
  287. uint32_t wr_format, bool is_meta_data_mode,
  288. uint32_t bits_per_sample, bool overwrite_topology,
  289. int topology);
  290. int q6asm_open_loopback_v2(struct audio_client *ac,
  291. uint16_t bits_per_sample);
  292. int q6asm_open_transcode_loopback(struct audio_client *ac,
  293. uint16_t bits_per_sample, uint32_t source_format,
  294. uint32_t sink_format);
  295. int q6asm_write(struct audio_client *ac, uint32_t len, uint32_t msw_ts,
  296. uint32_t lsw_ts, uint32_t flags);
  297. int q6asm_write_nolock(struct audio_client *ac, uint32_t len, uint32_t msw_ts,
  298. uint32_t lsw_ts, uint32_t flags);
  299. int q6asm_async_write(struct audio_client *ac,
  300. struct audio_aio_write_param *param);
  301. int q6asm_async_read(struct audio_client *ac,
  302. struct audio_aio_read_param *param);
  303. int q6asm_read(struct audio_client *ac);
  304. int q6asm_read_v2(struct audio_client *ac, uint32_t len);
  305. int q6asm_read_nolock(struct audio_client *ac);
  306. int q6asm_memory_map(struct audio_client *ac, phys_addr_t buf_add,
  307. int dir, uint32_t bufsz, uint32_t bufcnt);
  308. int q6asm_memory_unmap(struct audio_client *ac, phys_addr_t buf_add,
  309. int dir);
  310. struct audio_buffer *q6asm_shared_io_buf(struct audio_client *ac, int dir);
  311. int q6asm_shared_io_free(struct audio_client *ac, int dir);
  312. int q6asm_get_shared_pos(struct audio_client *ac, uint32_t *si, uint32_t *msw,
  313. uint32_t *lsw);
  314. int q6asm_map_rtac_block(struct rtac_cal_block_data *cal_block);
  315. int q6asm_unmap_rtac_block(uint32_t *mem_map_handle);
  316. int q6asm_send_cal(struct audio_client *ac);
  317. int q6asm_run(struct audio_client *ac, uint32_t flags,
  318. uint32_t msw_ts, uint32_t lsw_ts);
  319. int q6asm_run_nowait(struct audio_client *ac, uint32_t flags,
  320. uint32_t msw_ts, uint32_t lsw_ts);
  321. int q6asm_stream_run_nowait(struct audio_client *ac, uint32_t flags,
  322. uint32_t msw_ts, uint32_t lsw_ts, uint32_t stream_id);
  323. int q6asm_reg_tx_overflow(struct audio_client *ac, uint16_t enable);
  324. int q6asm_reg_rx_underflow(struct audio_client *ac, uint16_t enable);
  325. int q6asm_cmd(struct audio_client *ac, int cmd);
  326. int q6asm_stream_cmd(struct audio_client *ac, int cmd, uint32_t stream_id);
  327. int q6asm_cmd_nowait(struct audio_client *ac, int cmd);
  328. int q6asm_stream_cmd_nowait(struct audio_client *ac, int cmd,
  329. uint32_t stream_id);
  330. void *q6asm_is_cpu_buf_avail(int dir, struct audio_client *ac,
  331. uint32_t *size, uint32_t *idx);
  332. int q6asm_cpu_buf_release(int dir, struct audio_client *ac);
  333. void *q6asm_is_cpu_buf_avail_nolock(int dir, struct audio_client *ac,
  334. uint32_t *size, uint32_t *idx);
  335. int q6asm_is_dsp_buf_avail(int dir, struct audio_client *ac);
  336. /* File format specific configurations to be added below */
  337. int q6asm_enc_cfg_blk_aac(struct audio_client *ac,
  338. uint32_t frames_per_buf,
  339. uint32_t sample_rate, uint32_t channels,
  340. uint32_t bit_rate,
  341. uint32_t mode, uint32_t format);
  342. int q6asm_enc_cfg_blk_g711(struct audio_client *ac,
  343. uint32_t frames_per_buf,
  344. uint32_t sample_rate);
  345. int q6asm_enc_cfg_blk_pcm(struct audio_client *ac,
  346. uint32_t rate, uint32_t channels);
  347. int q6asm_enc_cfg_blk_pcm_v2(struct audio_client *ac,
  348. uint32_t rate, uint32_t channels,
  349. uint16_t bits_per_sample,
  350. bool use_default_chmap, bool use_back_flavor,
  351. u8 *channel_map);
  352. int q6asm_enc_cfg_blk_pcm_v3(struct audio_client *ac,
  353. uint32_t rate, uint32_t channels,
  354. uint16_t bits_per_sample, bool use_default_chmap,
  355. bool use_back_flavor, u8 *channel_map,
  356. uint16_t sample_word_size);
  357. int q6asm_enc_cfg_blk_pcm_v4(struct audio_client *ac,
  358. uint32_t rate, uint32_t channels,
  359. uint16_t bits_per_sample, bool use_default_chmap,
  360. bool use_back_flavor, u8 *channel_map,
  361. uint16_t sample_word_size, uint16_t endianness,
  362. uint16_t mode);
  363. int q6asm_enc_cfg_blk_pcm_format_support(struct audio_client *ac,
  364. uint32_t rate, uint32_t channels,
  365. uint16_t bits_per_sample);
  366. int q6asm_enc_cfg_blk_pcm_format_support_v3(struct audio_client *ac,
  367. uint32_t rate, uint32_t channels,
  368. uint16_t bits_per_sample,
  369. uint16_t sample_word_size);
  370. int q6asm_enc_cfg_blk_pcm_format_support_v4(struct audio_client *ac,
  371. uint32_t rate, uint32_t channels,
  372. uint16_t bits_per_sample,
  373. uint16_t sample_word_size,
  374. uint16_t endianness,
  375. uint16_t mode);
  376. int q6asm_enc_cfg_blk_pcm_format_support_v5(struct audio_client *ac,
  377. uint32_t rate, uint32_t channels,
  378. uint16_t bits_per_sample,
  379. uint16_t sample_word_size,
  380. uint16_t endianness,
  381. uint16_t mode);
  382. int q6asm_enc_cfg_blk_custom(struct audio_client *ac,
  383. uint32_t sample_rate, uint32_t channels,
  384. uint32_t format, void *cfg);
  385. int q6asm_set_encdec_chan_map(struct audio_client *ac,
  386. uint32_t num_channels);
  387. int q6asm_enc_cfg_blk_pcm_native(struct audio_client *ac,
  388. uint32_t rate, uint32_t channels);
  389. int q6asm_enable_sbrps(struct audio_client *ac,
  390. uint32_t sbr_ps);
  391. int q6asm_cfg_dual_mono_aac(struct audio_client *ac,
  392. uint16_t sce_left, uint16_t sce_right);
  393. int q6asm_cfg_aac_sel_mix_coef(struct audio_client *ac, uint32_t mix_coeff);
  394. int q6asm_enc_cfg_blk_qcelp(struct audio_client *ac, uint32_t frames_per_buf,
  395. uint16_t min_rate, uint16_t max_rate,
  396. uint16_t reduced_rate_level, uint16_t rate_modulation_cmd);
  397. int q6asm_enc_cfg_blk_evrc(struct audio_client *ac, uint32_t frames_per_buf,
  398. uint16_t min_rate, uint16_t max_rate,
  399. uint16_t rate_modulation_cmd);
  400. int q6asm_enc_cfg_blk_amrnb(struct audio_client *ac, uint32_t frames_per_buf,
  401. uint16_t band_mode, uint16_t dtx_enable);
  402. int q6asm_enc_cfg_blk_amrwb(struct audio_client *ac, uint32_t frames_per_buf,
  403. uint16_t band_mode, uint16_t dtx_enable);
  404. int q6asm_media_format_block_pcm(struct audio_client *ac,
  405. uint32_t rate, uint32_t channels);
  406. int q6asm_media_format_block_pcm_format_support(struct audio_client *ac,
  407. uint32_t rate, uint32_t channels,
  408. uint16_t bits_per_sample);
  409. int q6asm_media_format_block_pcm_format_support_v2(struct audio_client *ac,
  410. uint32_t rate, uint32_t channels,
  411. uint16_t bits_per_sample, int stream_id,
  412. bool use_default_chmap, char *channel_map);
  413. int q6asm_media_format_block_pcm_format_support_v3(struct audio_client *ac,
  414. uint32_t rate,
  415. uint32_t channels,
  416. uint16_t bits_per_sample,
  417. int stream_id,
  418. bool use_default_chmap,
  419. char *channel_map,
  420. uint16_t sample_word_size);
  421. int q6asm_media_format_block_pcm_format_support_v4(struct audio_client *ac,
  422. uint32_t rate,
  423. uint32_t channels,
  424. uint16_t bits_per_sample,
  425. int stream_id,
  426. bool use_default_chmap,
  427. char *channel_map,
  428. uint16_t sample_word_size,
  429. uint16_t endianness,
  430. uint16_t mode);
  431. int q6asm_media_format_block_pcm_format_support_v5(struct audio_client *ac,
  432. uint32_t rate,
  433. uint32_t channels,
  434. uint16_t bits_per_sample,
  435. int stream_id,
  436. bool use_default_chmap,
  437. char *channel_map,
  438. uint16_t sample_word_size,
  439. uint16_t endianness,
  440. uint16_t mode);
  441. int q6asm_media_format_block_multi_ch_pcm(struct audio_client *ac,
  442. uint32_t rate, uint32_t channels,
  443. bool use_default_chmap, char *channel_map);
  444. int q6asm_media_format_block_multi_ch_pcm_v2(
  445. struct audio_client *ac,
  446. uint32_t rate, uint32_t channels,
  447. bool use_default_chmap, char *channel_map,
  448. uint16_t bits_per_sample);
  449. int q6asm_media_format_block_gen_compr(
  450. struct audio_client *ac,
  451. uint32_t rate, uint32_t channels,
  452. bool use_default_chmap, char *channel_map,
  453. uint16_t bits_per_sample);
  454. int q6asm_media_format_block_iec(
  455. struct audio_client *ac,
  456. uint32_t rate, uint32_t channels);
  457. int q6asm_media_format_block_multi_ch_pcm_v3(struct audio_client *ac,
  458. uint32_t rate, uint32_t channels,
  459. bool use_default_chmap,
  460. char *channel_map,
  461. uint16_t bits_per_sample,
  462. uint16_t sample_word_size);
  463. int q6asm_media_format_block_multi_ch_pcm_v4(struct audio_client *ac,
  464. uint32_t rate, uint32_t channels,
  465. bool use_default_chmap,
  466. char *channel_map,
  467. uint16_t bits_per_sample,
  468. uint16_t sample_word_size,
  469. uint16_t endianness,
  470. uint16_t mode);
  471. int q6asm_media_format_block_multi_ch_pcm_v5(struct audio_client *ac,
  472. uint32_t rate, uint32_t channels,
  473. bool use_default_chmap,
  474. char *channel_map,
  475. uint16_t bits_per_sample,
  476. uint16_t sample_word_size,
  477. uint16_t endianness,
  478. uint16_t mode);
  479. int q6asm_media_format_block_aac(struct audio_client *ac,
  480. struct asm_aac_cfg *cfg);
  481. int q6asm_stream_media_format_block_aac(struct audio_client *ac,
  482. struct asm_aac_cfg *cfg, int stream_id);
  483. int q6asm_media_format_block_multi_aac(struct audio_client *ac,
  484. struct asm_aac_cfg *cfg);
  485. int q6asm_media_format_block_wma(struct audio_client *ac,
  486. void *cfg, int stream_id);
  487. int q6asm_media_format_block_wmapro(struct audio_client *ac,
  488. void *cfg, int stream_id);
  489. int q6asm_media_format_block_amrwbplus(struct audio_client *ac,
  490. struct asm_amrwbplus_cfg *cfg);
  491. int q6asm_stream_media_format_block_flac(struct audio_client *ac,
  492. struct asm_flac_cfg *cfg, int stream_id);
  493. int q6asm_media_format_block_alac(struct audio_client *ac,
  494. struct asm_alac_cfg *cfg, int stream_id);
  495. int q6asm_media_format_block_g711(struct audio_client *ac,
  496. struct asm_g711_dec_cfg *cfg, int stream_id);
  497. int q6asm_stream_media_format_block_vorbis(struct audio_client *ac,
  498. struct asm_vorbis_cfg *cfg, int stream_id);
  499. int q6asm_media_format_block_ape(struct audio_client *ac,
  500. struct asm_ape_cfg *cfg, int stream_id);
  501. int q6asm_media_format_block_dsd(struct audio_client *ac,
  502. struct asm_dsd_cfg *cfg, int stream_id);
  503. int q6asm_stream_media_format_block_aptx_dec(struct audio_client *ac,
  504. uint32_t sr, int stream_id);
  505. int q6asm_ds1_set_endp_params(struct audio_client *ac,
  506. int param_id, int param_value);
  507. /* Send stream based end params */
  508. int q6asm_ds1_set_stream_endp_params(struct audio_client *ac, int param_id,
  509. int param_value, int stream_id);
  510. /* PP specific */
  511. int q6asm_equalizer(struct audio_client *ac, void *eq);
  512. /* Send Volume Command */
  513. int q6asm_set_volume(struct audio_client *ac, int volume);
  514. /* Send Volume Command */
  515. int q6asm_set_volume_v2(struct audio_client *ac, int volume, int instance);
  516. /* DTS Eagle Params */
  517. int q6asm_dts_eagle_set(struct audio_client *ac, int param_id, uint32_t size,
  518. void *data, struct param_outband *po, int m_id);
  519. int q6asm_dts_eagle_get(struct audio_client *ac, int param_id, uint32_t size,
  520. void *data, struct param_outband *po, int m_id);
  521. /* Send aptx decoder BT address */
  522. int q6asm_set_aptx_dec_bt_addr(struct audio_client *ac,
  523. struct aptx_dec_bt_addr_cfg *cfg);
  524. /* Set SoftPause Params */
  525. int q6asm_set_softpause(struct audio_client *ac,
  526. struct asm_softpause_params *param);
  527. /* Set Softvolume Params */
  528. int q6asm_set_softvolume(struct audio_client *ac,
  529. struct asm_softvolume_params *param);
  530. /* Set Softvolume Params */
  531. int q6asm_set_softvolume_v2(struct audio_client *ac,
  532. struct asm_softvolume_params *param, int instance);
  533. /* Send left-right channel gain */
  534. int q6asm_set_lrgain(struct audio_client *ac, int left_gain, int right_gain);
  535. /* Send multi channel gain */
  536. int q6asm_set_multich_gain(struct audio_client *ac, uint32_t channels,
  537. uint32_t *gains, uint8_t *ch_map, bool use_default);
  538. /* Enable Mute/unmute flag */
  539. int q6asm_set_mute(struct audio_client *ac, int muteflag);
  540. int q6asm_get_session_time(struct audio_client *ac, uint64_t *tstamp);
  541. int q6asm_get_session_time_legacy(struct audio_client *ac, uint64_t *tstamp);
  542. int q6asm_send_stream_cmd(struct audio_client *ac,
  543. struct msm_adsp_event_data *data);
  544. int q6asm_send_ion_fd(struct audio_client *ac, int fd);
  545. int q6asm_send_rtic_event_ack(struct audio_client *ac,
  546. void *param, uint32_t params_length);
  547. /* Client can set the IO mode to either AIO/SIO mode */
  548. int q6asm_set_io_mode(struct audio_client *ac, uint32_t mode);
  549. /* Get Service ID for APR communication */
  550. int q6asm_get_apr_service_id(int session_id);
  551. /* Common format block without any payload */
  552. int q6asm_media_format_block(struct audio_client *ac, uint32_t format);
  553. /* Send the meta data to remove initial and trailing silence */
  554. int q6asm_send_meta_data(struct audio_client *ac, uint32_t initial_samples,
  555. uint32_t trailing_samples);
  556. /* Send the stream meta data to remove initial and trailing silence */
  557. int q6asm_stream_send_meta_data(struct audio_client *ac, uint32_t stream_id,
  558. uint32_t initial_samples, uint32_t trailing_samples);
  559. int q6asm_get_asm_topology(int session_id);
  560. int q6asm_get_asm_app_type(int session_id);
  561. int q6asm_send_mtmx_strtr_window(struct audio_client *ac,
  562. struct asm_session_mtmx_strtr_param_window_v2_t *window_param,
  563. uint32_t param_id);
  564. /* Configure DSP render mode */
  565. int q6asm_send_mtmx_strtr_render_mode(struct audio_client *ac,
  566. uint32_t render_mode);
  567. /* Configure DSP clock recovery mode */
  568. int q6asm_send_mtmx_strtr_clk_rec_mode(struct audio_client *ac,
  569. uint32_t clk_rec_mode);
  570. /* Enable adjust session clock in DSP */
  571. int q6asm_send_mtmx_strtr_enable_adjust_session_clock(struct audio_client *ac,
  572. bool enable);
  573. /* Retrieve the current DSP path delay */
  574. int q6asm_get_path_delay(struct audio_client *ac);
  575. /* Helper functions to retrieve data from token */
  576. uint8_t q6asm_get_buf_index_from_token(uint32_t token);
  577. uint8_t q6asm_get_stream_id_from_token(uint32_t token);
  578. /* Adjust session clock in DSP */
  579. int q6asm_adjust_session_clock(struct audio_client *ac,
  580. uint32_t adjust_time_lsw,
  581. uint32_t adjust_time_msw);
  582. /* Provide default asm channel mapping for given channel count */
  583. int q6asm_map_channels(u8 *channel_mapping, uint32_t channels,
  584. bool use_back_flavor);
  585. #endif /* __Q6_ASM_H__ */