blob: 4b26d6cae4dd4a7e25fe37a3e2fac742d700dc18 [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
Ashish Jain1221b522016-03-30 15:09:20 +053059##AUDIO_FEATURE_FLAGS
60
Ashish Jain440a4d92016-04-06 23:03:56 +053061#Audio Specific device overlays
62DEVICE_PACKAGE_OVERLAYS += hardware/qcom/audio/configs/common/overlay
63
Sharad Sangle8ecefdc2016-09-26 13:50:41 +053064# Audio configuration file
vivek mehta02a52022017-01-27 15:36:19 -080065ifeq ($(TARGET_USES_AOSP_FOR_AUDIO), true)
Sharad Sangle8ecefdc2016-09-26 13:50:41 +053066PRODUCT_COPY_FILES += \
67 device/qcom/common/media/audio_policy.conf:system/etc/audio_policy.conf
68else
69PRODUCT_COPY_FILES += \
70 hardware/qcom/audio/configs/msm8937/audio_policy.conf:system/etc/audio_policy.conf
71endif
Ashish Jain1221b522016-03-30 15:09:20 +053072
73PRODUCT_COPY_FILES +=\
David Ng06ccd872017-03-15 11:39:33 -070074hardware/qcom/audio/configs/msm8937/audio_output_policy.conf:$(TARGET_COPY_OUT_VENDOR)/etc/audio_output_policy.conf\
75hardware/qcom/audio/configs/msm8937/audio_effects.conf:$(TARGET_COPY_OUT_VENDOR)/etc/audio_effects.conf\
Ashish Jain1221b522016-03-30 15:09:20 +053076hardware/qcom/audio/configs/msm8937/mixer_paths_mtp.xml:system/etc/mixer_paths_mtp.xml \
77hardware/qcom/audio/configs/msm8937/mixer_paths_qrd_skuh.xml:system/etc/mixer_paths_qrd_skuh.xml \
78hardware/qcom/audio/configs/msm8937/mixer_paths_qrd_skui.xml:system/etc/mixer_paths_qrd_skui.xml \
79hardware/qcom/audio/configs/msm8937/mixer_paths_qrd_skuhf.xml:system/etc/mixer_paths_qrd_skuhf.xml \
80hardware/qcom/audio/configs/msm8937/mixer_paths_wcd9306.xml:system/etc/mixer_paths_wcd9306.xml \
81hardware/qcom/audio/configs/msm8937/mixer_paths_skuk.xml:system/etc/mixer_paths_skuk.xml \
82hardware/qcom/audio/configs/msm8937/mixer_paths_qrd_skum.xml:system/etc/mixer_paths_qrd_skum.xml \
83hardware/qcom/audio/configs/msm8937/mixer_paths.xml:system/etc/mixer_paths.xml \
84hardware/qcom/audio/configs/msm8937/sound_trigger_mixer_paths.xml:system/etc/sound_trigger_mixer_paths.xml \
85hardware/qcom/audio/configs/msm8937/sound_trigger_mixer_paths_wcd9306.xml:system/etc/sound_trigger_mixer_paths_wcd9306.xml \
86hardware/qcom/audio/configs/msm8937/sound_trigger_mixer_paths_wcd9330.xml:system/etc/sound_trigger_mixer_paths_wcd9330.xml \
87hardware/qcom/audio/configs/msm8937/sound_trigger_mixer_paths_wcd9335.xml:system/etc/sound_trigger_mixer_paths_wcd9335.xml \
88hardware/qcom/audio/configs/msm8937/sound_trigger_platform_info.xml:system/etc/sound_trigger_platform_info.xml \
89hardware/qcom/audio/configs/msm8937/mixer_paths_wcd9330.xml:system/etc/mixer_paths_wcd9330.xml \
90hardware/qcom/audio/configs/msm8937/mixer_paths_wcd9335.xml:system/etc/mixer_paths_wcd9335.xml \
91hardware/qcom/audio/configs/msm8937/mixer_paths_wcd9326.xml:system/etc/mixer_paths_wcd9326.xml \
92hardware/qcom/audio/configs/msm8937/mixer_paths_qrd_skun.xml:system/etc/mixer_paths_qrd_skun.xml \
93hardware/qcom/audio/configs/msm8937/mixer_paths_qrd_sku1.xml:system/etc/mixer_paths_qrd_sku1.xml \
94hardware/qcom/audio/configs/msm8937/mixer_paths_qrd_sku2.xml:system/etc/mixer_paths_qrd_sku2.xml \
95hardware/qcom/audio/configs/msm8937/audio_platform_info.xml:system/etc/audio_platform_info.xml \
96hardware/qcom/audio/configs/msm8937/audio_platform_info_extcodec.xml:system/etc/audio_platform_info_extcodec.xml \
Srinivas Reddy Julakanti744d9302017-02-13 12:25:37 -080097hardware/qcom/audio/configs/msm8937/audio_tuning_mixer.txt:system/etc/audio_tuning_mixer.txt
Ashish Jain1221b522016-03-30 15:09:20 +053098
Satya Krishna Pindiproli013c3e42016-04-13 17:41:15 +053099#XML Audio configuration files
100ifeq ($(USE_XML_AUDIO_POLICY_CONF), 1)
vivek mehta02a52022017-01-27 15:36:19 -0800101ifeq ($(TARGET_USES_AOSP_FOR_AUDIO), true)
Satya Krishna Pindiproli013c3e42016-04-13 17:41:15 +0530102PRODUCT_COPY_FILES += \
Satya Krishna Pindiproli87a95f92016-05-09 19:58:33 +0530103 $(TOPDIR)hardware/qcom/audio/configs/common/audio_policy_configuration.xml:/system/etc/audio_policy_configuration.xml
104else
105PRODUCT_COPY_FILES += \
106 $(TOPDIR)hardware/qcom/audio/configs/msm8937/audio_policy_configuration.xml:system/etc/audio_policy_configuration.xml
107endif
108PRODUCT_COPY_FILES += \
Satya Krishna Pindiproli013c3e42016-04-13 17:41:15 +0530109 $(TOPDIR)frameworks/av/services/audiopolicy/config/a2dp_audio_policy_configuration.xml:/system/etc/a2dp_audio_policy_configuration.xml \
110 $(TOPDIR)frameworks/av/services/audiopolicy/config/audio_policy_volumes.xml:/system/etc/audio_policy_volumes.xml \
111 $(TOPDIR)frameworks/av/services/audiopolicy/config/default_volume_tables.xml:/system/etc/default_volume_tables.xml \
112 $(TOPDIR)frameworks/av/services/audiopolicy/config/r_submix_audio_policy_configuration.xml:/system/etc/r_submix_audio_policy_configuration.xml \
113 $(TOPDIR)frameworks/av/services/audiopolicy/config/usb_audio_policy_configuration.xml:/system/etc/usb_audio_policy_configuration.xml
114endif
115
Ashish Jain1221b522016-03-30 15:09:20 +0530116# Reduce client buffer size for fast audio output tracks
117PRODUCT_PROPERTY_OVERRIDES += \
118 af.fast_track_multiplier=1
119
120# Low latency audio buffer size in frames
121PRODUCT_PROPERTY_OVERRIDES += \
122 audio_hal.period_size=192
123
124##fluencetype can be "fluence" or "fluencepro" or "none"
125PRODUCT_PROPERTY_OVERRIDES += \
126ro.qc.sdk.audio.fluencetype=none\
127persist.audio.fluence.voicecall=true\
128persist.audio.fluence.voicerec=false\
129persist.audio.fluence.speaker=true
130
131#disable tunnel encoding
132PRODUCT_PROPERTY_OVERRIDES += \
133tunnel.audio.encode=false
134
135#Buffer size in kbytes for compress offload playback
136PRODUCT_PROPERTY_OVERRIDES += \
137audio.offload.buffer.size.kb=64
138
139#Minimum duration for offload playback in secs
140PRODUCT_PROPERTY_OVERRIDES += \
141audio.offload.min.duration.secs=30
142
143#Enable offload audio video playback by default
144PRODUCT_PROPERTY_OVERRIDES += \
145audio.offload.video=true
146
147#Enable 16 bit PCM offload by default
148PRODUCT_PROPERTY_OVERRIDES += \
149audio.offload.pcm.16bit.enable=true
150
151#Enable 24 bit PCM offload by default
152PRODUCT_PROPERTY_OVERRIDES += \
153audio.offload.pcm.24bit.enable=true
154
155#Enable audio track offload by default
156PRODUCT_PROPERTY_OVERRIDES += \
157audio.offload.track.enable=true
158
159#Enable music through deep buffer
160PRODUCT_PROPERTY_OVERRIDES += \
161audio.deep_buffer.media=true
162
Aalique Grahamece9b6d42016-10-24 11:07:13 -0700163#QC property used when calculating client heap size in audio flinger
Dhanalakshmi Siddani6faf8fa2016-05-12 10:08:25 +0530164PRODUCT_PROPERTY_OVERRIDES += \
Aalique Grahamece9b6d42016-10-24 11:07:13 -0700165audio.heap.size.multiplier=7
Dhanalakshmi Siddani6faf8fa2016-05-12 10:08:25 +0530166
Ashish Jain1221b522016-03-30 15:09:20 +0530167#enable voice path for PCM VoIP by default
168PRODUCT_PROPERTY_OVERRIDES += \
169use.voice.path.for.pcm.voip=true
170
171#Enable multi channel aac through offload
172PRODUCT_PROPERTY_OVERRIDES += \
173audio.offload.multiaac.enable=true
174
175#Enable DS2, Hardbypass feature for Dolby
176PRODUCT_PROPERTY_OVERRIDES += \
177audio.dolby.ds2.enabled=true\
178audio.dolby.ds2.hardbypass=true
179
180#Disable Multiple offload sesison
181PRODUCT_PROPERTY_OVERRIDES += \
182audio.offload.multiple.enabled=false
183
184#Disable Compress passthrough playback
185PRODUCT_PROPERTY_OVERRIDES += \
186audio.offload.passthrough=false
187
188#Disable surround sound recording
189PRODUCT_PROPERTY_OVERRIDES += \
190ro.qc.sdk.audio.ssr=false
191
192#enable dsp gapless mode by default
193PRODUCT_PROPERTY_OVERRIDES += \
194audio.offload.gapless.enabled=true
195
196#enable pbe effects
197PRODUCT_PROPERTY_OVERRIDES += \
198audio.safx.pbe.enabled=true
199
200#parser input buffer size(256kb) in byte stream mode
201PRODUCT_PROPERTY_OVERRIDES += \
202audio.parser.ip.buffer.size=262144
203
204#enable downsampling for multi-channel content > 48Khz
205PRODUCT_PROPERTY_OVERRIDES += \
206audio.playback.mch.downsample=true
207
208#enable software decoders for ALAC and APE.
209PRODUCT_PROPERTY_OVERRIDES += \
210use.qti.sw.alac.decoder=true\
211use.qti.sw.ape.decoder=true
212
213#property for AudioSphere Post processing
214PRODUCT_PROPERTY_OVERRIDES += \
215audio.pp.asphere.enabled=false
216
217#Audio voice concurrency related flags
218PRODUCT_PROPERTY_OVERRIDES += \
219voice.playback.conc.disabled=true\
220voice.record.conc.disabled=false\
221voice.voip.conc.disabled=true
222
223#Decides the audio fallback path during voice call,
224#deep-buffer and fast are the two allowed fallback paths now.
225PRODUCT_PROPERTY_OVERRIDES += \
226voice.conc.fallbackpath=deep-buffer
227
228#Disable speaker protection by default
229PRODUCT_PROPERTY_OVERRIDES += \
230persist.speaker.prot.enable=false
231
232#Enable HW AAC Encoder by default
233PRODUCT_PROPERTY_OVERRIDES += \
234qcom.hw.aac.encoder=true
Satya Krishna Pindiprolid2837402016-08-01 14:16:34 +0530235
236#flac sw decoder 24 bit decode capability
237PRODUCT_PROPERTY_OVERRIDES += \
238flac.sw.decoder.24bit.support=true
Bharat Pawar50185962017-03-30 14:39:22 +0530239
240# for HIDL related packages
241PRODUCT_PACKAGES += \
242 android.hardware.audio@2.0-service \
243 android.hardware.audio@2.0-impl \
244 android.hardware.audio.effect@2.0-impl \
245 android.hardware.soundtrigger@2.0-impl