blob: 39a66a6fde4fac431fa37cec216d93a5163897f9 [file] [log] [blame]
Xiaoyu Ye4322f152017-03-17 12:34:03 -07001#BOARD_USES_GENERIC_AUDIO := true
2#
3#AUDIO_FEATURE_FLAGS
4BOARD_USES_ALSA_AUDIO := true
5
6ifneq ($(TARGET_USES_AOSP_FOR_AUDIO), true)
7USE_CUSTOM_AUDIO_POLICY := 1
8AUDIO_FEATURE_ENABLED_COMPRESS_CAPTURE := false
Vikram Panduranga93f080e2017-06-07 18:16:14 -07009AUDIO_FEATURE_ENABLED_COMPRESS_VOIP := false
Vikram Pandurangadf59cae2017-08-03 18:04:55 -070010AUDIO_FEATURE_ENABLED_DYNAMIC_ECNS := false
Xiaoyu Ye4322f152017-03-17 12:34:03 -070011AUDIO_FEATURE_ENABLED_EXTN_FORMATS := true
12AUDIO_FEATURE_ENABLED_EXTN_FLAC_DECODER := true
13AUDIO_FEATURE_ENABLED_EXTN_RESAMPLER := true
14AUDIO_FEATURE_ENABLED_FM_POWER_OPT := true
15AUDIO_FEATURE_ENABLED_HDMI_SPK := true
16AUDIO_FEATURE_ENABLED_PCM_OFFLOAD := true
17AUDIO_FEATURE_ENABLED_PCM_OFFLOAD_24 := true
18AUDIO_FEATURE_ENABLED_FLAC_OFFLOAD := true
19AUDIO_FEATURE_ENABLED_VORBIS_OFFLOAD := true
20AUDIO_FEATURE_ENABLED_WMA_OFFLOAD := true
21AUDIO_FEATURE_ENABLED_ALAC_OFFLOAD := true
22AUDIO_FEATURE_ENABLED_APE_OFFLOAD := true
23AUDIO_FEATURE_ENABLED_AAC_ADTS_OFFLOAD := true
24AUDIO_FEATURE_ENABLED_PROXY_DEVICE := true
25AUDIO_FEATURE_ENABLED_SSR := true
26AUDIO_FEATURE_ENABLED_DTS_EAGLE := false
27BOARD_USES_SRS_TRUEMEDIA := false
28DTS_CODEC_M_ := false
29MM_AUDIO_ENABLED_SAFX := true
30AUDIO_FEATURE_ENABLED_HW_ACCELERATED_EFFECTS := false
31AUDIO_FEATURE_ENABLED_AUDIOSPHERE := true
32AUDIO_FEATURE_ENABLED_USB_TUNNEL_AUDIO := true
Satya Krishna Pindiprolif7d65712017-04-26 14:24:53 +053033AUDIO_FEATURE_ENABLED_SPLIT_A2DP := true
Weiyin Jiang4aa38402017-07-10 18:54:07 +080034AUDIO_FEATURE_ENABLED_3D_AUDIO := true
Dhananjay Kumar29b894e2017-04-05 02:41:14 +053035DOLBY_ENABLE := false
Soumil Shah196157e2018-01-22 17:39:48 -080036TARGET_USES_QCOM_MM_AUDIO := true
Xiaoyu Ye4322f152017-03-17 12:34:03 -070037endif
38
39USE_XML_AUDIO_POLICY_CONF := 1
40BOARD_SUPPORTS_SOUND_TRIGGER := true
41AUDIO_USE_LL_AS_PRIMARY_OUTPUT := true
42AUDIO_FEATURE_ENABLED_VBAT_MONITOR := true
43AUDIO_FEATURE_ENABLED_ANC_HEADSET := true
44AUDIO_FEATURE_ENABLED_CUSTOMSTEREO := true
45AUDIO_FEATURE_ENABLED_FLUENCE := true
46AUDIO_FEATURE_ENABLED_HDMI_EDID := true
47AUDIO_FEATURE_ENABLED_HDMI_PASSTHROUGH := true
48#AUDIO_FEATURE_ENABLED_KEEP_ALIVE := true
49AUDIO_FEATURE_ENABLED_DISPLAY_PORT := true
Aalique Grahame28395ec2017-05-18 11:12:23 -070050AUDIO_FEATURE_ENABLED_DS2_DOLBY_DAP := false
Xiaoyu Ye4322f152017-03-17 12:34:03 -070051AUDIO_FEATURE_ENABLED_HFP := true
52AUDIO_FEATURE_ENABLED_INCALL_MUSIC := false
53AUDIO_FEATURE_ENABLED_MULTI_VOICE_SESSIONS := true
54AUDIO_FEATURE_ENABLED_KPI_OPTIMIZE := true
55AUDIO_FEATURE_ENABLED_SPKR_PROTECTION := true
Aalique Grahame28395ec2017-05-18 11:12:23 -070056AUDIO_FEATURE_ENABLED_ACDB_LICENSE := false
Xiaoyu Ye4322f152017-03-17 12:34:03 -070057AUDIO_FEATURE_ENABLED_DEV_ARBI := false
Revathi Uddaraju074d9c62017-09-13 15:10:29 +053058AUDIO_FEATURE_ENABLED_DYNAMIC_LOG := true
Xiaoyu Ye4322f152017-03-17 12:34:03 -070059MM_AUDIO_ENABLED_FTM := true
Xiaoyu Ye4322f152017-03-17 12:34:03 -070060AUDIO_FEATURE_ENABLED_SOURCE_TRACKING := true
61AUDIO_FEATURE_ENABLED_GEF_SUPPORT := true
Aalique Grahame190cfcb2017-04-21 11:54:14 -070062BOARD_SUPPORTS_QAHW := false
Xiaoyu Ye4322f152017-03-17 12:34:03 -070063AUDIO_FEATURE_ENABLED_RAS := true
Dhananjay Kumare6293dd2017-05-25 17:25:30 +053064AUDIO_FEATURE_ENABLED_SND_MONITOR := true
Xiaoyu Ye4322f152017-03-17 12:34:03 -070065##AUDIO_FEATURE_FLAGS
66
67#Audio Specific device overlays
68DEVICE_PACKAGE_OVERLAYS += hardware/qcom/audio/configs/common/overlay
69
70# Audio configuration file
Aalique Grahame190cfcb2017-04-21 11:54:14 -070071ifeq ($(TARGET_USES_AOSP_FOR_AUDIO), true)
Xiaoyu Ye4322f152017-03-17 12:34:03 -070072PRODUCT_COPY_FILES += \
73 device/qcom/common/media/audio_policy.conf:system/etc/audio_policy.conf
74else
75PRODUCT_COPY_FILES += \
Soumild9f5bfa2017-04-04 19:31:22 -070076 hardware/qcom/audio/configs/sdm845/audio_policy.conf:system/etc/audio_policy.conf
Xiaoyu Ye4322f152017-03-17 12:34:03 -070077endif
78
79PRODUCT_COPY_FILES += \
Aalique Grahame190cfcb2017-04-21 11:54:14 -070080 hardware/qcom/audio/configs/sdm845/audio_output_policy.conf:$(TARGET_COPY_OUT_VENDOR)/etc/audio_output_policy.conf \
81 hardware/qcom/audio/configs/sdm845/audio_effects.conf:$(TARGET_COPY_OUT_VENDOR)/etc/audio_effects.conf \
Naresh Tanniru10758b62017-06-05 21:05:53 +053082 hardware/qcom/audio/configs/sdm845/mixer_paths_tavil.xml:$(TARGET_COPY_OUT_VENDOR)/etc/mixer_paths_tavil.xml \
Xiaoyu Ye319c45d2017-05-30 17:16:19 -070083 hardware/qcom/audio/configs/sdm845/mixer_paths_skuk.xml:$(TARGET_COPY_OUT_VENDOR)/etc/mixer_paths_skuk.xml \
Meng Wanga0023702017-08-28 17:12:04 +080084 hardware/qcom/audio/configs/sdm845/mixer_paths_qvr.xml:$(TARGET_COPY_OUT_VENDOR)/etc/mixer_paths_qvr.xml \
Naresh Tanniru10758b62017-06-05 21:05:53 +053085 hardware/qcom/audio/configs/sdm845/mixer_paths_i2s.xml:$(TARGET_COPY_OUT_VENDOR)/etc/mixer_paths_i2s.xml \
Xiaoyu Ye319c45d2017-05-30 17:16:19 -070086 hardware/qcom/audio/configs/sdm845/audio_tuning_mixer_tavil.txt:$(TARGET_COPY_OUT_VENDOR)/etc/audio_tuning_mixer_tavil.txt \
Naresh Tanniru10758b62017-06-05 21:05:53 +053087 hardware/qcom/audio/configs/sdm845/audio_platform_info_i2s.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_platform_info_i2s.xml \
88 hardware/qcom/audio/configs/sdm845/sound_trigger_mixer_paths_wcd9340.xml:$(TARGET_COPY_OUT_VENDOR)/etc/sound_trigger_mixer_paths_wcd9340.xml \
89 hardware/qcom/audio/configs/sdm845/sound_trigger_platform_info.xml:$(TARGET_COPY_OUT_VENDOR)/etc/sound_trigger_platform_info.xml \
90 hardware/qcom/audio/configs/sdm845/graphite_ipc_platform_info.xml:$(TARGET_COPY_OUT_VENDOR)/etc/graphite_ipc_platform_info.xml \
Revathi Uddarajufdaeee22017-10-20 12:29:32 +053091 hardware/qcom/audio/configs/sdm845/audio_platform_info.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_platform_info.xml
Xiaoyu Ye4322f152017-03-17 12:34:03 -070092
93#XML Audio configuration files
94ifeq ($(USE_XML_AUDIO_POLICY_CONF), 1)
Dhananjay Kumaraeb58fd2017-07-14 22:45:34 +053095ifneq ($(TARGET_USES_AOSP_FOR_AUDIO), true)
Xiaoyu Ye4322f152017-03-17 12:34:03 -070096PRODUCT_COPY_FILES += \
Dhananjay Kumaraeb58fd2017-07-14 22:45:34 +053097 $(TOPDIR)hardware/qcom/audio/configs/sdm845/audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio/audio_policy_configuration.xml
Xiaoyu Ye4322f152017-03-17 12:34:03 -070098endif
99PRODUCT_COPY_FILES += \
Dhananjay Kumaraeb58fd2017-07-14 22:45:34 +0530100 $(TOPDIR)hardware/qcom/audio/configs/common/audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_policy_configuration.xml \
101 $(TOPDIR)frameworks/av/services/audiopolicy/config/a2dp_audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/a2dp_audio_policy_configuration.xml \
102 $(TOPDIR)frameworks/av/services/audiopolicy/config/audio_policy_volumes.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_policy_volumes.xml \
103 $(TOPDIR)frameworks/av/services/audiopolicy/config/default_volume_tables.xml:$(TARGET_COPY_OUT_VENDOR)/etc/default_volume_tables.xml \
104 $(TOPDIR)frameworks/av/services/audiopolicy/config/r_submix_audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/r_submix_audio_policy_configuration.xml \
105 $(TOPDIR)frameworks/av/services/audiopolicy/config/usb_audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/usb_audio_policy_configuration.xml
Xiaoyu Ye4322f152017-03-17 12:34:03 -0700106endif
107
108# Listen configuration file
109PRODUCT_COPY_FILES += \
Naresh Tanniru10758b62017-06-05 21:05:53 +0530110 hardware/qcom/audio/configs/sdm845/listen_platform_info.xml:$(TARGET_COPY_OUT_VENDOR)/etc/listen_platform_info.xml
Xiaoyu Ye4322f152017-03-17 12:34:03 -0700111
112# Reduce client buffer size for fast audio output tracks
113PRODUCT_PROPERTY_OVERRIDES += \
114 af.fast_track_multiplier=1
115
116# Low latency audio buffer size in frames
117PRODUCT_PROPERTY_OVERRIDES += \
Aniket Kumar Latae1fcd932017-04-25 11:19:00 -0700118 vendor.audio_hal.period_size=192
Xiaoyu Ye4322f152017-03-17 12:34:03 -0700119
120##fluencetype can be "fluence" or "fluencepro" or "none"
121PRODUCT_PROPERTY_OVERRIDES += \
Aniket Kumar Latae1fcd932017-04-25 11:19:00 -0700122ro.vendor.audio.sdk.fluencetype=none\
123persist.vendor.audio.fluence.voicecall=true\
124persist.vendor.audio.fluence.voicerec=false\
125persist.vendor.audio.fluence.speaker=true
Xiaoyu Ye4322f152017-03-17 12:34:03 -0700126
127#disable tunnel encoding
128PRODUCT_PROPERTY_OVERRIDES += \
Aniket Kumar Latae1fcd932017-04-25 11:19:00 -0700129vendor.audio.tunnel.encode=false
Xiaoyu Ye4322f152017-03-17 12:34:03 -0700130
131#Disable RAS Feature by default
132PRODUCT_PROPERTY_OVERRIDES += \
Aniket Kumar Latae1fcd932017-04-25 11:19:00 -0700133persist.vendor.audio.ras.enabled=false
Xiaoyu Ye4322f152017-03-17 12:34:03 -0700134
135#Buffer size in kbytes for compress offload playback
136PRODUCT_PROPERTY_OVERRIDES += \
Aniket Kumar Latae1fcd932017-04-25 11:19:00 -0700137vendor.audio.offload.buffer.size.kb=32
Xiaoyu Ye4322f152017-03-17 12:34:03 -0700138
139#Enable offload audio video playback by default
140PRODUCT_PROPERTY_OVERRIDES += \
141audio.offload.video=true
142
Xiaoyu Ye4322f152017-03-17 12:34:03 -0700143#Enable audio track offload by default
144PRODUCT_PROPERTY_OVERRIDES += \
Aniket Kumar Latae1fcd932017-04-25 11:19:00 -0700145vendor.audio.offload.track.enable=true
Xiaoyu Ye4322f152017-03-17 12:34:03 -0700146
147#Enable music through deep buffer
148PRODUCT_PROPERTY_OVERRIDES += \
149audio.deep_buffer.media=true
150
Xiaoyu Ye4322f152017-03-17 12:34:03 -0700151#enable voice path for PCM VoIP by default
152PRODUCT_PROPERTY_OVERRIDES += \
Aniket Kumar Latae1fcd932017-04-25 11:19:00 -0700153vendor.voice.path.for.pcm.voip=true
Xiaoyu Ye4322f152017-03-17 12:34:03 -0700154
155#Enable multi channel aac through offload
156PRODUCT_PROPERTY_OVERRIDES += \
Aniket Kumar Latae1fcd932017-04-25 11:19:00 -0700157vendor.audio.offload.multiaac.enable=true
Xiaoyu Ye4322f152017-03-17 12:34:03 -0700158
159#Enable DS2, Hardbypass feature for Dolby
160PRODUCT_PROPERTY_OVERRIDES += \
Aniket Kumar Latae1fcd932017-04-25 11:19:00 -0700161vendor.audio.dolby.ds2.enabled=false\
162vendor.audio.dolby.ds2.hardbypass=false
Xiaoyu Ye4322f152017-03-17 12:34:03 -0700163
164#Disable Multiple offload sesison
165PRODUCT_PROPERTY_OVERRIDES += \
Aniket Kumar Latae1fcd932017-04-25 11:19:00 -0700166vendor.audio.offload.multiple.enabled=false
Xiaoyu Ye4322f152017-03-17 12:34:03 -0700167
168#Disable Compress passthrough playback
169PRODUCT_PROPERTY_OVERRIDES += \
Aniket Kumar Latae1fcd932017-04-25 11:19:00 -0700170vendor.audio.offload.passthrough=false
Xiaoyu Ye4322f152017-03-17 12:34:03 -0700171
172#Disable surround sound recording
173PRODUCT_PROPERTY_OVERRIDES += \
Aniket Kumar Latae1fcd932017-04-25 11:19:00 -0700174ro.vendor.audio.sdk.ssr=false
Xiaoyu Ye4322f152017-03-17 12:34:03 -0700175
176#enable dsp gapless mode by default
177PRODUCT_PROPERTY_OVERRIDES += \
Aniket Kumar Latae1fcd932017-04-25 11:19:00 -0700178vendor.audio.offload.gapless.enabled=true
Xiaoyu Ye4322f152017-03-17 12:34:03 -0700179
180#enable pbe effects
181PRODUCT_PROPERTY_OVERRIDES += \
Aniket Kumar Latae1fcd932017-04-25 11:19:00 -0700182vendor.audio.safx.pbe.enabled=true
Xiaoyu Ye4322f152017-03-17 12:34:03 -0700183
184#parser input buffer size(256kb) in byte stream mode
185PRODUCT_PROPERTY_OVERRIDES += \
Aniket Kumar Latae1fcd932017-04-25 11:19:00 -0700186vendor.audio.parser.ip.buffer.size=262144
Xiaoyu Ye4322f152017-03-17 12:34:03 -0700187
188#flac sw decoder 24 bit decode capability
189PRODUCT_PROPERTY_OVERRIDES += \
Aniket Kumar Latae1fcd932017-04-25 11:19:00 -0700190vendor.audio.flac.sw.decoder.24bit=true
Xiaoyu Ye4322f152017-03-17 12:34:03 -0700191
192#split a2dp DSP supported encoder list
193PRODUCT_PROPERTY_OVERRIDES += \
Aniket Kumar Lata8ea69882017-09-26 16:23:45 -0700194persist.vendor.bt.a2dp_offload_cap=sbc-aptx-aptxtws-aptxhd-aac
Xiaoyu Ye4322f152017-03-17 12:34:03 -0700195
196#enable software decoders for ALAC and APE
197PRODUCT_PROPERTY_OVERRIDES += \
Aniket Kumar Latae1fcd932017-04-25 11:19:00 -0700198vendor.audio.use.sw.alac.decoder=true
Xiaoyu Ye4322f152017-03-17 12:34:03 -0700199PRODUCT_PROPERTY_OVERRIDES += \
Aniket Kumar Latae1fcd932017-04-25 11:19:00 -0700200vendor.audio.use.sw.ape.decoder=true
Xiaoyu Ye4322f152017-03-17 12:34:03 -0700201
202#enable hw aac encoder by default
203PRODUCT_PROPERTY_OVERRIDES += \
Aniket Kumar Latae1fcd932017-04-25 11:19:00 -0700204vendor.audio.hw.aac.encoder=true
Xiaoyu Ye4322f152017-03-17 12:34:03 -0700205
206#Disable FM a2dp concurrency
207PRODUCT_PROPERTY_OVERRIDES += \
Aniket Kumar Latae1fcd932017-04-25 11:19:00 -0700208vendor.fm.a2dp.conc.disabled=true
Xiaoyu Ye4322f152017-03-17 12:34:03 -0700209
210#audio becoming noisy intent broadcast delay
211PRODUCT_PROPERTY_OVERRIDES += \
Aniket Kumar Latae1fcd932017-04-25 11:19:00 -0700212vendor.audio.noisy.broadcast.delay=600
Xiaoyu Ye4322f152017-03-17 12:34:03 -0700213
214#offload pausetime out duration to 3 secs to inline with other outputs
215PRODUCT_PROPERTY_OVERRIDES += \
Aniket Kumar Latae1fcd932017-04-25 11:19:00 -0700216vendor.audio.offload.pstimeout.secs=3
Aalique Grahame190cfcb2017-04-21 11:54:14 -0700217
Satya Krishna Pindiproli650ea152017-09-13 17:10:38 +0530218#Set AudioFlinger client heap size
219PRODUCT_PROPERTY_OVERRIDES += \
220ro.af.client_heap_size_kbyte=7168
221
Dhananjay Kumar57ceeb72017-10-11 22:49:28 +0530222#Set HAL buffer size to samples equal to 3 ms
223PRODUCT_PROPERTY_OVERRIDES += \
224vendor.audio_hal.in_period_size=144
225
226#Set HAL buffer size to 3 ms
227PRODUCT_PROPERTY_OVERRIDES += \
228vendor.audio_hal.period_multiplier=3
229
230#ADM Buffering size in ms
231PRODUCT_PROPERTY_OVERRIDES += \
232vendor.audio.adm.buffering.ms=2
233
Aalique Grahamed941eae2017-12-01 15:36:47 -0800234#enable use of display-port for voice usecases
Aalique Grahame99d45632017-12-11 17:35:41 -0800235PRODUCT_PROPERTY_OVERRIDES += \
Aalique Grahamed941eae2017-12-01 15:36:47 -0800236vendor.audio.enable.dp.for.voice=false
237
Aalique Grahame190cfcb2017-04-21 11:54:14 -0700238# for HIDL related packages
239PRODUCT_PACKAGES += \
240 android.hardware.audio@2.0-service \
241 android.hardware.audio@2.0-impl \
242 android.hardware.audio.effect@2.0-impl \
243 android.hardware.soundtrigger@2.0-impl