Ravi Kumar Alamanda | 2dfba2b | 2013-01-17 16:50:22 -0800 | [diff] [blame] | 1 | /* |
Aniket Kumar Lata | 1fda943 | 2019-11-01 17:08:33 -0700 | [diff] [blame] | 2 | * Copyright (c) 2013-2020, The Linux Foundation. All rights reserved. |
Shiv Maliyappanahalli | 34b585f | 2013-10-01 15:49:05 -0700 | [diff] [blame] | 3 | * Not a contribution. |
| 4 | * |
Ravi Kumar Alamanda | 2dfba2b | 2013-01-17 16:50:22 -0800 | [diff] [blame] | 5 | * Copyright (C) 2013 The Android Open Source Project |
| 6 | * |
| 7 | * Licensed under the Apache License, Version 2.0 (the "License"); |
| 8 | * you may not use this file except in compliance with the License. |
| 9 | * You may obtain a copy of the License at |
| 10 | * |
| 11 | * http://www.apache.org/licenses/LICENSE-2.0 |
| 12 | * |
| 13 | * Unless required by applicable law or agreed to in writing, software |
| 14 | * distributed under the License is distributed on an "AS IS" BASIS, |
| 15 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 16 | * See the License for the specific language governing permissions and |
| 17 | * limitations under the License. |
Jitendra Naruka | 1b6513f | 2014-11-22 19:34:13 -0800 | [diff] [blame] | 18 | * |
| 19 | * This file was modified by DTS, Inc. The portions of the |
| 20 | * code modified by DTS, Inc are copyrighted and |
| 21 | * licensed separately, as follows: |
| 22 | * |
| 23 | * (C) 2014 DTS, Inc. |
| 24 | * |
| 25 | * Licensed under the Apache License, Version 2.0 (the "License"); |
| 26 | * you may not use this file except in compliance with the License. |
| 27 | * You may obtain a copy of the License at |
| 28 | * |
| 29 | * http://www.apache.org/licenses/LICENSE-2.0 |
| 30 | * |
| 31 | * Unless required by applicable law or agreed to in writing, software |
| 32 | * distributed under the License is distributed on an "AS IS" BASIS, |
| 33 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 34 | * See the License for the specific language governing permissions and |
| 35 | * limitations under the License. |
Ravi Kumar Alamanda | 2dfba2b | 2013-01-17 16:50:22 -0800 | [diff] [blame] | 36 | */ |
| 37 | |
Eric Laurent | b23d528 | 2013-05-14 15:27:20 -0700 | [diff] [blame] | 38 | #ifndef QCOM_AUDIO_HW_H |
| 39 | #define QCOM_AUDIO_HW_H |
| 40 | |
Mingming Yin | 497419f | 2015-07-01 16:57:32 -0700 | [diff] [blame] | 41 | #include <stdlib.h> |
Aalique Grahame | 22e4910 | 2018-12-18 14:23:57 -0800 | [diff] [blame] | 42 | #include <cutils/str_parms.h> |
Eric Laurent | b23d528 | 2013-05-14 15:27:20 -0700 | [diff] [blame] | 43 | #include <cutils/list.h> |
Aniket Kumar Lata | 1fda943 | 2019-11-01 17:08:33 -0700 | [diff] [blame] | 44 | #include <cutils/hashmap.h> |
Ravi Kumar Alamanda | 2dfba2b | 2013-01-17 16:50:22 -0800 | [diff] [blame] | 45 | #include <hardware/audio.h> |
Ravi Kumar Alamanda | 2dfba2b | 2013-01-17 16:50:22 -0800 | [diff] [blame] | 46 | #include <tinyalsa/asoundlib.h> |
Ravi Kumar Alamanda | 4e02e55 | 2013-07-17 15:22:04 -0700 | [diff] [blame] | 47 | #include <tinycompress/tinycompress.h> |
Ravi Kumar Alamanda | 2dfba2b | 2013-01-17 16:50:22 -0800 | [diff] [blame] | 48 | |
| 49 | #include <audio_route/audio_route.h> |
Aalique Grahame | 22e4910 | 2018-12-18 14:23:57 -0800 | [diff] [blame] | 50 | #include <audio_utils/ErrorLog.h> |
Andy Hung | a1f48fa | 2019-07-01 18:14:53 -0700 | [diff] [blame] | 51 | #include <audio_utils/Statistics.h> |
| 52 | #include <audio_utils/clock.h> |
Mingming Yin | 23c383c | 2014-07-11 10:39:59 -0700 | [diff] [blame] | 53 | #include "audio_defs.h" |
Shiv Maliyappanahalli | 34b585f | 2013-10-01 15:49:05 -0700 | [diff] [blame] | 54 | #include "voice.h" |
Dhananjay Kumar | ee4d200 | 2016-10-25 18:02:58 +0530 | [diff] [blame] | 55 | #include "audio_hw_extn_api.h" |
Aniket Kumar Lata | 0e6e1e5 | 2019-11-14 21:43:55 -0800 | [diff] [blame] | 56 | #include "device_utils.h" |
Ravi Kumar Alamanda | 2dfba2b | 2013-01-17 16:50:22 -0800 | [diff] [blame] | 57 | |
Weiyin Jiang | a3719ac | 2016-11-23 19:29:35 +0800 | [diff] [blame] | 58 | #if LINUX_ENABLED |
Surendar karka | b51c257 | 2018-02-22 13:09:48 +0530 | [diff] [blame] | 59 | #if defined(__LP64__) |
| 60 | #define VISUALIZER_LIBRARY_PATH "/usr/lib64/libqcomvisualizer.so" |
| 61 | #define OFFLOAD_EFFECTS_BUNDLE_LIBRARY_PATH "/usr/lib64/libqcompostprocbundle.so" |
| 62 | #define ADM_LIBRARY_PATH "/usr/lib64/libadm.so" |
| 63 | #else |
| 64 | #define VISUALIZER_LIBRARY_PATH "/usr/lib/libqcomvisualizer.so" |
| 65 | #define OFFLOAD_EFFECTS_BUNDLE_LIBRARY_PATH "/usr/lib/libqcompostprocbundle.so" |
| 66 | #define ADM_LIBRARY_PATH "/usr/lib/libadm.so" |
| 67 | #endif |
Weiyin Jiang | a3719ac | 2016-11-23 19:29:35 +0800 | [diff] [blame] | 68 | #else |
Weiyin Jiang | ae97a68 | 2017-06-30 13:37:47 +0800 | [diff] [blame] | 69 | #define VISUALIZER_LIBRARY_PATH "/vendor/lib/soundfx/libqcomvisualizer.so" |
| 70 | #define OFFLOAD_EFFECTS_BUNDLE_LIBRARY_PATH "/vendor/lib/soundfx/libqcompostprocbundle.so" |
David Ng | 06ccd87 | 2017-03-15 11:39:33 -0700 | [diff] [blame] | 71 | #define ADM_LIBRARY_PATH "/vendor/lib/libadm.so" |
Weiyin Jiang | a3719ac | 2016-11-23 19:29:35 +0800 | [diff] [blame] | 72 | #endif |
Eric Laurent | c4aef75 | 2013-09-12 17:45:53 -0700 | [diff] [blame] | 73 | |
Eric Laurent | b23d528 | 2013-05-14 15:27:20 -0700 | [diff] [blame] | 74 | /* Flags used to initialize acdb_settings variable that goes to ACDB library */ |
Venkata Narendra Kumar Gutta | 88fd0bc | 2014-03-27 19:47:56 +0530 | [diff] [blame] | 75 | #define NONE_FLAG 0x00000000 |
Banajit Goswami | de0ea45 | 2014-04-07 12:11:47 -0700 | [diff] [blame] | 76 | #define ANC_FLAG 0x00000001 |
Venkata Narendra Kumar Gutta | 88fd0bc | 2014-03-27 19:47:56 +0530 | [diff] [blame] | 77 | #define DMIC_FLAG 0x00000002 |
| 78 | #define QMIC_FLAG 0x00000004 |
Aditya Bavanari | 4051c8d | 2017-12-13 13:31:26 +0530 | [diff] [blame] | 79 | /* Include TMIC Flag after existing QMIC flag to avoid backward compatibility |
| 80 | * issues since they are bit masked */ |
| 81 | #define TMIC_FLAG 0x00000008 |
Venkata Narendra Kumar Gutta | 88fd0bc | 2014-03-27 19:47:56 +0530 | [diff] [blame] | 82 | #define TTY_MODE_OFF 0x00000010 |
| 83 | #define TTY_MODE_FULL 0x00000020 |
| 84 | #define TTY_MODE_VCO 0x00000040 |
| 85 | #define TTY_MODE_HCO 0x00000080 |
| 86 | #define TTY_MODE_CLEAR 0xFFFFFF0F |
| 87 | #define FLUENCE_MODE_CLEAR 0xFFFFFFF0 |
Eric Laurent | b23d528 | 2013-05-14 15:27:20 -0700 | [diff] [blame] | 88 | |
Ravi Kumar Alamanda | 2dfba2b | 2013-01-17 16:50:22 -0800 | [diff] [blame] | 89 | #define ACDB_DEV_TYPE_OUT 1 |
| 90 | #define ACDB_DEV_TYPE_IN 2 |
| 91 | |
Zhou Song | 12c2950 | 2019-03-16 10:37:18 +0800 | [diff] [blame] | 92 | /* SCO SWB codec mode */ |
| 93 | #define SPEECH_MODE_INVALID 0xFFFF |
| 94 | |
Aalique Grahame | 22e4910 | 2018-12-18 14:23:57 -0800 | [diff] [blame] | 95 | /* support positional and index masks to 8ch */ |
| 96 | #define MAX_SUPPORTED_CHANNEL_MASKS (2 * FCC_8) |
Mingming Yin | 3a941d4 | 2016-02-17 18:08:05 -0800 | [diff] [blame] | 97 | #define MAX_SUPPORTED_FORMATS 15 |
| 98 | #define MAX_SUPPORTED_SAMPLE_RATES 7 |
Eric Laurent | 07eeafd | 2013-10-06 12:52:49 -0700 | [diff] [blame] | 99 | #define DEFAULT_HDMI_OUT_CHANNELS 2 |
Mingming Yin | 2185465 | 2016-04-13 11:54:02 -0700 | [diff] [blame] | 100 | #define DEFAULT_HDMI_OUT_SAMPLE_RATE 48000 |
| 101 | #define DEFAULT_HDMI_OUT_FORMAT AUDIO_FORMAT_PCM_16_BIT |
Ravi Kumar Alamanda | 72c411f | 2013-02-12 02:09:33 -0800 | [diff] [blame] | 102 | |
Aalique Grahame | 22e4910 | 2018-12-18 14:23:57 -0800 | [diff] [blame] | 103 | #define ERROR_LOG_ENTRIES 16 |
| 104 | |
Siddartha Shaik | 31b530e | 2017-05-19 15:26:33 +0530 | [diff] [blame] | 105 | #define SND_CARD_STATE_OFFLINE 0 |
| 106 | #define SND_CARD_STATE_ONLINE 1 |
| 107 | |
| 108 | #define STREAM_DIRECTION_IN 0 |
| 109 | #define STREAM_DIRECTION_OUT 1 |
| 110 | |
Sudheer Papothi | fa9d228 | 2015-09-17 01:53:25 +0530 | [diff] [blame] | 111 | #define MAX_PERF_LOCK_OPTS 20 |
| 112 | |
Dhananjay Kumar | 4d91c1a | 2016-12-01 23:27:29 +0530 | [diff] [blame] | 113 | #define MAX_STREAM_PROFILE_STR_LEN 32 |
Vikram Panduranga | df59cae | 2017-08-03 18:04:55 -0700 | [diff] [blame] | 114 | typedef enum { |
| 115 | EFFECT_NONE = 0, |
| 116 | EFFECT_AEC, |
| 117 | EFFECT_NS, |
| 118 | EFFECT_MAX |
| 119 | } effect_type_t; |
| 120 | |
| 121 | struct audio_effect_config { |
| 122 | uint32_t module_id; |
| 123 | uint32_t instance_id; |
| 124 | uint32_t param_id; |
| 125 | uint32_t param_value; |
| 126 | }; |
Dhananjay Kumar | 4d91c1a | 2016-12-01 23:27:29 +0530 | [diff] [blame] | 127 | |
Guodong Hu | 1d46f34 | 2019-06-28 16:57:30 +0800 | [diff] [blame] | 128 | struct audio_fluence_mmsecns_config { |
| 129 | uint32_t topology_id; |
| 130 | uint32_t module_id; |
| 131 | uint32_t instance_id; |
| 132 | uint32_t param_id; |
| 133 | }; |
| 134 | |
Alexy Joseph | 9898883 | 2017-01-13 14:56:59 -0800 | [diff] [blame] | 135 | #define MAX_MIXER_PATH_LEN 64 |
| 136 | |
Haynes Mathew George | 3a1f1fb | 2016-08-09 15:43:13 -0700 | [diff] [blame] | 137 | typedef enum card_status_t { |
| 138 | CARD_STATUS_OFFLINE, |
| 139 | CARD_STATUS_ONLINE |
| 140 | } card_status_t; |
| 141 | |
Ravi Kumar Alamanda | 2dfba2b | 2013-01-17 16:50:22 -0800 | [diff] [blame] | 142 | /* These are the supported use cases by the hardware. |
| 143 | * Each usecase is mapped to a specific PCM device. |
| 144 | * Refer to pcm_device_table[]. |
| 145 | */ |
Ravi Kumar Alamanda | 263d80c | 2014-08-20 16:24:38 -0700 | [diff] [blame] | 146 | enum { |
Ravi Kumar Alamanda | 2dfba2b | 2013-01-17 16:50:22 -0800 | [diff] [blame] | 147 | USECASE_INVALID = -1, |
| 148 | /* Playback usecases */ |
| 149 | USECASE_AUDIO_PLAYBACK_DEEP_BUFFER = 0, |
| 150 | USECASE_AUDIO_PLAYBACK_LOW_LATENCY, |
| 151 | USECASE_AUDIO_PLAYBACK_MULTI_CH, |
Ravi Kumar Alamanda | 4e02e55 | 2013-07-17 15:22:04 -0700 | [diff] [blame] | 152 | USECASE_AUDIO_PLAYBACK_OFFLOAD, |
Subhash Chandra Bose Naripeddy | 16ff4f8 | 2014-04-01 21:03:10 -0700 | [diff] [blame] | 153 | USECASE_AUDIO_PLAYBACK_OFFLOAD2, |
| 154 | USECASE_AUDIO_PLAYBACK_OFFLOAD3, |
| 155 | USECASE_AUDIO_PLAYBACK_OFFLOAD4, |
| 156 | USECASE_AUDIO_PLAYBACK_OFFLOAD5, |
| 157 | USECASE_AUDIO_PLAYBACK_OFFLOAD6, |
| 158 | USECASE_AUDIO_PLAYBACK_OFFLOAD7, |
| 159 | USECASE_AUDIO_PLAYBACK_OFFLOAD8, |
| 160 | USECASE_AUDIO_PLAYBACK_OFFLOAD9, |
Ravi Kumar Alamanda | 474de5a | 2015-06-25 20:08:01 -0700 | [diff] [blame] | 161 | USECASE_AUDIO_PLAYBACK_ULL, |
Haynes Mathew George | 1608104 | 2017-05-31 17:16:49 -0700 | [diff] [blame] | 162 | USECASE_AUDIO_PLAYBACK_MMAP, |
Vignesh Kulothungan | a692727 | 2019-02-20 15:17:07 -0800 | [diff] [blame] | 163 | USECASE_AUDIO_PLAYBACK_WITH_HAPTICS, |
Meng Wang | 51d8c2a | 2020-04-27 15:23:21 +0800 | [diff] [blame] | 164 | USECASE_AUDIO_PLAYBACK_HAPTICS, |
Haynes Mathew George | 484e8d2 | 2017-07-31 18:55:17 -0700 | [diff] [blame] | 165 | USECASE_AUDIO_PLAYBACK_HIFI, |
Aalique Grahame | 22e4910 | 2018-12-18 14:23:57 -0800 | [diff] [blame] | 166 | USECASE_AUDIO_PLAYBACK_TTS, |
Subhash Chandra Bose Naripeddy | 16ff4f8 | 2014-04-01 21:03:10 -0700 | [diff] [blame] | 167 | |
Apoorv Raghuvanshi | 6e26284 | 2013-10-06 14:39:35 -0700 | [diff] [blame] | 168 | /* FM usecase */ |
| 169 | USECASE_AUDIO_PLAYBACK_FM, |
Ravi Kumar Alamanda | 2dfba2b | 2013-01-17 16:50:22 -0800 | [diff] [blame] | 170 | |
Vimal Puthanveed | 5b4d3f1 | 2013-11-05 15:57:39 -0800 | [diff] [blame] | 171 | /* HFP Use case*/ |
| 172 | USECASE_AUDIO_HFP_SCO, |
Vimal Puthanveed | 47e6485 | 2013-12-20 13:23:39 -0800 | [diff] [blame] | 173 | USECASE_AUDIO_HFP_SCO_WB, |
Derek Chen | f709279 | 2017-05-23 12:23:53 -0400 | [diff] [blame] | 174 | USECASE_AUDIO_HFP_SCO_DOWNLINK, |
| 175 | USECASE_AUDIO_HFP_SCO_WB_DOWNLINK, |
Vimal Puthanveed | 5b4d3f1 | 2013-11-05 15:57:39 -0800 | [diff] [blame] | 176 | |
Ravi Kumar Alamanda | 2dfba2b | 2013-01-17 16:50:22 -0800 | [diff] [blame] | 177 | /* Capture usecases */ |
| 178 | USECASE_AUDIO_RECORD, |
Mingming Yin | e62d784 | 2013-10-25 16:26:03 -0700 | [diff] [blame] | 179 | USECASE_AUDIO_RECORD_COMPRESS, |
Dhananjay Kumar | ee4d200 | 2016-10-25 18:02:58 +0530 | [diff] [blame] | 180 | USECASE_AUDIO_RECORD_COMPRESS2, |
| 181 | USECASE_AUDIO_RECORD_COMPRESS3, |
| 182 | USECASE_AUDIO_RECORD_COMPRESS4, |
Dhananjay Kumar | 376e38b | 2017-09-28 22:26:23 +0530 | [diff] [blame] | 183 | USECASE_AUDIO_RECORD_COMPRESS5, |
| 184 | USECASE_AUDIO_RECORD_COMPRESS6, |
Ravi Kumar Alamanda | 2dfba2b | 2013-01-17 16:50:22 -0800 | [diff] [blame] | 185 | USECASE_AUDIO_RECORD_LOW_LATENCY, |
Preetam Singh Ranawat | de84f1a | 2013-11-01 14:58:16 -0700 | [diff] [blame] | 186 | USECASE_AUDIO_RECORD_FM_VIRTUAL, |
Haynes Mathew George | 484e8d2 | 2017-07-31 18:55:17 -0700 | [diff] [blame] | 187 | USECASE_AUDIO_RECORD_HIFI, |
Ravi Kumar Alamanda | 2dfba2b | 2013-01-17 16:50:22 -0800 | [diff] [blame] | 188 | |
Vikram Panduranga | 93f080e | 2017-06-07 18:16:14 -0700 | [diff] [blame] | 189 | USECASE_AUDIO_PLAYBACK_VOIP, |
| 190 | USECASE_AUDIO_RECORD_VOIP, |
Shiv Maliyappanahalli | 34b585f | 2013-10-01 15:49:05 -0700 | [diff] [blame] | 191 | /* Voice usecase */ |
Ravi Kumar Alamanda | 2dfba2b | 2013-01-17 16:50:22 -0800 | [diff] [blame] | 192 | USECASE_VOICE_CALL, |
Haynes Mathew George | 1608104 | 2017-05-31 17:16:49 -0700 | [diff] [blame] | 193 | USECASE_AUDIO_RECORD_MMAP, |
Ravi Kumar Alamanda | 2dfba2b | 2013-01-17 16:50:22 -0800 | [diff] [blame] | 194 | |
Shiv Maliyappanahalli | 34b585f | 2013-10-01 15:49:05 -0700 | [diff] [blame] | 195 | /* Voice extension usecases */ |
| 196 | USECASE_VOICE2_CALL, |
| 197 | USECASE_VOLTE_CALL, |
| 198 | USECASE_QCHAT_CALL, |
Vicky Sehrawat | 7e4fc15 | 2014-02-12 17:58:59 -0800 | [diff] [blame] | 199 | USECASE_VOWLAN_CALL, |
Vidyakumar Athota | 0e10935 | 2015-02-12 17:38:22 -0800 | [diff] [blame] | 200 | USECASE_VOICEMMODE1_CALL, |
| 201 | USECASE_VOICEMMODE2_CALL, |
Narsinga Rao Chella | 05573b7 | 2013-11-15 15:21:40 -0800 | [diff] [blame] | 202 | USECASE_COMPRESS_VOIP_CALL, |
Shiv Maliyappanahalli | 34b585f | 2013-10-01 15:49:05 -0700 | [diff] [blame] | 203 | |
Shiv Maliyappanahalli | da10764 | 2013-10-17 11:16:13 -0700 | [diff] [blame] | 204 | USECASE_INCALL_REC_UPLINK, |
| 205 | USECASE_INCALL_REC_DOWNLINK, |
| 206 | USECASE_INCALL_REC_UPLINK_AND_DOWNLINK, |
Helen Zeng | e56b485 | 2013-12-03 16:54:40 -0800 | [diff] [blame] | 207 | USECASE_INCALL_REC_UPLINK_COMPRESS, |
| 208 | USECASE_INCALL_REC_DOWNLINK_COMPRESS, |
| 209 | USECASE_INCALL_REC_UPLINK_AND_DOWNLINK_COMPRESS, |
Shiv Maliyappanahalli | da10764 | 2013-10-17 11:16:13 -0700 | [diff] [blame] | 210 | |
Shiv Maliyappanahalli | f3b9a42 | 2013-10-22 16:38:08 -0700 | [diff] [blame] | 211 | USECASE_INCALL_MUSIC_UPLINK, |
| 212 | USECASE_INCALL_MUSIC_UPLINK2, |
| 213 | |
Gopikrishnaiah Anandan | f538cef | 2013-10-28 14:06:03 -0700 | [diff] [blame] | 214 | USECASE_AUDIO_SPKR_CALIB_RX, |
| 215 | USECASE_AUDIO_SPKR_CALIB_TX, |
Ravi Kumar Alamanda | 060bc5a | 2014-09-05 13:51:35 -0700 | [diff] [blame] | 216 | |
| 217 | USECASE_AUDIO_PLAYBACK_AFE_PROXY, |
| 218 | USECASE_AUDIO_RECORD_AFE_PROXY, |
Zhou Song | 62ea028 | 2020-03-22 19:53:01 +0800 | [diff] [blame] | 219 | USECASE_AUDIO_RECORD_AFE_PROXY2, |
Aalique Grahame | 22e4910 | 2018-12-18 14:23:57 -0800 | [diff] [blame] | 220 | USECASE_AUDIO_DSM_FEEDBACK, |
Ravi Kumar Alamanda | 060bc5a | 2014-09-05 13:51:35 -0700 | [diff] [blame] | 221 | |
Md Mansoor Ahmed | db1b4f9 | 2018-01-25 18:56:31 +0530 | [diff] [blame] | 222 | USECASE_AUDIO_PLAYBACK_SILENCE, |
Shiv Maliyappanahalli | c065640 | 2016-09-03 14:13:26 -0700 | [diff] [blame] | 223 | |
Surendar Karka | 93cd25a | 2018-08-28 14:21:37 +0530 | [diff] [blame] | 224 | USECASE_AUDIO_TRANSCODE_LOOPBACK_RX, |
| 225 | USECASE_AUDIO_TRANSCODE_LOOPBACK_TX, |
Varun Balaraj | e49253e | 2017-07-06 19:48:56 +0530 | [diff] [blame] | 226 | |
| 227 | USECASE_AUDIO_PLAYBACK_INTERACTIVE_STREAM1, |
| 228 | USECASE_AUDIO_PLAYBACK_INTERACTIVE_STREAM2, |
| 229 | USECASE_AUDIO_PLAYBACK_INTERACTIVE_STREAM3, |
| 230 | USECASE_AUDIO_PLAYBACK_INTERACTIVE_STREAM4, |
| 231 | USECASE_AUDIO_PLAYBACK_INTERACTIVE_STREAM5, |
| 232 | USECASE_AUDIO_PLAYBACK_INTERACTIVE_STREAM6, |
| 233 | USECASE_AUDIO_PLAYBACK_INTERACTIVE_STREAM7, |
| 234 | USECASE_AUDIO_PLAYBACK_INTERACTIVE_STREAM8, |
Garmond Leung | e2433c3 | 2017-09-28 21:51:22 -0700 | [diff] [blame] | 235 | |
| 236 | USECASE_AUDIO_EC_REF_LOOPBACK, |
Aniket Kumar Lata | 7fd86e1 | 2018-02-20 19:26:10 -0800 | [diff] [blame] | 237 | |
| 238 | USECASE_AUDIO_A2DP_ABR_FEEDBACK, |
| 239 | |
Derek Chen | f6318be | 2017-06-12 17:16:24 -0400 | [diff] [blame] | 240 | /* car streams usecases */ |
| 241 | USECASE_AUDIO_PLAYBACK_MEDIA, |
| 242 | USECASE_AUDIO_PLAYBACK_SYS_NOTIFICATION, |
| 243 | USECASE_AUDIO_PLAYBACK_NAV_GUIDANCE, |
| 244 | USECASE_AUDIO_PLAYBACK_PHONE, |
Derek Chen | 1bcdc6b | 2020-02-06 22:44:53 -0800 | [diff] [blame] | 245 | USECASE_AUDIO_PLAYBACK_FRONT_PASSENGER, |
Derek Chen | df05eea | 2019-08-01 13:57:49 -0700 | [diff] [blame] | 246 | USECASE_AUDIO_PLAYBACK_REAR_SEAT, |
Derek Chen | f6318be | 2017-06-12 17:16:24 -0400 | [diff] [blame] | 247 | |
Rahul Sharma | 9977098 | 2019-03-06 17:05:26 +0530 | [diff] [blame] | 248 | /*Audio FM Tuner usecase*/ |
| 249 | USECASE_AUDIO_FM_TUNER_EXT, |
Revathi Uddaraju | d9f23d9 | 2020-07-27 10:55:06 +0530 | [diff] [blame] | 250 | /*voip usecase with low latency path*/ |
| 251 | USECASE_AUDIO_RECORD_VOIP_LOW_LATENCY, |
Ravi Kumar Alamanda | 2dfba2b | 2013-01-17 16:50:22 -0800 | [diff] [blame] | 252 | AUDIO_USECASE_MAX |
Ravi Kumar Alamanda | 263d80c | 2014-08-20 16:24:38 -0700 | [diff] [blame] | 253 | }; |
| 254 | |
| 255 | const char * const use_case_table[AUDIO_USECASE_MAX]; |
Ravi Kumar Alamanda | 2dfba2b | 2013-01-17 16:50:22 -0800 | [diff] [blame] | 256 | |
Ravi Kumar Alamanda | 2dfba2b | 2013-01-17 16:50:22 -0800 | [diff] [blame] | 257 | #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) |
| 258 | |
Ravi Kumar Alamanda | 2dfba2b | 2013-01-17 16:50:22 -0800 | [diff] [blame] | 259 | /* |
| 260 | * tinyAlsa library interprets period size as number of frames |
| 261 | * one frame = channel_count * sizeof (pcm sample) |
| 262 | * so if format = 16-bit PCM and channels = Stereo, frame size = 2 ch * 2 = 4 bytes |
| 263 | * DEEP_BUFFER_OUTPUT_PERIOD_SIZE = 1024 means 1024 * 4 = 4096 bytes |
| 264 | * We should take care of returning proper size when AudioFlinger queries for |
| 265 | * the buffer size of an input/output stream |
| 266 | */ |
Ravi Kumar Alamanda | 4e02e55 | 2013-07-17 15:22:04 -0700 | [diff] [blame] | 267 | enum { |
| 268 | OFFLOAD_CMD_EXIT, /* exit compress offload thread loop*/ |
| 269 | OFFLOAD_CMD_DRAIN, /* send a full drain request to DSP */ |
| 270 | OFFLOAD_CMD_PARTIAL_DRAIN, /* send a partial drain request to DSP */ |
| 271 | OFFLOAD_CMD_WAIT_FOR_BUFFER, /* wait for buffer released by DSP */ |
Haynes Mathew George | 3a1f1fb | 2016-08-09 15:43:13 -0700 | [diff] [blame] | 272 | OFFLOAD_CMD_ERROR, /* offload playback hit some error */ |
Ravi Kumar Alamanda | 4e02e55 | 2013-07-17 15:22:04 -0700 | [diff] [blame] | 273 | }; |
| 274 | |
Eric Laurent | 4b08413 | 2018-10-19 17:33:43 -0700 | [diff] [blame] | 275 | /* |
| 276 | * Camera selection indicated via set_parameters "cameraFacing=front|back and |
| 277 | * "rotation=0|90|180|270"" |
| 278 | */ |
| 279 | enum { |
| 280 | CAMERA_FACING_BACK = 0x0, |
| 281 | CAMERA_FACING_FRONT = 0x1, |
| 282 | CAMERA_FACING_MASK = 0x0F, |
| 283 | CAMERA_ROTATION_LANDSCAPE = 0x0, |
| 284 | CAMERA_ROTATION_INVERT_LANDSCAPE = 0x10, |
| 285 | CAMERA_ROTATION_PORTRAIT = 0x20, |
| 286 | CAMERA_ROTATION_MASK = 0xF0, |
| 287 | CAMERA_BACK_LANDSCAPE = (CAMERA_FACING_BACK|CAMERA_ROTATION_LANDSCAPE), |
| 288 | CAMERA_BACK_INVERT_LANDSCAPE = (CAMERA_FACING_BACK|CAMERA_ROTATION_INVERT_LANDSCAPE), |
| 289 | CAMERA_BACK_PORTRAIT = (CAMERA_FACING_BACK|CAMERA_ROTATION_PORTRAIT), |
| 290 | CAMERA_FRONT_LANDSCAPE = (CAMERA_FACING_FRONT|CAMERA_ROTATION_LANDSCAPE), |
| 291 | CAMERA_FRONT_INVERT_LANDSCAPE = (CAMERA_FACING_FRONT|CAMERA_ROTATION_INVERT_LANDSCAPE), |
| 292 | CAMERA_FRONT_PORTRAIT = (CAMERA_FACING_FRONT|CAMERA_ROTATION_PORTRAIT), |
| 293 | |
| 294 | CAMERA_DEFAULT = CAMERA_BACK_LANDSCAPE, |
| 295 | }; |
| 296 | |
| 297 | //FIXME: to be replaced by proper video capture properties API |
| 298 | #define AUDIO_PARAMETER_KEY_CAMERA_FACING "cameraFacing" |
| 299 | #define AUDIO_PARAMETER_VALUE_FRONT "front" |
| 300 | #define AUDIO_PARAMETER_VALUE_BACK "back" |
| 301 | |
Ravi Kumar Alamanda | 4e02e55 | 2013-07-17 15:22:04 -0700 | [diff] [blame] | 302 | enum { |
| 303 | OFFLOAD_STATE_IDLE, |
| 304 | OFFLOAD_STATE_PLAYING, |
| 305 | OFFLOAD_STATE_PAUSED, |
| 306 | }; |
| 307 | |
| 308 | struct offload_cmd { |
| 309 | struct listnode node; |
| 310 | int cmd; |
| 311 | int data[]; |
| 312 | }; |
| 313 | |
Manish Dewangan | 69426c8 | 2017-01-30 17:35:36 +0530 | [diff] [blame] | 314 | typedef enum render_mode { |
| 315 | RENDER_MODE_AUDIO_NO_TIMESTAMP = 0, |
| 316 | RENDER_MODE_AUDIO_MASTER, |
| 317 | RENDER_MODE_AUDIO_STC_MASTER, |
| 318 | } render_mode_t; |
| 319 | |
Derek Chen | 1bcdc6b | 2020-02-06 22:44:53 -0800 | [diff] [blame] | 320 | /* This defines the physical car audio streams supported in |
| 321 | * audio HAL, limited by the available frontend PCM devices. |
| 322 | * Max number of physical streams supported is 32 and is |
Derek Chen | df05eea | 2019-08-01 13:57:49 -0700 | [diff] [blame] | 323 | * represented by stream bit flag. |
Derek Chen | 1bcdc6b | 2020-02-06 22:44:53 -0800 | [diff] [blame] | 324 | * Primary zone: bit 0 - 7 |
| 325 | * Front passenger zone: bit 8 - 15 |
| 326 | * Rear seat zone: bit 16 - 23 |
Derek Chen | f6318be | 2017-06-12 17:16:24 -0400 | [diff] [blame] | 327 | */ |
Derek Chen | 1bcdc6b | 2020-02-06 22:44:53 -0800 | [diff] [blame] | 328 | #define MAX_CAR_AUDIO_STREAMS 32 |
Derek Chen | f6318be | 2017-06-12 17:16:24 -0400 | [diff] [blame] | 329 | enum { |
| 330 | CAR_AUDIO_STREAM_MEDIA = 0x1, |
| 331 | CAR_AUDIO_STREAM_SYS_NOTIFICATION = 0x2, |
| 332 | CAR_AUDIO_STREAM_NAV_GUIDANCE = 0x4, |
| 333 | CAR_AUDIO_STREAM_PHONE = 0x8, |
Derek Chen | 1bcdc6b | 2020-02-06 22:44:53 -0800 | [diff] [blame] | 334 | CAR_AUDIO_STREAM_FRONT_PASSENGER = 0x100, |
| 335 | CAR_AUDIO_STREAM_REAR_SEAT = 0x10000, |
Derek Chen | f6318be | 2017-06-12 17:16:24 -0400 | [diff] [blame] | 336 | }; |
Derek Chen | f6318be | 2017-06-12 17:16:24 -0400 | [diff] [blame] | 337 | |
Subhash Chandra Bose Naripeddy | 19dc03b | 2014-03-10 14:43:05 -0700 | [diff] [blame] | 338 | struct stream_app_type_cfg { |
| 339 | int sample_rate; |
Ravi Kumar Alamanda | bdf1416 | 2014-09-05 16:14:17 -0700 | [diff] [blame] | 340 | uint32_t bit_width; |
Subhash Chandra Bose Naripeddy | 19dc03b | 2014-03-10 14:43:05 -0700 | [diff] [blame] | 341 | int app_type; |
Aalique Grahame | 22e4910 | 2018-12-18 14:23:57 -0800 | [diff] [blame] | 342 | int gain[2]; |
Subhash Chandra Bose Naripeddy | 19dc03b | 2014-03-10 14:43:05 -0700 | [diff] [blame] | 343 | }; |
| 344 | |
Siddartha Shaik | 31b530e | 2017-05-19 15:26:33 +0530 | [diff] [blame] | 345 | struct stream_config { |
| 346 | unsigned int sample_rate; |
| 347 | audio_channel_mask_t channel_mask; |
| 348 | audio_format_t format; |
Aniket Kumar Lata | 0e6e1e5 | 2019-11-14 21:43:55 -0800 | [diff] [blame] | 349 | struct listnode device_list; |
Siddartha Shaik | 31b530e | 2017-05-19 15:26:33 +0530 | [diff] [blame] | 350 | unsigned int bit_width; |
| 351 | }; |
Aniket Kumar Lata | 1fda943 | 2019-11-01 17:08:33 -0700 | [diff] [blame] | 352 | |
Siddartha Shaik | 31b530e | 2017-05-19 15:26:33 +0530 | [diff] [blame] | 353 | struct stream_inout { |
| 354 | pthread_mutex_t lock; /* see note below on mutex acquisition order */ |
| 355 | pthread_mutex_t pre_lock; /* acquire before lock to avoid DOS by playback thread */ |
| 356 | pthread_cond_t cond; |
| 357 | struct stream_config in_config; |
| 358 | struct stream_config out_config; |
Siddartha Shaik | 343abc6 | 2017-08-08 11:15:25 +0530 | [diff] [blame] | 359 | struct stream_app_type_cfg out_app_type_cfg; |
| 360 | char profile[MAX_STREAM_PROFILE_STR_LEN]; |
Vidyakumar Athota | 6d65588 | 2017-05-22 18:26:24 -0700 | [diff] [blame] | 361 | struct audio_device *dev; |
| 362 | void *adsp_hdlr_stream_handle; |
| 363 | void *ip_hdlr_handle; |
| 364 | stream_callback_t client_callback; |
| 365 | void *client_cookie; |
Siddartha Shaik | 31b530e | 2017-05-19 15:26:33 +0530 | [diff] [blame] | 366 | }; |
Ravi Kumar Alamanda | 2dfba2b | 2013-01-17 16:50:22 -0800 | [diff] [blame] | 367 | struct stream_out { |
| 368 | struct audio_stream_out stream; |
Eric Laurent | 150dbfe | 2013-02-27 14:31:02 -0800 | [diff] [blame] | 369 | pthread_mutex_t lock; /* see note below on mutex acquisition order */ |
Shiv Maliyappanahalli | 736d4ce | 2015-09-28 15:23:06 -0700 | [diff] [blame] | 370 | pthread_mutex_t pre_lock; /* acquire before lock to avoid DOS by playback thread */ |
Chaithanya Krishna Bacharaju | 69d2e4c | 2017-05-26 18:22:46 +0530 | [diff] [blame] | 371 | pthread_mutex_t compr_mute_lock; /* acquire before setting compress volume */ |
Zhou Song | 48453a0 | 2018-01-10 17:50:59 +0800 | [diff] [blame] | 372 | pthread_mutex_t position_query_lock; /* acquire before updating/getting position of track offload*/ |
Ravi Kumar Alamanda | 4e02e55 | 2013-07-17 15:22:04 -0700 | [diff] [blame] | 373 | pthread_cond_t cond; |
Ravi Kumar Alamanda | 2dfba2b | 2013-01-17 16:50:22 -0800 | [diff] [blame] | 374 | struct pcm_config config; |
Ravi Kumar Alamanda | 4e02e55 | 2013-07-17 15:22:04 -0700 | [diff] [blame] | 375 | struct compr_config compr_config; |
Ravi Kumar Alamanda | 2dfba2b | 2013-01-17 16:50:22 -0800 | [diff] [blame] | 376 | struct pcm *pcm; |
Ravi Kumar Alamanda | 4e02e55 | 2013-07-17 15:22:04 -0700 | [diff] [blame] | 377 | struct compress *compr; |
Ravi Kumar Alamanda | 2dfba2b | 2013-01-17 16:50:22 -0800 | [diff] [blame] | 378 | int standby; |
| 379 | int pcm_device_id; |
Ravi Kumar Alamanda | 4e02e55 | 2013-07-17 15:22:04 -0700 | [diff] [blame] | 380 | unsigned int sample_rate; |
Ravi Kumar Alamanda | 2dfba2b | 2013-01-17 16:50:22 -0800 | [diff] [blame] | 381 | audio_channel_mask_t channel_mask; |
Ravi Kumar Alamanda | 4e02e55 | 2013-07-17 15:22:04 -0700 | [diff] [blame] | 382 | audio_format_t format; |
Aniket Kumar Lata | 0e6e1e5 | 2019-11-14 21:43:55 -0800 | [diff] [blame] | 383 | struct listnode device_list; |
Ravi Kumar Alamanda | 2dfba2b | 2013-01-17 16:50:22 -0800 | [diff] [blame] | 384 | audio_output_flags_t flags; |
Dhananjay Kumar | 4d91c1a | 2016-12-01 23:27:29 +0530 | [diff] [blame] | 385 | char profile[MAX_STREAM_PROFILE_STR_LEN]; |
Ravi Kumar Alamanda | 2dfba2b | 2013-01-17 16:50:22 -0800 | [diff] [blame] | 386 | audio_usecase_t usecase; |
| 387 | /* Array of supported channel mask configurations. +1 so that the last entry is always 0 */ |
| 388 | audio_channel_mask_t supported_channel_masks[MAX_SUPPORTED_CHANNEL_MASKS + 1]; |
Pradnya Chaphekar | 80a8cfb | 2014-10-20 16:17:01 -0700 | [diff] [blame] | 389 | audio_format_t supported_formats[MAX_SUPPORTED_FORMATS+1]; |
Mingming Yin | 3a941d4 | 2016-02-17 18:08:05 -0800 | [diff] [blame] | 390 | uint32_t supported_sample_rates[MAX_SUPPORTED_SAMPLE_RATES+1]; |
Eric Laurent | a9024de | 2013-04-04 09:19:12 -0700 | [diff] [blame] | 391 | bool muted; |
Glenn Kasten | 2ccd7ba | 2013-09-10 09:04:31 -0700 | [diff] [blame] | 392 | uint64_t written; /* total frames written, not cleared when entering standby */ |
Phil Burk | fe17efd | 2019-03-25 10:23:35 -0700 | [diff] [blame] | 393 | int64_t mmap_time_offset_nanos; /* fudge factor to correct inaccuracies in DSP */ |
Phil Burk | d898ba6 | 2019-06-20 12:49:01 -0700 | [diff] [blame] | 394 | int mmap_shared_memory_fd; /* file descriptor associated with MMAP NOIRQ shared memory */ |
Eric Laurent | c4aef75 | 2013-09-12 17:45:53 -0700 | [diff] [blame] | 395 | audio_io_handle_t handle; |
Subhash Chandra Bose Naripeddy | 19dc03b | 2014-03-10 14:43:05 -0700 | [diff] [blame] | 396 | struct stream_app_type_cfg app_type_cfg; |
Ravi Kumar Alamanda | 2dfba2b | 2013-01-17 16:50:22 -0800 | [diff] [blame] | 397 | |
Ravi Kumar Alamanda | 4e02e55 | 2013-07-17 15:22:04 -0700 | [diff] [blame] | 398 | int non_blocking; |
| 399 | int playback_started; |
| 400 | int offload_state; |
| 401 | pthread_cond_t offload_cond; |
| 402 | pthread_t offload_thread; |
| 403 | struct listnode offload_cmd_list; |
| 404 | bool offload_thread_blocked; |
Zhou Song | 48453a0 | 2018-01-10 17:50:59 +0800 | [diff] [blame] | 405 | struct timespec writeAt; |
Ravi Kumar Alamanda | 4e02e55 | 2013-07-17 15:22:04 -0700 | [diff] [blame] | 406 | |
Ben Romberger | d771a7c | 2017-02-22 18:05:17 -0800 | [diff] [blame] | 407 | void *adsp_hdlr_stream_handle; |
Naresh Tanniru | 8581945 | 2017-05-04 18:55:45 -0700 | [diff] [blame] | 408 | void *ip_hdlr_handle; |
Ben Romberger | d771a7c | 2017-02-22 18:05:17 -0800 | [diff] [blame] | 409 | |
| 410 | stream_callback_t client_callback; |
| 411 | void *client_cookie; |
Haynes Mathew George | 352f27b | 2013-07-26 00:00:15 -0700 | [diff] [blame] | 412 | struct compr_gapless_mdata gapless_mdata; |
| 413 | int send_new_metadata; |
Chaithanya Krishna Bacharaju | a70cb6a | 2015-07-24 14:15:05 +0530 | [diff] [blame] | 414 | bool send_next_track_params; |
| 415 | bool is_compr_metadata_avail; |
Mingming Yin | 3ee55c6 | 2014-08-04 14:23:35 -0700 | [diff] [blame] | 416 | unsigned int bit_width; |
Ashish Jain | 83a6cc2 | 2016-06-28 14:34:17 +0530 | [diff] [blame] | 417 | uint32_t hal_fragment_size; |
| 418 | audio_format_t hal_ip_format; |
| 419 | audio_format_t hal_op_format; |
| 420 | void *convert_buffer; |
Ravi Kumar Alamanda | 2dfba2b | 2013-01-17 16:50:22 -0800 | [diff] [blame] | 421 | |
Haynes Mathew George | 5beddd4 | 2016-06-27 18:33:40 -0700 | [diff] [blame] | 422 | bool realtime; |
| 423 | int af_period_multiplier; |
Ravi Kumar Alamanda | 2dfba2b | 2013-01-17 16:50:22 -0800 | [diff] [blame] | 424 | struct audio_device *dev; |
Dhananjay Kumar | e6293dd | 2017-05-25 17:25:30 +0530 | [diff] [blame] | 425 | card_status_t card_status; |
Manish Dewangan | 69426c8 | 2017-01-30 17:35:36 +0530 | [diff] [blame] | 426 | |
Lakshman Chaluvaraju | 22ba9f1 | 2016-09-12 11:42:10 +0530 | [diff] [blame] | 427 | void* qaf_stream_handle; |
Sidipotu Ashok | d2f10ba | 2019-05-06 15:41:56 +0530 | [diff] [blame] | 428 | void* qap_stream_handle; |
Lakshman Chaluvaraju | 22ba9f1 | 2016-09-12 11:42:10 +0530 | [diff] [blame] | 429 | pthread_cond_t qaf_offload_cond; |
| 430 | pthread_t qaf_offload_thread; |
| 431 | struct listnode qaf_offload_cmd_list; |
Lakshman Chaluvaraju | b4ec870 | 2016-11-04 19:21:12 +0530 | [diff] [blame] | 432 | uint32_t platform_latency; |
Manish Dewangan | 69426c8 | 2017-01-30 17:35:36 +0530 | [diff] [blame] | 433 | render_mode_t render_mode; |
Naresh Tanniru | 6160c71 | 2017-04-17 15:43:48 +0530 | [diff] [blame] | 434 | bool drift_correction_enabled; |
Manish Dewangan | 69426c8 | 2017-01-30 17:35:36 +0530 | [diff] [blame] | 435 | |
Naresh Tanniru | 29bce4e | 2017-04-27 17:54:30 +0530 | [diff] [blame] | 436 | struct audio_out_channel_map_param channel_map_param; /* input channel map */ |
Lakshman Chaluvaraju | b4ec870 | 2016-11-04 19:21:12 +0530 | [diff] [blame] | 437 | audio_offload_info_t info; |
Ashish Jain | 1b9b30c | 2017-05-18 20:57:40 +0530 | [diff] [blame] | 438 | int started; |
Naresh Tanniru | ee3499a | 2017-01-05 14:05:35 +0530 | [diff] [blame] | 439 | qahwi_stream_out_t qahwi_out; |
Manish Dewangan | 37864bc | 2017-06-09 12:28:37 +0530 | [diff] [blame] | 440 | |
| 441 | bool is_iec61937_info_available; |
Chaithanya Krishna Bacharaju | 69d2e4c | 2017-05-26 18:22:46 +0530 | [diff] [blame] | 442 | bool a2dp_compress_mute; |
| 443 | float volume_l; |
| 444 | float volume_r; |
Ramu Gottipati | 97bdcfb | 2018-04-13 17:58:24 +0530 | [diff] [blame] | 445 | bool apply_volume; |
Alexy Joseph | 9898883 | 2017-01-13 14:56:59 -0800 | [diff] [blame] | 446 | |
| 447 | char pm_qos_mixer_path[MAX_MIXER_PATH_LEN]; |
Aniket Kumar Lata | 932f487 | 2017-11-06 18:29:44 -0800 | [diff] [blame] | 448 | int hal_output_suspend_supported; |
| 449 | int dynamic_pm_qos_config_supported; |
Manish Dewangan | 671a420 | 2017-08-18 17:30:46 +0530 | [diff] [blame] | 450 | bool stream_config_changed; |
Varun Balaraj | e49253e | 2017-07-06 19:48:56 +0530 | [diff] [blame] | 451 | mix_matrix_params_t pan_scale_params; |
| 452 | mix_matrix_params_t downmix_params; |
Surendar Karka | f51b584 | 2018-04-26 11:28:38 +0530 | [diff] [blame] | 453 | bool set_dual_mono; |
Manisha Agarwal | 7b3e377 | 2019-02-20 14:33:45 +0530 | [diff] [blame] | 454 | bool prev_card_status_offline; |
Aalique Grahame | 22e4910 | 2018-12-18 14:23:57 -0800 | [diff] [blame] | 455 | |
| 456 | error_log_t *error_log; |
Dhanalakshmi Siddani | 20628c8 | 2019-01-27 17:31:09 +0530 | [diff] [blame] | 457 | bool pspd_coeff_sent; |
Derek Chen | f6318be | 2017-06-12 17:16:24 -0400 | [diff] [blame] | 458 | |
Derek Chen | f6318be | 2017-06-12 17:16:24 -0400 | [diff] [blame] | 459 | int car_audio_stream; |
Vignesh Kulothungan | 39fc6a2 | 2019-08-01 00:55:59 -0700 | [diff] [blame] | 460 | |
| 461 | union { |
| 462 | char *addr; |
| 463 | struct { |
| 464 | int controller; |
| 465 | int stream; |
| 466 | } cs; |
| 467 | } extconn; |
Andy Hung | a1f48fa | 2019-07-01 18:14:53 -0700 | [diff] [blame] | 468 | |
| 469 | size_t kernel_buffer_size; // cached value of the alsa buffer size, const after open(). |
| 470 | |
| 471 | // last out_get_presentation_position() cached info. |
| 472 | bool last_fifo_valid; |
| 473 | unsigned int last_fifo_frames_remaining; |
| 474 | int64_t last_fifo_time_ns; |
| 475 | |
| 476 | simple_stats_t fifo_underruns; // TODO: keep a list of the last N fifo underrun times. |
Andy Hung | c6bfd4a | 2019-07-01 18:26:00 -0700 | [diff] [blame] | 477 | simple_stats_t start_latency_ms; |
Ravi Kumar Alamanda | 2dfba2b | 2013-01-17 16:50:22 -0800 | [diff] [blame] | 478 | }; |
| 479 | |
| 480 | struct stream_in { |
| 481 | struct audio_stream_in stream; |
Eric Laurent | 150dbfe | 2013-02-27 14:31:02 -0800 | [diff] [blame] | 482 | pthread_mutex_t lock; /* see note below on mutex acquisition order */ |
Shiv Maliyappanahalli | 736d4ce | 2015-09-28 15:23:06 -0700 | [diff] [blame] | 483 | pthread_mutex_t pre_lock; /* acquire before lock to avoid DOS by playback thread */ |
Ravi Kumar Alamanda | 2dfba2b | 2013-01-17 16:50:22 -0800 | [diff] [blame] | 484 | struct pcm_config config; |
| 485 | struct pcm *pcm; |
| 486 | int standby; |
| 487 | int source; |
| 488 | int pcm_device_id; |
Aniket Kumar Lata | 0e6e1e5 | 2019-11-14 21:43:55 -0800 | [diff] [blame] | 489 | struct listnode device_list; |
Ravi Kumar Alamanda | 2dfba2b | 2013-01-17 16:50:22 -0800 | [diff] [blame] | 490 | audio_channel_mask_t channel_mask; |
| 491 | audio_usecase_t usecase; |
Ravi Kumar Alamanda | f70ffb4 | 2013-04-16 15:55:53 -0700 | [diff] [blame] | 492 | bool enable_aec; |
Ravi Kumar Alamanda | 198185e | 2013-11-07 15:42:19 -0800 | [diff] [blame] | 493 | bool enable_ns; |
Narsinga Rao Chella | 05573b7 | 2013-11-15 15:21:40 -0800 | [diff] [blame] | 494 | audio_format_t format; |
Carter Hsu | 2e429db | 2019-05-14 18:50:52 +0800 | [diff] [blame] | 495 | bool enable_ec_port; |
| 496 | bool ec_opened; |
| 497 | struct listnode aec_list; |
| 498 | struct listnode ns_list; |
Phil Burk | e0a86d1 | 2019-02-16 22:28:11 -0800 | [diff] [blame] | 499 | int64_t mmap_time_offset_nanos; /* fudge factor to correct inaccuracies in DSP */ |
Phil Burk | d898ba6 | 2019-06-20 12:49:01 -0700 | [diff] [blame] | 500 | int mmap_shared_memory_fd; /* file descriptor associated with MMAP NOIRQ shared memory */ |
Ravi Kumar Alamanda | 8fa6b19 | 2014-09-09 16:06:42 -0700 | [diff] [blame] | 501 | audio_io_handle_t capture_handle; |
Ravi Kumar Alamanda | 8a0f977 | 2015-06-15 10:35:19 -0700 | [diff] [blame] | 502 | audio_input_flags_t flags; |
Dhananjay Kumar | 4d91c1a | 2016-12-01 23:27:29 +0530 | [diff] [blame] | 503 | char profile[MAX_STREAM_PROFILE_STR_LEN]; |
Ravi Kumar Alamanda | 8fa6b19 | 2014-09-09 16:06:42 -0700 | [diff] [blame] | 504 | bool is_st_session; |
Bharath Ramachandramurthy | 837535b | 2015-02-05 14:27:59 -0800 | [diff] [blame] | 505 | bool is_st_session_active; |
Dhananjay Kumar | 9983c37 | 2016-12-09 22:00:40 +0530 | [diff] [blame] | 506 | unsigned int sample_rate; |
| 507 | unsigned int bit_width; |
Haynes Mathew George | 5beddd4 | 2016-06-27 18:33:40 -0700 | [diff] [blame] | 508 | bool realtime; |
| 509 | int af_period_multiplier; |
Dhananjay Kumar | d6d3215 | 2016-10-13 16:11:03 +0530 | [diff] [blame] | 510 | struct stream_app_type_cfg app_type_cfg; |
Dhananjay Kumar | ee4d200 | 2016-10-25 18:02:58 +0530 | [diff] [blame] | 511 | void *cin_extn; |
| 512 | qahwi_stream_in_t qahwi_in; |
Dhananjay Kumar | d6d3215 | 2016-10-13 16:11:03 +0530 | [diff] [blame] | 513 | |
Ravi Kumar Alamanda | 2dfba2b | 2013-01-17 16:50:22 -0800 | [diff] [blame] | 514 | struct audio_device *dev; |
Dhananjay Kumar | e6293dd | 2017-05-25 17:25:30 +0530 | [diff] [blame] | 515 | card_status_t card_status; |
Haynes Mathew George | 1608104 | 2017-05-31 17:16:49 -0700 | [diff] [blame] | 516 | int capture_started; |
justinweng | 20fb6d8 | 2019-02-21 18:49:00 -0700 | [diff] [blame] | 517 | float zoom; |
| 518 | audio_microphone_direction_t direction; |
Haynes Mathew George | 484e8d2 | 2017-07-31 18:55:17 -0700 | [diff] [blame] | 519 | |
Deeraj Soman | 30cc7ae | 2019-03-18 16:26:55 +0530 | [diff] [blame] | 520 | volatile int32_t capture_stopped; |
| 521 | |
Haynes Mathew George | 484e8d2 | 2017-07-31 18:55:17 -0700 | [diff] [blame] | 522 | /* Array of supported channel mask configurations. +1 so that the last entry is always 0 */ |
| 523 | audio_channel_mask_t supported_channel_masks[MAX_SUPPORTED_CHANNEL_MASKS + 1]; |
| 524 | audio_format_t supported_formats[MAX_SUPPORTED_FORMATS + 1]; |
| 525 | uint32_t supported_sample_rates[MAX_SUPPORTED_SAMPLE_RATES + 1]; |
Aalique Grahame | 22e4910 | 2018-12-18 14:23:57 -0800 | [diff] [blame] | 526 | |
| 527 | int64_t frames_read; /* total frames read, not cleared when entering standby */ |
| 528 | int64_t frames_muted; /* total frames muted, not cleared when entering standby */ |
| 529 | |
| 530 | error_log_t *error_log; |
Andy Hung | c6bfd4a | 2019-07-01 18:26:00 -0700 | [diff] [blame] | 531 | |
| 532 | simple_stats_t start_latency_ms; |
Ravi Kumar Alamanda | 2dfba2b | 2013-01-17 16:50:22 -0800 | [diff] [blame] | 533 | }; |
| 534 | |
| 535 | typedef enum { |
| 536 | PCM_PLAYBACK, |
| 537 | PCM_CAPTURE, |
Narsinga Rao Chella | 05573b7 | 2013-11-15 15:21:40 -0800 | [diff] [blame] | 538 | VOICE_CALL, |
Vimal Puthanveed | 5b4d3f1 | 2013-11-05 15:57:39 -0800 | [diff] [blame] | 539 | VOIP_CALL, |
Siddartha Shaik | 31b530e | 2017-05-19 15:26:33 +0530 | [diff] [blame] | 540 | PCM_HFP_CALL, |
Surendar Karka | 93cd25a | 2018-08-28 14:21:37 +0530 | [diff] [blame] | 541 | TRANSCODE_LOOPBACK_RX, |
Aalique Grahame | 22e4910 | 2018-12-18 14:23:57 -0800 | [diff] [blame] | 542 | TRANSCODE_LOOPBACK_TX, |
Rahul Sharma | 9977098 | 2019-03-06 17:05:26 +0530 | [diff] [blame] | 543 | PCM_PASSTHROUGH, |
Aalique Grahame | 22e4910 | 2018-12-18 14:23:57 -0800 | [diff] [blame] | 544 | USECASE_TYPE_MAX |
Ravi Kumar Alamanda | 2dfba2b | 2013-01-17 16:50:22 -0800 | [diff] [blame] | 545 | } usecase_type_t; |
| 546 | |
Aniket Kumar Lata | 1fda943 | 2019-11-01 17:08:33 -0700 | [diff] [blame] | 547 | typedef enum { |
| 548 | PATCH_NONE = -1, |
| 549 | PATCH_PLAYBACK, |
| 550 | PATCH_CAPTURE, |
| 551 | PATCH_DEVICE_LOOPBACK |
| 552 | } patch_type_t; |
| 553 | |
| 554 | struct audio_patch_info { |
| 555 | struct audio_patch *patch; |
| 556 | patch_type_t patch_type; |
Aniket Kumar Lata | 1fda943 | 2019-11-01 17:08:33 -0700 | [diff] [blame] | 557 | }; |
| 558 | |
| 559 | struct audio_stream_info { |
| 560 | struct audio_stream *stream; |
| 561 | audio_patch_handle_t patch_handle; |
Aniket Kumar Lata | 1fda943 | 2019-11-01 17:08:33 -0700 | [diff] [blame] | 562 | }; |
| 563 | |
Ravi Kumar Alamanda | 096c87f | 2013-02-28 20:54:57 -0800 | [diff] [blame] | 564 | union stream_ptr { |
| 565 | struct stream_in *in; |
| 566 | struct stream_out *out; |
Siddartha Shaik | 31b530e | 2017-05-19 15:26:33 +0530 | [diff] [blame] | 567 | struct stream_inout *inout; |
Ravi Kumar Alamanda | 096c87f | 2013-02-28 20:54:57 -0800 | [diff] [blame] | 568 | }; |
| 569 | |
Ravi Kumar Alamanda | 2dfba2b | 2013-01-17 16:50:22 -0800 | [diff] [blame] | 570 | struct audio_usecase { |
Ravi Kumar Alamanda | 3b1816c | 2013-02-27 23:01:21 -0800 | [diff] [blame] | 571 | struct listnode list; |
Ravi Kumar Alamanda | 2dfba2b | 2013-01-17 16:50:22 -0800 | [diff] [blame] | 572 | audio_usecase_t id; |
| 573 | usecase_type_t type; |
Aniket Kumar Lata | 0e6e1e5 | 2019-11-14 21:43:55 -0800 | [diff] [blame] | 574 | struct listnode device_list; |
Ravi Kumar Alamanda | 71c84b7 | 2013-03-10 23:50:28 -0700 | [diff] [blame] | 575 | snd_device_t out_snd_device; |
| 576 | snd_device_t in_snd_device; |
Dhananjay Kumar | d6d3215 | 2016-10-13 16:11:03 +0530 | [diff] [blame] | 577 | struct stream_app_type_cfg out_app_type_cfg; |
| 578 | struct stream_app_type_cfg in_app_type_cfg; |
Ravi Kumar Alamanda | 096c87f | 2013-02-28 20:54:57 -0800 | [diff] [blame] | 579 | union stream_ptr stream; |
Ravi Kumar Alamanda | 2dfba2b | 2013-01-17 16:50:22 -0800 | [diff] [blame] | 580 | }; |
| 581 | |
Subhash Chandra Bose Naripeddy | 19dc03b | 2014-03-10 14:43:05 -0700 | [diff] [blame] | 582 | struct stream_format { |
| 583 | struct listnode list; |
| 584 | audio_format_t format; |
| 585 | }; |
| 586 | |
Amit Shekhar | 6f461b1 | 2014-08-01 14:52:58 -0700 | [diff] [blame] | 587 | struct stream_sample_rate { |
| 588 | struct listnode list; |
| 589 | uint32_t sample_rate; |
| 590 | }; |
| 591 | |
Dhananjay Kumar | d6d3215 | 2016-10-13 16:11:03 +0530 | [diff] [blame] | 592 | typedef union { |
| 593 | audio_output_flags_t out_flags; |
| 594 | audio_input_flags_t in_flags; |
| 595 | } audio_io_flags_t; |
| 596 | |
| 597 | struct streams_io_cfg { |
Subhash Chandra Bose Naripeddy | 19dc03b | 2014-03-10 14:43:05 -0700 | [diff] [blame] | 598 | struct listnode list; |
Dhananjay Kumar | d6d3215 | 2016-10-13 16:11:03 +0530 | [diff] [blame] | 599 | audio_io_flags_t flags; |
Dhananjay Kumar | 4d91c1a | 2016-12-01 23:27:29 +0530 | [diff] [blame] | 600 | char profile[MAX_STREAM_PROFILE_STR_LEN]; |
Subhash Chandra Bose Naripeddy | 19dc03b | 2014-03-10 14:43:05 -0700 | [diff] [blame] | 601 | struct listnode format_list; |
Amit Shekhar | 6f461b1 | 2014-08-01 14:52:58 -0700 | [diff] [blame] | 602 | struct listnode sample_rate_list; |
Subhash Chandra Bose Naripeddy | 19dc03b | 2014-03-10 14:43:05 -0700 | [diff] [blame] | 603 | struct stream_app_type_cfg app_type_cfg; |
| 604 | }; |
| 605 | |
Derek Chen | f939fb7 | 2018-11-13 13:34:41 -0800 | [diff] [blame] | 606 | typedef struct streams_input_ctxt { |
| 607 | struct listnode list; |
| 608 | struct stream_in *input; |
| 609 | } streams_input_ctxt_t; |
| 610 | |
| 611 | typedef struct streams_output_ctxt { |
| 612 | struct listnode list; |
| 613 | struct stream_out *output; |
| 614 | } streams_output_ctxt_t; |
| 615 | |
Ravi Kumar Alamanda | 8a0f977 | 2015-06-15 10:35:19 -0700 | [diff] [blame] | 616 | typedef void* (*adm_init_t)(); |
| 617 | typedef void (*adm_deinit_t)(void *); |
| 618 | typedef void (*adm_register_output_stream_t)(void *, audio_io_handle_t, audio_output_flags_t); |
| 619 | typedef void (*adm_register_input_stream_t)(void *, audio_io_handle_t, audio_input_flags_t); |
| 620 | typedef void (*adm_deregister_stream_t)(void *, audio_io_handle_t); |
| 621 | typedef void (*adm_request_focus_t)(void *, audio_io_handle_t); |
| 622 | typedef void (*adm_abandon_focus_t)(void *, audio_io_handle_t); |
Haynes Mathew George | 5beddd4 | 2016-06-27 18:33:40 -0700 | [diff] [blame] | 623 | typedef void (*adm_set_config_t)(void *, audio_io_handle_t, |
| 624 | struct pcm *, |
| 625 | struct pcm_config *); |
| 626 | typedef void (*adm_request_focus_v2_t)(void *, audio_io_handle_t, long); |
| 627 | typedef bool (*adm_is_noirq_avail_t)(void *, int, int, int); |
| 628 | typedef void (*adm_on_routing_change_t)(void *, audio_io_handle_t); |
Aniket Kumar Lata | 60586a9 | 2019-05-22 22:18:55 -0700 | [diff] [blame] | 629 | typedef int (*adm_request_focus_v2_1_t)(void *, audio_io_handle_t, long); |
Ravi Kumar Alamanda | 8a0f977 | 2015-06-15 10:35:19 -0700 | [diff] [blame] | 630 | |
Ravi Kumar Alamanda | 2dfba2b | 2013-01-17 16:50:22 -0800 | [diff] [blame] | 631 | struct audio_device { |
| 632 | struct audio_hw_device device; |
Eric Laurent | 4b08413 | 2018-10-19 17:33:43 -0700 | [diff] [blame] | 633 | |
Eric Laurent | 150dbfe | 2013-02-27 14:31:02 -0800 | [diff] [blame] | 634 | pthread_mutex_t lock; /* see note below on mutex acquisition order */ |
Weiyin Jiang | fa65d3e | 2019-03-05 23:39:45 +0800 | [diff] [blame] | 635 | pthread_mutex_t cal_lock; |
Ravi Kumar Alamanda | 2dfba2b | 2013-01-17 16:50:22 -0800 | [diff] [blame] | 636 | struct mixer *mixer; |
| 637 | audio_mode_t mode; |
Jaideep Sharma | 477917f | 2020-03-13 18:13:33 +0530 | [diff] [blame] | 638 | audio_mode_t prev_mode; |
Ravi Kumar Alamanda | 2dfba2b | 2013-01-17 16:50:22 -0800 | [diff] [blame] | 639 | audio_devices_t out_device; |
Ravi Kumar Alamanda | 096c87f | 2013-02-28 20:54:57 -0800 | [diff] [blame] | 640 | struct stream_out *primary_output; |
Ravi Kumar Alamanda | 060bc5a | 2014-09-05 13:51:35 -0700 | [diff] [blame] | 641 | struct stream_out *voice_tx_output; |
| 642 | struct stream_out *current_call_output; |
Ravi Kumar Alamanda | 2dfba2b | 2013-01-17 16:50:22 -0800 | [diff] [blame] | 643 | bool bluetooth_nrec; |
| 644 | bool screen_off; |
Eric Laurent | b23d528 | 2013-05-14 15:27:20 -0700 | [diff] [blame] | 645 | int *snd_dev_ref_cnt; |
Ravi Kumar Alamanda | 3b1816c | 2013-02-27 23:01:21 -0800 | [diff] [blame] | 646 | struct listnode usecase_list; |
Subhash Chandra Bose Naripeddy | 19dc03b | 2014-03-10 14:43:05 -0700 | [diff] [blame] | 647 | struct listnode streams_output_cfg_list; |
Dhananjay Kumar | d6d3215 | 2016-10-13 16:11:03 +0530 | [diff] [blame] | 648 | struct listnode streams_input_cfg_list; |
Ravi Kumar Alamanda | 2dfba2b | 2013-01-17 16:50:22 -0800 | [diff] [blame] | 649 | struct audio_route *audio_route; |
| 650 | int acdb_settings; |
Jean-Michel Trivi | c56336b | 2013-05-24 16:55:17 -0700 | [diff] [blame] | 651 | bool speaker_lr_swap; |
Shiv Maliyappanahalli | 34b585f | 2013-10-01 15:49:05 -0700 | [diff] [blame] | 652 | struct voice voice; |
Eric Laurent | 07eeafd | 2013-10-06 12:52:49 -0700 | [diff] [blame] | 653 | unsigned int cur_hdmi_channels; |
Mingming Yin | 2185465 | 2016-04-13 11:54:02 -0700 | [diff] [blame] | 654 | audio_format_t cur_hdmi_format; |
| 655 | unsigned int cur_hdmi_sample_rate; |
| 656 | unsigned int cur_hdmi_bit_width; |
Krishnankutty Kolathappilly | 0b2de1c | 2014-02-14 14:45:49 -0800 | [diff] [blame] | 657 | unsigned int cur_wfd_channels; |
Mingming Yin | 514a8bc | 2014-07-29 15:22:21 -0700 | [diff] [blame] | 658 | bool bt_wb_speech_enabled; |
Zhou Song | 12c2950 | 2019-03-16 10:37:18 +0800 | [diff] [blame] | 659 | unsigned int swb_speech_mode; |
vivek mehta | 344576a | 2016-04-12 18:56:03 -0700 | [diff] [blame] | 660 | bool allow_afe_proxy_usage; |
Haynes Mathew George | 01156f9 | 2018-04-13 15:29:54 -0700 | [diff] [blame] | 661 | bool is_charging; // from battery listener |
Vignesh Kulothungan | 7d37431 | 2018-02-21 17:12:00 -0800 | [diff] [blame] | 662 | bool mic_break_enabled; |
Aalique Grahame | 22e4910 | 2018-12-18 14:23:57 -0800 | [diff] [blame] | 663 | bool enable_hfp; |
| 664 | bool mic_muted; |
| 665 | bool enable_voicerx; |
Quinn Male | f605036 | 2019-01-30 15:55:40 -0800 | [diff] [blame] | 666 | unsigned int num_va_sessions; |
Ravi Kumar Alamanda | 2dfba2b | 2013-01-17 16:50:22 -0800 | [diff] [blame] | 667 | |
Apoorv Raghuvanshi | 84fa2fe | 2013-12-04 11:57:47 -0800 | [diff] [blame] | 668 | int snd_card; |
Dhananjay Kumar | e6293dd | 2017-05-25 17:25:30 +0530 | [diff] [blame] | 669 | card_status_t card_status; |
Apoorv Raghuvanshi | 2149216 | 2015-02-19 18:19:36 -0800 | [diff] [blame] | 670 | unsigned int cur_codec_backend_samplerate; |
| 671 | unsigned int cur_codec_backend_bit_width; |
Ashish Jain | 81eb2a8 | 2015-05-13 10:52:34 +0530 | [diff] [blame] | 672 | bool is_channel_status_set; |
Eric Laurent | b23d528 | 2013-05-14 15:27:20 -0700 | [diff] [blame] | 673 | void *platform; |
Aalique Grahame | 22e4910 | 2018-12-18 14:23:57 -0800 | [diff] [blame] | 674 | void *extspk; |
Subhash Chandra Bose Naripeddy | 16ff4f8 | 2014-04-01 21:03:10 -0700 | [diff] [blame] | 675 | unsigned int offload_usecases_state; |
Samyak Jain | 15fda66 | 2018-12-18 16:40:52 +0530 | [diff] [blame] | 676 | unsigned int pcm_record_uc_state; |
Eric Laurent | c4aef75 | 2013-09-12 17:45:53 -0700 | [diff] [blame] | 677 | void *visualizer_lib; |
Subhash Chandra Bose Naripeddy | 1d08916 | 2013-11-13 13:31:50 -0800 | [diff] [blame] | 678 | int (*visualizer_start_output)(audio_io_handle_t, int); |
| 679 | int (*visualizer_stop_output)(audio_io_handle_t, int); |
| 680 | void *offload_effects_lib; |
Ashish Jain | 5106d36 | 2016-05-11 19:23:33 +0530 | [diff] [blame] | 681 | int (*offload_effects_start_output)(audio_io_handle_t, int, struct mixer *); |
Subhash Chandra Bose Naripeddy | 1d08916 | 2013-11-13 13:31:50 -0800 | [diff] [blame] | 682 | int (*offload_effects_stop_output)(audio_io_handle_t, int); |
Naresh Tanniru | 4c63039 | 2014-05-12 01:05:52 +0530 | [diff] [blame] | 683 | |
Jitendra Naruka | 1b6513f | 2014-11-22 19:34:13 -0800 | [diff] [blame] | 684 | int (*offload_effects_set_hpx_state)(bool); |
Ravi Kumar Alamanda | 8a0f977 | 2015-06-15 10:35:19 -0700 | [diff] [blame] | 685 | |
| 686 | void *adm_data; |
| 687 | void *adm_lib; |
| 688 | adm_init_t adm_init; |
| 689 | adm_deinit_t adm_deinit; |
| 690 | adm_register_input_stream_t adm_register_input_stream; |
| 691 | adm_register_output_stream_t adm_register_output_stream; |
| 692 | adm_deregister_stream_t adm_deregister_stream; |
| 693 | adm_request_focus_t adm_request_focus; |
| 694 | adm_abandon_focus_t adm_abandon_focus; |
Haynes Mathew George | 5beddd4 | 2016-06-27 18:33:40 -0700 | [diff] [blame] | 695 | adm_set_config_t adm_set_config; |
| 696 | adm_request_focus_v2_t adm_request_focus_v2; |
| 697 | adm_is_noirq_avail_t adm_is_noirq_avail; |
| 698 | adm_on_routing_change_t adm_on_routing_change; |
Aniket Kumar Lata | 60586a9 | 2019-05-22 22:18:55 -0700 | [diff] [blame] | 699 | adm_request_focus_v2_1_t adm_request_focus_v2_1; |
Dhananjay Kumar | d68883d | 2015-09-04 13:39:26 +0530 | [diff] [blame] | 700 | |
| 701 | void (*offload_effects_get_parameters)(struct str_parms *, |
| 702 | struct str_parms *); |
| 703 | void (*offload_effects_set_parameters)(struct str_parms *); |
vivek mehta | 446c396 | 2015-09-14 10:57:35 -0700 | [diff] [blame] | 704 | |
| 705 | bool multi_offload_enable; |
Sudheer Papothi | fa9d228 | 2015-09-17 01:53:25 +0530 | [diff] [blame] | 706 | int perf_lock_handle; |
| 707 | int perf_lock_opts[MAX_PERF_LOCK_OPTS]; |
| 708 | int perf_lock_opts_size; |
Sidipotu Ashok | e6f78cb | 2015-11-05 14:42:20 +0530 | [diff] [blame] | 709 | bool native_playback_enabled; |
Preetam Singh Ranawat | b0c0dd7 | 2016-08-18 00:32:06 +0530 | [diff] [blame] | 710 | bool asrc_mode_enabled; |
Dhananjay Kumar | ee4d200 | 2016-10-25 18:02:58 +0530 | [diff] [blame] | 711 | qahwi_device_t qahwi_dev; |
Alexy Joseph | 5e4ccbc | 2017-02-21 14:20:12 -0800 | [diff] [blame] | 712 | bool vr_audio_mode_enabled; |
Xiaojun Sang | 785b5da | 2017-08-03 15:52:29 +0800 | [diff] [blame] | 713 | uint32_t dsp_bit_width_enforce_mode; |
Ashish Jain | 1b9b30c | 2017-05-18 20:57:40 +0530 | [diff] [blame] | 714 | bool bt_sco_on; |
Satish Babu Patakokila | c3c5d43 | 2017-07-04 22:48:59 +0530 | [diff] [blame] | 715 | struct audio_device_config_param *device_cfg_params; |
Varun Balaraj | e49253e | 2017-07-06 19:48:56 +0530 | [diff] [blame] | 716 | unsigned int interactive_usecase_state; |
Aalique Grahame | 3765986 | 2017-12-03 22:34:26 -0800 | [diff] [blame] | 717 | bool dp_allowed_for_voice; |
Derek Chen | d253007 | 2014-11-24 12:39:14 -0800 | [diff] [blame] | 718 | void *ext_hw_plugin; |
Aalique Grahame | 22e4910 | 2018-12-18 14:23:57 -0800 | [diff] [blame] | 719 | |
Vignesh Kulothungan | a692727 | 2019-02-20 15:17:07 -0800 | [diff] [blame] | 720 | struct pcm_config haptics_config; |
| 721 | struct pcm *haptic_pcm; |
| 722 | int haptic_pcm_device_id; |
| 723 | uint8_t *haptic_buffer; |
| 724 | size_t haptic_buffer_size; |
| 725 | |
Aalique Grahame | 22e4910 | 2018-12-18 14:23:57 -0800 | [diff] [blame] | 726 | /* logging */ |
| 727 | snd_device_t last_logged_snd_device[AUDIO_USECASE_MAX][2]; /* [out, in] */ |
| 728 | |
| 729 | /* The pcm_params use_case_table is loaded by adev_verify_devices() upon |
| 730 | * calling adev_open(). |
| 731 | * |
| 732 | * If an entry is not NULL, it can be used to determine if extended precision |
| 733 | * or other capabilities are present for the device corresponding to that usecase. |
| 734 | */ |
| 735 | struct pcm_params *use_case_table[AUDIO_USECASE_MAX]; |
Derek Chen | f939fb7 | 2018-11-13 13:34:41 -0800 | [diff] [blame] | 736 | struct listnode active_inputs_list; |
| 737 | struct listnode active_outputs_list; |
Dhanalakshmi Siddani | 20628c8 | 2019-01-27 17:31:09 +0530 | [diff] [blame] | 738 | bool use_old_pspd_mix_ctrl; |
Eric Laurent | 4b08413 | 2018-10-19 17:33:43 -0700 | [diff] [blame] | 739 | int camera_orientation; /* CAMERA_BACK_LANDSCAPE ... CAMERA_FRONT_PORTRAIT */ |
Aniket Kumar Lata | 60586a9 | 2019-05-22 22:18:55 -0700 | [diff] [blame] | 740 | bool adm_routing_changed; |
Rahul Sharma | 9977098 | 2019-03-06 17:05:26 +0530 | [diff] [blame] | 741 | struct listnode audio_patch_record_list; |
Aniket Kumar Lata | 1fda943 | 2019-11-01 17:08:33 -0700 | [diff] [blame] | 742 | Hashmap *patch_map; |
| 743 | Hashmap *io_streams_map; |
Revathi Uddaraju | b26e393 | 2020-06-10 14:51:02 +0530 | [diff] [blame] | 744 | bool a2dp_started; |
Zhou Song | 62ea028 | 2020-03-22 19:53:01 +0800 | [diff] [blame] | 745 | bool ha_proxy_enable; |
Rahul Sharma | 9977098 | 2019-03-06 17:05:26 +0530 | [diff] [blame] | 746 | }; |
| 747 | |
| 748 | struct audio_patch_record { |
| 749 | struct listnode list; |
| 750 | audio_patch_handle_t handle; |
| 751 | audio_usecase_t usecase; |
Derek Chen | 6c0f3de | 2020-02-26 00:30:42 -0800 | [diff] [blame] | 752 | struct audio_patch patch; |
Ravi Kumar Alamanda | 2dfba2b | 2013-01-17 16:50:22 -0800 | [diff] [blame] | 753 | }; |
| 754 | |
Apoorv Raghuvanshi | 6e26284 | 2013-10-06 14:39:35 -0700 | [diff] [blame] | 755 | int select_devices(struct audio_device *adev, |
| 756 | audio_usecase_t uc_id); |
| 757 | int disable_audio_route(struct audio_device *adev, |
Haynes Mathew George | 1376ca6 | 2014-04-24 11:55:48 -0700 | [diff] [blame] | 758 | struct audio_usecase *usecase); |
Apoorv Raghuvanshi | 6e26284 | 2013-10-06 14:39:35 -0700 | [diff] [blame] | 759 | int disable_snd_device(struct audio_device *adev, |
Haynes Mathew George | 1376ca6 | 2014-04-24 11:55:48 -0700 | [diff] [blame] | 760 | snd_device_t snd_device); |
Gopikrishnaiah Anandan | f538cef | 2013-10-28 14:06:03 -0700 | [diff] [blame] | 761 | int enable_snd_device(struct audio_device *adev, |
Haynes Mathew George | 1376ca6 | 2014-04-24 11:55:48 -0700 | [diff] [blame] | 762 | snd_device_t snd_device); |
| 763 | |
Gopikrishnaiah Anandan | f538cef | 2013-10-28 14:06:03 -0700 | [diff] [blame] | 764 | int enable_audio_route(struct audio_device *adev, |
Haynes Mathew George | 1376ca6 | 2014-04-24 11:55:48 -0700 | [diff] [blame] | 765 | struct audio_usecase *usecase); |
| 766 | |
Alexy Joseph | b137994 | 2016-01-29 15:49:38 -0800 | [diff] [blame] | 767 | struct audio_usecase *get_usecase_from_list(const struct audio_device *adev, |
Apoorv Raghuvanshi | 6e26284 | 2013-10-06 14:39:35 -0700 | [diff] [blame] | 768 | audio_usecase_t uc_id); |
Krishnankutty Kolathappilly | eff07ef | 2013-11-21 20:39:59 -0800 | [diff] [blame] | 769 | |
Subhash Chandra Bose Naripeddy | 16ff4f8 | 2014-04-01 21:03:10 -0700 | [diff] [blame] | 770 | bool is_offload_usecase(audio_usecase_t uc_id); |
| 771 | |
Sidipotu Ashok | e6f78cb | 2015-11-05 14:42:20 +0530 | [diff] [blame] | 772 | bool audio_is_true_native_stream_active(struct audio_device *adev); |
| 773 | |
Preetam Singh Ranawat | cb6212e | 2016-07-19 18:33:53 +0530 | [diff] [blame] | 774 | bool audio_is_dsd_native_stream_active(struct audio_device *adev); |
Preetam Singh Ranawat | b0c0dd7 | 2016-08-18 00:32:06 +0530 | [diff] [blame] | 775 | |
Xiaojun Sang | 785b5da | 2017-08-03 15:52:29 +0800 | [diff] [blame] | 776 | uint32_t adev_get_dsp_bit_width_enforce_mode(); |
| 777 | |
Mingming Yin | 07972cc | 2014-06-06 17:11:23 -0700 | [diff] [blame] | 778 | int pcm_ioctl(struct pcm *pcm, int request, ...); |
| 779 | |
Alexy Joseph | b137994 | 2016-01-29 15:49:38 -0800 | [diff] [blame] | 780 | audio_usecase_t get_usecase_id_from_usecase_type(const struct audio_device *adev, |
Narsinga Rao Chella | f928a98 | 2015-03-06 14:57:35 -0800 | [diff] [blame] | 781 | usecase_type_t type); |
Venkata Narendra Kumar Gutta | ed0f94f | 2014-07-09 16:29:28 +0530 | [diff] [blame] | 782 | |
Chaithanya Krishna Bacharaju | 69d2e4c | 2017-05-26 18:22:46 +0530 | [diff] [blame] | 783 | int check_a2dp_restore(struct audio_device *adev, struct stream_out *out, bool restore); |
| 784 | |
Lakshman Chaluvaraju | 22ba9f1 | 2016-09-12 11:42:10 +0530 | [diff] [blame] | 785 | int adev_open_output_stream(struct audio_hw_device *dev, |
| 786 | audio_io_handle_t handle, |
| 787 | audio_devices_t devices, |
| 788 | audio_output_flags_t flags, |
| 789 | struct audio_config *config, |
| 790 | struct audio_stream_out **stream_out, |
Derek Chen | 5f67a94 | 2020-02-24 23:08:13 -0800 | [diff] [blame] | 791 | const char *address); |
Lakshman Chaluvaraju | 22ba9f1 | 2016-09-12 11:42:10 +0530 | [diff] [blame] | 792 | void adev_close_output_stream(struct audio_hw_device *dev __unused, |
| 793 | struct audio_stream_out *stream); |
| 794 | |
Varun Balaraj | e49253e | 2017-07-06 19:48:56 +0530 | [diff] [blame] | 795 | bool is_interactive_usecase(audio_usecase_t uc_id); |
| 796 | |
Derek Chen | f939fb7 | 2018-11-13 13:34:41 -0800 | [diff] [blame] | 797 | streams_input_ctxt_t *in_get_stream(struct audio_device *dev, |
| 798 | audio_io_handle_t input); |
| 799 | streams_output_ctxt_t *out_get_stream(struct audio_device *dev, |
| 800 | audio_io_handle_t output); |
| 801 | |
Derek Chen | f6318be | 2017-06-12 17:16:24 -0400 | [diff] [blame] | 802 | size_t get_output_period_size(uint32_t sample_rate, |
| 803 | audio_format_t format, |
| 804 | int channel_count, |
| 805 | int duration /*in millisecs*/); |
| 806 | |
Krishnankutty Kolathappilly | eff07ef | 2013-11-21 20:39:59 -0800 | [diff] [blame] | 807 | #define LITERAL_TO_STRING(x) #x |
| 808 | #define CHECK(condition) LOG_ALWAYS_FATAL_IF(!(condition), "%s",\ |
| 809 | __FILE__ ":" LITERAL_TO_STRING(__LINE__)\ |
| 810 | " ASSERT_FATAL(" #condition ") failed.") |
| 811 | |
Chaithanya Krishna Bacharaju | c9f9971 | 2019-04-16 15:32:52 +0530 | [diff] [blame] | 812 | static inline bool is_loopback_input_device(audio_devices_t device) { |
| 813 | if (!audio_is_output_device(device) && |
| 814 | ((device & AUDIO_DEVICE_IN_LOOPBACK) == AUDIO_DEVICE_IN_LOOPBACK)) |
| 815 | return true; |
| 816 | else |
| 817 | return false; |
| 818 | } |
| 819 | |
Jaideep Sharma | d305a4a | 2020-02-27 14:29:04 +0530 | [diff] [blame] | 820 | static inline bool audio_is_virtual_input_source(audio_source_t source) { |
| 821 | bool result = false; |
| 822 | switch(source) { |
| 823 | case AUDIO_SOURCE_VOICE_UPLINK : |
| 824 | case AUDIO_SOURCE_VOICE_DOWNLINK : |
| 825 | case AUDIO_SOURCE_VOICE_CALL : |
| 826 | case AUDIO_SOURCE_FM_TUNER : |
| 827 | result = true; |
| 828 | break; |
| 829 | default: |
| 830 | break; |
| 831 | } |
| 832 | return result; |
| 833 | } |
| 834 | |
Aniket Kumar Lata | 1fda943 | 2019-11-01 17:08:33 -0700 | [diff] [blame] | 835 | int route_output_stream(struct stream_out *stream, |
Aniket Kumar Lata | 0e6e1e5 | 2019-11-14 21:43:55 -0800 | [diff] [blame] | 836 | struct listnode *devices); |
Aniket Kumar Lata | 1fda943 | 2019-11-01 17:08:33 -0700 | [diff] [blame] | 837 | int route_input_stream(struct stream_in *stream, |
Aniket Kumar Lata | 0e6e1e5 | 2019-11-14 21:43:55 -0800 | [diff] [blame] | 838 | struct listnode *devices, |
| 839 | audio_source_t source); |
Aniket Kumar Lata | 1fda943 | 2019-11-01 17:08:33 -0700 | [diff] [blame] | 840 | |
Derek Chen | 6c0f3de | 2020-02-26 00:30:42 -0800 | [diff] [blame] | 841 | audio_patch_handle_t generate_patch_handle(); |
| 842 | |
Eric Laurent | 150dbfe | 2013-02-27 14:31:02 -0800 | [diff] [blame] | 843 | /* |
| 844 | * NOTE: when multiple mutexes have to be acquired, always take the |
| 845 | * stream_in or stream_out mutex first, followed by the audio_device mutex. |
| 846 | */ |
| 847 | |
Eric Laurent | b23d528 | 2013-05-14 15:27:20 -0700 | [diff] [blame] | 848 | #endif // QCOM_AUDIO_HW_H |