msm_audio.h 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465
  1. /* SPDX-License-Identifier: GPL-2.0-only WITH Linux-syscall-note */
  2. /*
  3. *
  4. * Copyright (C) 2008 Google, Inc.
  5. * Copyright (c) 2012, 2014, 2017, 2020, 2021 The Linux Foundation. All rights reserved.
  6. */
  7. #ifndef _UAPI_LINUX_MSM_AUDIO_H
  8. #define _UAPI_LINUX_MSM_AUDIO_H
  9. #include <linux/types.h>
  10. #include <linux/ioctl.h>
  11. /* PCM Audio */
  12. #define AUDIO_IOCTL_MAGIC 'a'
  13. #define AUDIO_START _IOW(AUDIO_IOCTL_MAGIC, 0, unsigned int)
  14. #define AUDIO_STOP _IOW(AUDIO_IOCTL_MAGIC, 1, unsigned int)
  15. #define AUDIO_FLUSH _IOW(AUDIO_IOCTL_MAGIC, 2, unsigned int)
  16. #define AUDIO_GET_CONFIG _IOR(AUDIO_IOCTL_MAGIC, 3, \
  17. struct msm_audio_config)
  18. #define AUDIO_SET_CONFIG _IOW(AUDIO_IOCTL_MAGIC, 4, \
  19. struct msm_audio_config)
  20. #define AUDIO_GET_STATS _IOR(AUDIO_IOCTL_MAGIC, 5, \
  21. struct msm_audio_stats)
  22. #define AUDIO_ENABLE_AUDPP _IOW(AUDIO_IOCTL_MAGIC, 6, unsigned int)
  23. #define AUDIO_SET_ADRC _IOW(AUDIO_IOCTL_MAGIC, 7, unsigned int)
  24. #define AUDIO_SET_EQ _IOW(AUDIO_IOCTL_MAGIC, 8, unsigned int)
  25. #define AUDIO_SET_RX_IIR _IOW(AUDIO_IOCTL_MAGIC, 9, unsigned int)
  26. #define AUDIO_SET_VOLUME _IOW(AUDIO_IOCTL_MAGIC, 10, unsigned int)
  27. #define AUDIO_PAUSE _IOW(AUDIO_IOCTL_MAGIC, 11, unsigned int)
  28. #define AUDIO_PLAY_DTMF _IOW(AUDIO_IOCTL_MAGIC, 12, unsigned int)
  29. #define AUDIO_GET_EVENT _IOR(AUDIO_IOCTL_MAGIC, 13, \
  30. struct msm_audio_event)
  31. #define AUDIO_ABORT_GET_EVENT _IOW(AUDIO_IOCTL_MAGIC, 14, unsigned int)
  32. #define AUDIO_REGISTER_PMEM _IOW(AUDIO_IOCTL_MAGIC, 15, unsigned int)
  33. #define AUDIO_DEREGISTER_PMEM _IOW(AUDIO_IOCTL_MAGIC, 16, unsigned int)
  34. #define AUDIO_ASYNC_WRITE _IOW(AUDIO_IOCTL_MAGIC, 17, \
  35. struct msm_audio_aio_buf)
  36. #define AUDIO_ASYNC_READ _IOW(AUDIO_IOCTL_MAGIC, 18, \
  37. struct msm_audio_aio_buf)
  38. #define AUDIO_SET_INCALL _IOW(AUDIO_IOCTL_MAGIC, 19, struct msm_voicerec_mode)
  39. #define AUDIO_GET_NUM_SND_DEVICE _IOR(AUDIO_IOCTL_MAGIC, 20, unsigned int)
  40. #define AUDIO_GET_SND_DEVICES _IOWR(AUDIO_IOCTL_MAGIC, 21, \
  41. struct msm_snd_device_list)
  42. #define AUDIO_ENABLE_SND_DEVICE _IOW(AUDIO_IOCTL_MAGIC, 22, unsigned int)
  43. #define AUDIO_DISABLE_SND_DEVICE _IOW(AUDIO_IOCTL_MAGIC, 23, unsigned int)
  44. #define AUDIO_ROUTE_STREAM _IOW(AUDIO_IOCTL_MAGIC, 24, \
  45. struct msm_audio_route_config)
  46. #define AUDIO_GET_PCM_CONFIG _IOR(AUDIO_IOCTL_MAGIC, 30, unsigned int)
  47. #define AUDIO_SET_PCM_CONFIG _IOW(AUDIO_IOCTL_MAGIC, 31, unsigned int)
  48. #define AUDIO_SWITCH_DEVICE _IOW(AUDIO_IOCTL_MAGIC, 32, unsigned int)
  49. #define AUDIO_SET_MUTE _IOW(AUDIO_IOCTL_MAGIC, 33, unsigned int)
  50. #define AUDIO_UPDATE_ACDB _IOW(AUDIO_IOCTL_MAGIC, 34, unsigned int)
  51. #define AUDIO_START_VOICE _IOW(AUDIO_IOCTL_MAGIC, 35, unsigned int)
  52. #define AUDIO_STOP_VOICE _IOW(AUDIO_IOCTL_MAGIC, 36, unsigned int)
  53. #define AUDIO_REINIT_ACDB _IOW(AUDIO_IOCTL_MAGIC, 39, unsigned int)
  54. #define AUDIO_OUTPORT_FLUSH _IOW(AUDIO_IOCTL_MAGIC, 40, unsigned short)
  55. #define AUDIO_SET_ERR_THRESHOLD_VALUE _IOW(AUDIO_IOCTL_MAGIC, 41, \
  56. unsigned short)
  57. #define AUDIO_GET_BITSTREAM_ERROR_INFO _IOR(AUDIO_IOCTL_MAGIC, 42, \
  58. struct msm_audio_bitstream_error_info)
  59. #define AUDIO_SET_SRS_TRUMEDIA_PARAM _IOW(AUDIO_IOCTL_MAGIC, 43, unsigned int)
  60. /* Qualcomm technologies inc extensions */
  61. #define AUDIO_SET_STREAM_CONFIG _IOW(AUDIO_IOCTL_MAGIC, 80, \
  62. struct msm_audio_stream_config)
  63. #define AUDIO_GET_STREAM_CONFIG _IOR(AUDIO_IOCTL_MAGIC, 81, \
  64. struct msm_audio_stream_config)
  65. #define AUDIO_GET_SESSION_ID _IOR(AUDIO_IOCTL_MAGIC, 82, unsigned short)
  66. #define AUDIO_GET_STREAM_INFO _IOR(AUDIO_IOCTL_MAGIC, 83, \
  67. struct msm_audio_bitstream_info)
  68. #define AUDIO_SET_PAN _IOW(AUDIO_IOCTL_MAGIC, 84, unsigned int)
  69. #define AUDIO_SET_QCONCERT_PLUS _IOW(AUDIO_IOCTL_MAGIC, 85, unsigned int)
  70. #define AUDIO_SET_MBADRC _IOW(AUDIO_IOCTL_MAGIC, 86, unsigned int)
  71. #define AUDIO_SET_VOLUME_PATH _IOW(AUDIO_IOCTL_MAGIC, 87, \
  72. struct msm_vol_info)
  73. #define AUDIO_SET_MAX_VOL_ALL _IOW(AUDIO_IOCTL_MAGIC, 88, unsigned int)
  74. #define AUDIO_ENABLE_AUDPRE _IOW(AUDIO_IOCTL_MAGIC, 89, unsigned int)
  75. #define AUDIO_SET_AGC _IOW(AUDIO_IOCTL_MAGIC, 90, unsigned int)
  76. #define AUDIO_SET_NS _IOW(AUDIO_IOCTL_MAGIC, 91, unsigned int)
  77. #define AUDIO_SET_TX_IIR _IOW(AUDIO_IOCTL_MAGIC, 92, unsigned int)
  78. #define AUDIO_GET_BUF_CFG _IOW(AUDIO_IOCTL_MAGIC, 93, \
  79. struct msm_audio_buf_cfg)
  80. #define AUDIO_SET_BUF_CFG _IOW(AUDIO_IOCTL_MAGIC, 94, \
  81. struct msm_audio_buf_cfg)
  82. #define AUDIO_SET_ACDB_BLK _IOW(AUDIO_IOCTL_MAGIC, 95, \
  83. struct msm_acdb_cmd_device)
  84. #define AUDIO_GET_ACDB_BLK _IOW(AUDIO_IOCTL_MAGIC, 96, \
  85. struct msm_acdb_cmd_device)
  86. #define IOCTL_MAP_PHYS_ADDR _IOW(AUDIO_IOCTL_MAGIC, 97, int)
  87. #define IOCTL_UNMAP_PHYS_ADDR _IOW(AUDIO_IOCTL_MAGIC, 98, int)
  88. #define AUDIO_SET_EFFECTS_CONFIG _IOW(AUDIO_IOCTL_MAGIC, 99, \
  89. struct msm_hwacc_effects_config)
  90. #define AUDIO_EFFECTS_SET_BUF_LEN _IOW(AUDIO_IOCTL_MAGIC, 100, \
  91. struct msm_hwacc_buf_cfg)
  92. #define AUDIO_EFFECTS_GET_BUF_AVAIL _IOW(AUDIO_IOCTL_MAGIC, 101, \
  93. struct msm_hwacc_buf_avail)
  94. #define AUDIO_EFFECTS_WRITE _IOW(AUDIO_IOCTL_MAGIC, 102, void *)
  95. #define AUDIO_EFFECTS_READ _IOWR(AUDIO_IOCTL_MAGIC, 103, void *)
  96. #define AUDIO_EFFECTS_SET_PP_PARAMS _IOW(AUDIO_IOCTL_MAGIC, 104, void *)
  97. #define AUDIO_PM_AWAKE _IOW(AUDIO_IOCTL_MAGIC, 105, unsigned int)
  98. #define AUDIO_PM_RELAX _IOW(AUDIO_IOCTL_MAGIC, 106, unsigned int)
  99. #define AUDIO_REGISTER_ION _IOW(AUDIO_IOCTL_MAGIC, 107, struct msm_audio_ion_info)
  100. #define AUDIO_DEREGISTER_ION _IOW(AUDIO_IOCTL_MAGIC, 108, struct msm_audio_ion_info)
  101. #define IOCTL_MAP_HYP_ASSIGN _IOW(AUDIO_IOCTL_MAGIC, 109, int)
  102. #define IOCTL_UNMAP_HYP_ASSIGN _IOW(AUDIO_IOCTL_MAGIC, 110, int)
  103. #define AUDIO_MAX_COMMON_IOCTL_NUM 111
  104. #define HANDSET_MIC 0x01
  105. #define HANDSET_SPKR 0x02
  106. #define HEADSET_MIC 0x03
  107. #define HEADSET_SPKR_MONO 0x04
  108. #define HEADSET_SPKR_STEREO 0x05
  109. #define SPKR_PHONE_MIC 0x06
  110. #define SPKR_PHONE_MONO 0x07
  111. #define SPKR_PHONE_STEREO 0x08
  112. #define BT_SCO_MIC 0x09
  113. #define BT_SCO_SPKR 0x0A
  114. #define BT_A2DP_SPKR 0x0B
  115. #define TTY_HEADSET_MIC 0x0C
  116. #define TTY_HEADSET_SPKR 0x0D
  117. /* Default devices are not supported in a */
  118. /* device switching context. Only supported */
  119. /* for stream devices. */
  120. /* DO NOT USE */
  121. #define DEFAULT_TX 0x0E
  122. #define DEFAULT_RX 0x0F
  123. #define BT_A2DP_TX 0x10
  124. #define HEADSET_MONO_PLUS_SPKR_MONO_RX 0x11
  125. #define HEADSET_MONO_PLUS_SPKR_STEREO_RX 0x12
  126. #define HEADSET_STEREO_PLUS_SPKR_MONO_RX 0x13
  127. #define HEADSET_STEREO_PLUS_SPKR_STEREO_RX 0x14
  128. #define I2S_RX 0x20
  129. #define I2S_TX 0x21
  130. #define ADRC_ENABLE 0x0001
  131. #define EQUALIZER_ENABLE 0x0002
  132. #define IIR_ENABLE 0x0004
  133. #define QCONCERT_PLUS_ENABLE 0x0008
  134. #define MBADRC_ENABLE 0x0010
  135. #define SRS_ENABLE 0x0020
  136. #define SRS_DISABLE 0x0040
  137. #define AGC_ENABLE 0x0001
  138. #define NS_ENABLE 0x0002
  139. #define TX_IIR_ENABLE 0x0004
  140. #define FLUENCE_ENABLE 0x0008
  141. #define VOC_REC_UPLINK 0x00
  142. #define VOC_REC_DOWNLINK 0x01
  143. #define VOC_REC_BOTH 0x02
  144. struct msm_audio_config {
  145. __u32 buffer_size;
  146. __u32 buffer_count;
  147. __u32 channel_count;
  148. __u32 sample_rate;
  149. __u32 type;
  150. __u32 meta_field;
  151. __u32 bits;
  152. __u32 unused[3];
  153. };
  154. struct msm_audio_stream_config {
  155. __u32 buffer_size;
  156. __u32 buffer_count;
  157. };
  158. struct msm_audio_buf_cfg {
  159. __u32 meta_info_enable;
  160. __u32 frames_per_buf;
  161. };
  162. struct msm_audio_stats {
  163. __u32 byte_count;
  164. __u32 sample_count;
  165. __u32 unused[2];
  166. };
  167. struct msm_audio_ion_info {
  168. int fd;
  169. void *vaddr;
  170. };
  171. struct msm_audio_pmem_info {
  172. int fd;
  173. void *vaddr;
  174. };
  175. struct msm_audio_aio_buf {
  176. void *buf_addr;
  177. __u32 buf_len;
  178. __u32 data_len;
  179. void *private_data;
  180. unsigned short mfield_sz; /*only useful for data has meta field */
  181. };
  182. /* Audio routing */
  183. #define SND_IOCTL_MAGIC 's'
  184. #define SND_MUTE_UNMUTED 0
  185. #define SND_MUTE_MUTED 1
  186. struct msm_mute_info {
  187. __u32 mute;
  188. __u32 path;
  189. };
  190. struct msm_vol_info {
  191. __u32 vol;
  192. __u32 path;
  193. };
  194. struct msm_voicerec_mode {
  195. __u32 rec_mode;
  196. };
  197. struct msm_snd_device_config {
  198. __u32 device;
  199. __u32 ear_mute;
  200. __u32 mic_mute;
  201. };
  202. #define SND_SET_DEVICE _IOW(SND_IOCTL_MAGIC, 2, struct msm_device_config *)
  203. enum cad_device_path_type {
  204. CAD_DEVICE_PATH_RX, /*For Decoding session*/
  205. CAD_DEVICE_PATH_TX, /* For Encoding session*/
  206. CAD_DEVICE_PATH_RX_TX, /* For Voice call */
  207. CAD_DEVICE_PATH_LB, /* For loopback (FM Analog)*/
  208. CAD_DEVICE_PATH_MAX
  209. };
  210. struct cad_devices_type {
  211. __u32 rx_device;
  212. __u32 tx_device;
  213. enum cad_device_path_type pathtype;
  214. };
  215. struct msm_cad_device_config {
  216. struct cad_devices_type device;
  217. __u32 ear_mute;
  218. __u32 mic_mute;
  219. };
  220. #define CAD_SET_DEVICE _IOW(SND_IOCTL_MAGIC, 2, struct msm_cad_device_config *)
  221. #define SND_METHOD_VOICE 0
  222. #define SND_METHOD_MIDI 4
  223. struct msm_snd_volume_config {
  224. __u32 device;
  225. __u32 method;
  226. __u32 volume;
  227. };
  228. #define SND_SET_VOLUME _IOW(SND_IOCTL_MAGIC, 3, struct msm_snd_volume_config *)
  229. struct msm_cad_volume_config {
  230. struct cad_devices_type device;
  231. __u32 method;
  232. __u32 volume;
  233. };
  234. #define CAD_SET_VOLUME _IOW(SND_IOCTL_MAGIC, 3, struct msm_cad_volume_config *)
  235. /* Returns the number of SND endpoints supported. */
  236. #define SND_GET_NUM_ENDPOINTS _IOR(SND_IOCTL_MAGIC, 4, unsigned int *)
  237. struct msm_snd_endpoint {
  238. int id; /* input and output */
  239. char name[64]; /* output only */
  240. };
  241. /* Takes an index between 0 and one less than the number returned by
  242. * SND_GET_NUM_ENDPOINTS, and returns the SND index and name of a
  243. * SND endpoint. On input, the .id field contains the number of the
  244. * endpoint, and on exit it contains the SND index, while .name contains
  245. * the description of the endpoint.
  246. */
  247. #define SND_GET_ENDPOINT _IOWR(SND_IOCTL_MAGIC, 5, struct msm_snd_endpoint *)
  248. #define SND_AVC_CTL _IOW(SND_IOCTL_MAGIC, 6, unsigned int *)
  249. #define SND_AGC_CTL _IOW(SND_IOCTL_MAGIC, 7, unsigned int *)
  250. /*return the number of CAD endpoints supported. */
  251. #define CAD_GET_NUM_ENDPOINTS _IOR(SND_IOCTL_MAGIC, 4, unsigned int *)
  252. struct msm_cad_endpoint {
  253. int id; /* input and output */
  254. char name[64]; /* output only */
  255. };
  256. /* Takes an index between 0 and one less than the number returned by
  257. * SND_GET_NUM_ENDPOINTS, and returns the CAD index and name of a
  258. * CAD endpoint. On input, the .id field contains the number of the
  259. * endpoint, and on exit it contains the SND index, while .name contains
  260. * the description of the endpoint.
  261. */
  262. #define CAD_GET_ENDPOINT _IOWR(SND_IOCTL_MAGIC, 5, struct msm_cad_endpoint *)
  263. struct msm_audio_pcm_config {
  264. __u32 pcm_feedback; /* 0 - disable > 0 - enable */
  265. __u32 buffer_count; /* Number of buffers to allocate */
  266. __u32 buffer_size; /* Size of buffer for capturing of
  267. * PCM samples
  268. */
  269. };
  270. #define AUDIO_EVENT_SUSPEND 0
  271. #define AUDIO_EVENT_RESUME 1
  272. #define AUDIO_EVENT_WRITE_DONE 2
  273. #define AUDIO_EVENT_READ_DONE 3
  274. #define AUDIO_EVENT_STREAM_INFO 4
  275. #define AUDIO_EVENT_BITSTREAM_ERROR_INFO 5
  276. #define AUDIO_CODEC_TYPE_MP3 0
  277. #define AUDIO_CODEC_TYPE_AAC 1
  278. struct msm_audio_bitstream_info {
  279. __u32 codec_type;
  280. __u32 chan_info;
  281. __u32 sample_rate;
  282. __u32 bit_stream_info;
  283. __u32 bit_rate;
  284. __u32 unused[3];
  285. };
  286. struct msm_audio_bitstream_error_info {
  287. __u32 dec_id;
  288. __u32 err_msg_indicator;
  289. __u32 err_type;
  290. };
  291. union msm_audio_event_payload {
  292. struct msm_audio_aio_buf aio_buf;
  293. struct msm_audio_bitstream_info stream_info;
  294. struct msm_audio_bitstream_error_info error_info;
  295. int reserved;
  296. };
  297. struct msm_audio_event {
  298. int event_type;
  299. int timeout_ms;
  300. union msm_audio_event_payload event_payload;
  301. };
  302. #define MSM_SNDDEV_CAP_RX 0x1
  303. #define MSM_SNDDEV_CAP_TX 0x2
  304. #define MSM_SNDDEV_CAP_VOICE 0x4
  305. struct msm_snd_device_info {
  306. __u32 dev_id;
  307. __u32 dev_cap; /* bitmask describe capability of device */
  308. char dev_name[64];
  309. };
  310. struct msm_snd_device_list {
  311. __u32 num_dev; /* Indicate number of device info to be retrieved */
  312. struct msm_snd_device_info *list;
  313. };
  314. struct msm_dtmf_config {
  315. __u16 path;
  316. __u16 dtmf_hi;
  317. __u16 dtmf_low;
  318. __u16 duration;
  319. __u16 tx_gain;
  320. __u16 rx_gain;
  321. __u16 mixing;
  322. };
  323. #define AUDIO_ROUTE_STREAM_VOICE_RX 0
  324. #define AUDIO_ROUTE_STREAM_VOICE_TX 1
  325. #define AUDIO_ROUTE_STREAM_PLAYBACK 2
  326. #define AUDIO_ROUTE_STREAM_REC 3
  327. struct msm_audio_route_config {
  328. __u32 stream_type;
  329. __u32 stream_id;
  330. __u32 dev_id;
  331. };
  332. #define AUDIO_MAX_EQ_BANDS 12
  333. struct msm_audio_eq_band {
  334. __u16 band_idx; /* The band index, 0 .. 11 */
  335. __u32 filter_type; /* Filter band type */
  336. __u32 center_freq_hz; /* Filter band center frequency */
  337. __u32 filter_gain; /* Filter band initial gain (dB) */
  338. /* Range is +12 dB to -12 dB with 1dB increments. */
  339. __u32 q_factor;
  340. } __attribute__ ((packed));
  341. struct msm_audio_eq_stream_config {
  342. __u32 enable; /* Number of consequtive bands specified */
  343. __u32 num_bands;
  344. struct msm_audio_eq_band eq_bands[AUDIO_MAX_EQ_BANDS];
  345. } __attribute__ ((packed));
  346. struct msm_acdb_cmd_device {
  347. __u32 command_id;
  348. __u32 device_id;
  349. __u32 network_id;
  350. __u32 sample_rate_id; /* Actual sample rate value */
  351. __u32 interface_id; /* See interface id's above */
  352. __u32 algorithm_block_id; /* See enumerations above */
  353. __u32 total_bytes; /* Length in bytes used by buffer */
  354. __u32 *phys_buf; /* Physical Address of data */
  355. };
  356. struct msm_hwacc_data_config {
  357. __u32 buf_size;
  358. __u32 num_buf;
  359. __u32 num_channels;
  360. __u8 channel_map[8];
  361. __u32 sample_rate;
  362. __u32 bits_per_sample;
  363. };
  364. struct msm_hwacc_buf_cfg {
  365. __u32 input_len;
  366. __u32 output_len;
  367. };
  368. struct msm_hwacc_buf_avail {
  369. __u32 input_num_avail;
  370. __u32 output_num_avail;
  371. };
  372. struct msm_hwacc_effects_config {
  373. struct msm_hwacc_data_config input;
  374. struct msm_hwacc_data_config output;
  375. struct msm_hwacc_buf_cfg buf_cfg;
  376. __u32 meta_mode_enabled;
  377. __u32 overwrite_topology;
  378. __s32 topology;
  379. };
  380. #define ADSP_STREAM_PP_EVENT 0
  381. #define ADSP_STREAM_ENCDEC_EVENT 1
  382. #define ADSP_STREAM_IEC_61937_FMT_UPDATE_EVENT 2
  383. #define ADSP_STREAM_EVENT_MAX 3
  384. struct msm_adsp_event_data {
  385. __u32 event_type;
  386. __u32 payload_len;
  387. __u8 payload[0];
  388. };
  389. #endif