blob: 0f10b338048c07c1cbe7710ba0d05ec98ef9ef3c [file] [log] [blame]
Ashish Jain1221b522016-03-30 15:09:20 +05301##AUDIO_FEATURE_FLAGS
2
3#BOARD_USES_GENERIC_AUDIO := true
4BOARD_USES_ALSA_AUDIO := true
Sharad Sangle8ecefdc2016-09-26 13:50:41 +05305
vivek mehta02a52022017-01-27 15:36:19 -08006ifneq ($(TARGET_USES_AOSP_FOR_AUDIO), true)
Ashish Jain1221b522016-03-30 15:09:20 +05307USE_CUSTOM_AUDIO_POLICY := 1
Abhishek Ranjanc89058a2016-04-08 02:46:59 +05308#AUDIO_FEATURE_ENABLED_VOICE_CONCURRENCY := true
Ashish Jain1221b522016-03-30 15:09:20 +05309AUDIO_FEATURE_ENABLED_AAC_ADTS_OFFLOAD := true
Ashish Jain1221b522016-03-30 15:09:20 +053010AUDIO_FEATURE_ENABLED_COMPRESS_CAPTURE := false
11AUDIO_FEATURE_ENABLED_COMPRESS_VOIP := true
Ashish Jain1221b522016-03-30 15:09:20 +053012AUDIO_FEATURE_ENABLED_EXTN_FORMATS := true
13AUDIO_FEATURE_ENABLED_EXTN_FLAC_DECODER := true
14AUDIO_FEATURE_ENABLED_EXTN_RESAMPLER := true
15AUDIO_FEATURE_ENABLED_FM_POWER_OPT := true
Ashish Jain1221b522016-03-30 15:09:20 +053016AUDIO_FEATURE_ENABLED_HDMI_SPK := true
Ashish Jain1221b522016-03-30 15:09:20 +053017AUDIO_FEATURE_ENABLED_PCM_OFFLOAD := true
18AUDIO_FEATURE_ENABLED_PCM_OFFLOAD_24 := true
19AUDIO_FEATURE_ENABLED_FLAC_OFFLOAD := true
20AUDIO_FEATURE_ENABLED_VORBIS_OFFLOAD := true
21AUDIO_FEATURE_ENABLED_WMA_OFFLOAD := true
22AUDIO_FEATURE_ENABLED_ALAC_OFFLOAD := true
23AUDIO_FEATURE_ENABLED_APE_OFFLOAD := true
Ashish Jainad78edc2016-04-11 12:22:28 +053024AUDIO_FEATURE_ENABLED_PROXY_DEVICE := true
Ashish Jain1221b522016-03-30 15:09:20 +053025AUDIO_FEATURE_ENABLED_SSR := true
Ashish Jain1221b522016-03-30 15:09:20 +053026AUDIO_FEATURE_ENABLED_DTS_EAGLE := false
Divya Narayanan Poojary87cfbd72017-02-15 12:16:58 +053027BOARD_USES_SRS_TRUEMEDIA := false
Ashish Jain1221b522016-03-30 15:09:20 +053028DTS_CODEC_M_ := true
Ashish Jain1221b522016-03-30 15:09:20 +053029MM_AUDIO_ENABLED_SAFX := true
Ashish Jain1221b522016-03-30 15:09:20 +053030AUDIO_FEATURE_ENABLED_HW_ACCELERATED_EFFECTS := false
Sharad Sangle5c0163d2016-10-17 14:58:11 +053031AUDIO_FEATURE_ENABLED_DS2_DOLBY_DAP := true
Ashish Jain1221b522016-03-30 15:09:20 +053032AUDIO_FEATURE_ENABLED_AUDIOSPHERE := true
Dhananjay Kumar29b894e2017-04-05 02:41:14 +053033DOLBY_ENABLE := false
Sharad Sangle8ecefdc2016-09-26 13:50:41 +053034endif
35
36USE_XML_AUDIO_POLICY_CONF := 1
37BOARD_SUPPORTS_SOUND_TRIGGER := true
38AUDIO_USE_LL_AS_PRIMARY_OUTPUT := true
39AUDIO_FEATURE_ENABLED_HIFI_AUDIO := true
40AUDIO_FEATURE_ENABLED_VBAT_MONITOR := true
41AUDIO_FEATURE_ENABLED_NT_PAUSE_TIMEOUT := true
42AUDIO_FEATURE_ENABLED_ANC_HEADSET := true
43AUDIO_FEATURE_ENABLED_CUSTOMSTEREO := true
44AUDIO_FEATURE_ENABLED_FLUENCE := true
45AUDIO_FEATURE_ENABLED_HDMI_EDID := true
46AUDIO_FEATURE_ENABLED_EXT_HDMI := true
47AUDIO_FEATURE_ENABLED_HFP := true
48AUDIO_FEATURE_ENABLED_INCALL_MUSIC := false
49AUDIO_FEATURE_ENABLED_MULTI_VOICE_SESSIONS := true
50AUDIO_FEATURE_ENABLED_KPI_OPTIMIZE := true
51AUDIO_FEATURE_ENABLED_SPKR_PROTECTION := true
52AUDIO_FEATURE_ENABLED_ACDB_LICENSE := true
53AUDIO_FEATURE_ENABLED_DEV_ARBI := false
54MM_AUDIO_ENABLED_FTM := true
55TARGET_USES_QCOM_MM_AUDIO := true
56AUDIO_FEATURE_ENABLED_SOURCE_TRACKING := true
Dhananjay Kumar23a3bec2017-01-11 18:38:09 +053057BOARD_SUPPORTS_QAHW := true
Revathi Uddaraju1eac8b02017-05-18 17:13:33 +053058AUDIO_FEATURE_ENABLED_DYNAMIC_LOG := true
Dhananjay Kumare6293dd2017-05-25 17:25:30 +053059AUDIO_FEATURE_ENABLED_SND_MONITOR := true
Ashish Jain1221b522016-03-30 15:09:20 +053060##AUDIO_FEATURE_FLAGS
61
Ashish Jain440a4d92016-04-06 23:03:56 +053062#Audio Specific device overlays
63DEVICE_PACKAGE_OVERLAYS += hardware/qcom/audio/configs/common/overlay
64
Sharad Sangle8ecefdc2016-09-26 13:50:41 +053065# Audio configuration file
vivek mehta02a52022017-01-27 15:36:19 -080066ifeq ($(TARGET_USES_AOSP_FOR_AUDIO), true)
Sharad Sangle8ecefdc2016-09-26 13:50:41 +053067PRODUCT_COPY_FILES += \
68 device/qcom/common/media/audio_policy.conf:system/etc/audio_policy.conf
69else
70PRODUCT_COPY_FILES += \
71 hardware/qcom/audio/configs/msm8937/audio_policy.conf:system/etc/audio_policy.conf
72endif
Ashish Jain1221b522016-03-30 15:09:20 +053073
74PRODUCT_COPY_FILES +=\
David Ng06ccd872017-03-15 11:39:33 -070075hardware/qcom/audio/configs/msm8937/audio_output_policy.conf:$(TARGET_COPY_OUT_VENDOR)/etc/audio_output_policy.conf\
76hardware/qcom/audio/configs/msm8937/audio_effects.conf:$(TARGET_COPY_OUT_VENDOR)/etc/audio_effects.conf\
Ashish Jain1221b522016-03-30 15:09:20 +053077hardware/qcom/audio/configs/msm8937/mixer_paths_mtp.xml:system/etc/mixer_paths_mtp.xml \
78hardware/qcom/audio/configs/msm8937/mixer_paths_qrd_skuh.xml:system/etc/mixer_paths_qrd_skuh.xml \
79hardware/qcom/audio/configs/msm8937/mixer_paths_qrd_skui.xml:system/etc/mixer_paths_qrd_skui.xml \
80hardware/qcom/audio/configs/msm8937/mixer_paths_qrd_skuhf.xml:system/etc/mixer_paths_qrd_skuhf.xml \
81hardware/qcom/audio/configs/msm8937/mixer_paths_wcd9306.xml:system/etc/mixer_paths_wcd9306.xml \
82hardware/qcom/audio/configs/msm8937/mixer_paths_skuk.xml:system/etc/mixer_paths_skuk.xml \
83hardware/qcom/audio/configs/msm8937/mixer_paths_qrd_skum.xml:system/etc/mixer_paths_qrd_skum.xml \
84hardware/qcom/audio/configs/msm8937/mixer_paths.xml:system/etc/mixer_paths.xml \
85hardware/qcom/audio/configs/msm8937/sound_trigger_mixer_paths.xml:system/etc/sound_trigger_mixer_paths.xml \
86hardware/qcom/audio/configs/msm8937/sound_trigger_mixer_paths_wcd9306.xml:system/etc/sound_trigger_mixer_paths_wcd9306.xml \
87hardware/qcom/audio/configs/msm8937/sound_trigger_mixer_paths_wcd9330.xml:system/etc/sound_trigger_mixer_paths_wcd9330.xml \
88hardware/qcom/audio/configs/msm8937/sound_trigger_mixer_paths_wcd9335.xml:system/etc/sound_trigger_mixer_paths_wcd9335.xml \
89hardware/qcom/audio/configs/msm8937/sound_trigger_platform_info.xml:system/etc/sound_trigger_platform_info.xml \
90hardware/qcom/audio/configs/msm8937/mixer_paths_wcd9330.xml:system/etc/mixer_paths_wcd9330.xml \
91hardware/qcom/audio/configs/msm8937/mixer_paths_wcd9335.xml:system/etc/mixer_paths_wcd9335.xml \
92hardware/qcom/audio/configs/msm8937/mixer_paths_wcd9326.xml:system/etc/mixer_paths_wcd9326.xml \
93hardware/qcom/audio/configs/msm8937/mixer_paths_qrd_skun.xml:system/etc/mixer_paths_qrd_skun.xml \
94hardware/qcom/audio/configs/msm8937/mixer_paths_qrd_sku1.xml:system/etc/mixer_paths_qrd_sku1.xml \
95hardware/qcom/audio/configs/msm8937/mixer_paths_qrd_sku2.xml:system/etc/mixer_paths_qrd_sku2.xml \
96hardware/qcom/audio/configs/msm8937/audio_platform_info.xml:system/etc/audio_platform_info.xml \
97hardware/qcom/audio/configs/msm8937/audio_platform_info_extcodec.xml:system/etc/audio_platform_info_extcodec.xml \
Srinivas Reddy Julakanti744d9302017-02-13 12:25:37 -080098hardware/qcom/audio/configs/msm8937/audio_tuning_mixer.txt:system/etc/audio_tuning_mixer.txt
Ashish Jain1221b522016-03-30 15:09:20 +053099
Satya Krishna Pindiproli013c3e42016-04-13 17:41:15 +0530100#XML Audio configuration files
101ifeq ($(USE_XML_AUDIO_POLICY_CONF), 1)
vivek mehta02a52022017-01-27 15:36:19 -0800102ifeq ($(TARGET_USES_AOSP_FOR_AUDIO), true)
Satya Krishna Pindiproli013c3e42016-04-13 17:41:15 +0530103PRODUCT_COPY_FILES += \
Satya Krishna Pindiproli87a95f92016-05-09 19:58:33 +0530104 $(TOPDIR)hardware/qcom/audio/configs/common/audio_policy_configuration.xml:/system/etc/audio_policy_configuration.xml
105else
106PRODUCT_COPY_FILES += \
107 $(TOPDIR)hardware/qcom/audio/configs/msm8937/audio_policy_configuration.xml:system/etc/audio_policy_configuration.xml
108endif
109PRODUCT_COPY_FILES += \
Satya Krishna Pindiproli013c3e42016-04-13 17:41:15 +0530110 $(TOPDIR)frameworks/av/services/audiopolicy/config/a2dp_audio_policy_configuration.xml:/system/etc/a2dp_audio_policy_configuration.xml \
111 $(TOPDIR)frameworks/av/services/audiopolicy/config/audio_policy_volumes.xml:/system/etc/audio_policy_volumes.xml \
112 $(TOPDIR)frameworks/av/services/audiopolicy/config/default_volume_tables.xml:/system/etc/default_volume_tables.xml \
113 $(TOPDIR)frameworks/av/services/audiopolicy/config/r_submix_audio_policy_configuration.xml:/system/etc/r_submix_audio_policy_configuration.xml \
114 $(TOPDIR)frameworks/av/services/audiopolicy/config/usb_audio_policy_configuration.xml:/system/etc/usb_audio_policy_configuration.xml
115endif
116
Ashish Jain1221b522016-03-30 15:09:20 +0530117# Reduce client buffer size for fast audio output tracks
118PRODUCT_PROPERTY_OVERRIDES += \
119 af.fast_track_multiplier=1
120
121# Low latency audio buffer size in frames
122PRODUCT_PROPERTY_OVERRIDES += \
123 audio_hal.period_size=192
124
125##fluencetype can be "fluence" or "fluencepro" or "none"
126PRODUCT_PROPERTY_OVERRIDES += \
127ro.qc.sdk.audio.fluencetype=none\
128persist.audio.fluence.voicecall=true\
129persist.audio.fluence.voicerec=false\
130persist.audio.fluence.speaker=true
131
132#disable tunnel encoding
133PRODUCT_PROPERTY_OVERRIDES += \
134tunnel.audio.encode=false
135
136#Buffer size in kbytes for compress offload playback
137PRODUCT_PROPERTY_OVERRIDES += \
138audio.offload.buffer.size.kb=64
139
140#Minimum duration for offload playback in secs
141PRODUCT_PROPERTY_OVERRIDES += \
142audio.offload.min.duration.secs=30
143
144#Enable offload audio video playback by default
145PRODUCT_PROPERTY_OVERRIDES += \
146audio.offload.video=true
147
148#Enable 16 bit PCM offload by default
149PRODUCT_PROPERTY_OVERRIDES += \
150audio.offload.pcm.16bit.enable=true
151
152#Enable 24 bit PCM offload by default
153PRODUCT_PROPERTY_OVERRIDES += \
154audio.offload.pcm.24bit.enable=true
155
156#Enable audio track offload by default
157PRODUCT_PROPERTY_OVERRIDES += \
158audio.offload.track.enable=true
159
160#Enable music through deep buffer
161PRODUCT_PROPERTY_OVERRIDES += \
162audio.deep_buffer.media=true
163
Aalique Grahamece9b6d42016-10-24 11:07:13 -0700164#QC property used when calculating client heap size in audio flinger
Dhanalakshmi Siddani6faf8fa2016-05-12 10:08:25 +0530165PRODUCT_PROPERTY_OVERRIDES += \
Aalique Grahamece9b6d42016-10-24 11:07:13 -0700166audio.heap.size.multiplier=7
Dhanalakshmi Siddani6faf8fa2016-05-12 10:08:25 +0530167
Ashish Jain1221b522016-03-30 15:09:20 +0530168#enable voice path for PCM VoIP by default
169PRODUCT_PROPERTY_OVERRIDES += \
170use.voice.path.for.pcm.voip=true
171
172#Enable multi channel aac through offload
173PRODUCT_PROPERTY_OVERRIDES += \
174audio.offload.multiaac.enable=true
175
176#Enable DS2, Hardbypass feature for Dolby
177PRODUCT_PROPERTY_OVERRIDES += \
178audio.dolby.ds2.enabled=true\
179audio.dolby.ds2.hardbypass=true
180
181#Disable Multiple offload sesison
182PRODUCT_PROPERTY_OVERRIDES += \
183audio.offload.multiple.enabled=false
184
185#Disable Compress passthrough playback
186PRODUCT_PROPERTY_OVERRIDES += \
187audio.offload.passthrough=false
188
189#Disable surround sound recording
190PRODUCT_PROPERTY_OVERRIDES += \
191ro.qc.sdk.audio.ssr=false
192
193#enable dsp gapless mode by default
194PRODUCT_PROPERTY_OVERRIDES += \
195audio.offload.gapless.enabled=true
196
197#enable pbe effects
198PRODUCT_PROPERTY_OVERRIDES += \
199audio.safx.pbe.enabled=true
200
201#parser input buffer size(256kb) in byte stream mode
202PRODUCT_PROPERTY_OVERRIDES += \
203audio.parser.ip.buffer.size=262144
204
205#enable downsampling for multi-channel content > 48Khz
206PRODUCT_PROPERTY_OVERRIDES += \
207audio.playback.mch.downsample=true
208
209#enable software decoders for ALAC and APE.
210PRODUCT_PROPERTY_OVERRIDES += \
211use.qti.sw.alac.decoder=true\
212use.qti.sw.ape.decoder=true
213
214#property for AudioSphere Post processing
215PRODUCT_PROPERTY_OVERRIDES += \
216audio.pp.asphere.enabled=false
217
218#Audio voice concurrency related flags
219PRODUCT_PROPERTY_OVERRIDES += \
220voice.playback.conc.disabled=true\
221voice.record.conc.disabled=false\
222voice.voip.conc.disabled=true
223
224#Decides the audio fallback path during voice call,
225#deep-buffer and fast are the two allowed fallback paths now.
226PRODUCT_PROPERTY_OVERRIDES += \
227voice.conc.fallbackpath=deep-buffer
228
229#Disable speaker protection by default
230PRODUCT_PROPERTY_OVERRIDES += \
231persist.speaker.prot.enable=false
232
233#Enable HW AAC Encoder by default
234PRODUCT_PROPERTY_OVERRIDES += \
235qcom.hw.aac.encoder=true
Satya Krishna Pindiprolid2837402016-08-01 14:16:34 +0530236
237#flac sw decoder 24 bit decode capability
238PRODUCT_PROPERTY_OVERRIDES += \
239flac.sw.decoder.24bit.support=true
Bharat Pawar50185962017-03-30 14:39:22 +0530240
241# for HIDL related packages
242PRODUCT_PACKAGES += \
243 android.hardware.audio@2.0-service \
244 android.hardware.audio@2.0-impl \
245 android.hardware.audio.effect@2.0-impl \
246 android.hardware.soundtrigger@2.0-impl