blob: 1b6383c4cc892f2a0c803accbf4e153661c57158 [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
Ramjee Singh3a836cd2018-04-06 19:28:20 +053025AUDIO_FEATURE_ENABLED_SSR := true
Xiaoyu Ye4322f152017-03-17 12:34:03 -070026AUDIO_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 Jiangb21d0942018-03-21 15:32:42 +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
shoudil2b5e8482018-05-23 17:11:17 +080067ifneq ($(strip $(TARGET_USES_QSSI)), true)
Xiaoyu Ye4322f152017-03-17 12:34:03 -070068#Audio Specific device overlays
69DEVICE_PACKAGE_OVERLAYS += hardware/qcom/audio/configs/common/overlay
shoudil2b5e8482018-05-23 17:11:17 +080070endif
Xiaoyu Ye4322f152017-03-17 12:34:03 -070071
72# Audio configuration file
Aalique Grahame190cfcb2017-04-21 11:54:14 -070073ifeq ($(TARGET_USES_AOSP_FOR_AUDIO), true)
Xiaoyu Ye4322f152017-03-17 12:34:03 -070074PRODUCT_COPY_FILES += \
75 device/qcom/common/media/audio_policy.conf:system/etc/audio_policy.conf
76else
77PRODUCT_COPY_FILES += \
Soumild9f5bfa2017-04-04 19:31:22 -070078 hardware/qcom/audio/configs/sdm845/audio_policy.conf:system/etc/audio_policy.conf
Xiaoyu Ye4322f152017-03-17 12:34:03 -070079endif
80
81PRODUCT_COPY_FILES += \
Aalique Grahame190cfcb2017-04-21 11:54:14 -070082 hardware/qcom/audio/configs/sdm845/audio_output_policy.conf:$(TARGET_COPY_OUT_VENDOR)/etc/audio_output_policy.conf \
83 hardware/qcom/audio/configs/sdm845/audio_effects.conf:$(TARGET_COPY_OUT_VENDOR)/etc/audio_effects.conf \
Lakshman Chaluvarajuc57b29c2018-05-08 19:42:03 +053084 hardware/qcom/audio/configs/sdm845/audio_effects.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_effects.xml \
Naresh Tanniru10758b62017-06-05 21:05:53 +053085 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 -070086 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 +080087 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 +053088 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 -070089 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 +053090 hardware/qcom/audio/configs/sdm845/audio_platform_info_i2s.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_platform_info_i2s.xml \
91 hardware/qcom/audio/configs/sdm845/sound_trigger_mixer_paths_wcd9340.xml:$(TARGET_COPY_OUT_VENDOR)/etc/sound_trigger_mixer_paths_wcd9340.xml \
92 hardware/qcom/audio/configs/sdm845/sound_trigger_platform_info.xml:$(TARGET_COPY_OUT_VENDOR)/etc/sound_trigger_platform_info.xml \
93 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 +053094 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 -070095
96#XML Audio configuration files
97ifeq ($(USE_XML_AUDIO_POLICY_CONF), 1)
Dhananjay Kumaraeb58fd2017-07-14 22:45:34 +053098ifneq ($(TARGET_USES_AOSP_FOR_AUDIO), true)
Xiaoyu Ye4322f152017-03-17 12:34:03 -070099PRODUCT_COPY_FILES += \
Dhananjay Kumaraeb58fd2017-07-14 22:45:34 +0530100 $(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 -0700101endif
102PRODUCT_COPY_FILES += \
Dhananjay Kumaraeb58fd2017-07-14 22:45:34 +0530103 $(TOPDIR)hardware/qcom/audio/configs/common/audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_policy_configuration.xml \
104 $(TOPDIR)frameworks/av/services/audiopolicy/config/a2dp_audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/a2dp_audio_policy_configuration.xml \
105 $(TOPDIR)frameworks/av/services/audiopolicy/config/audio_policy_volumes.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_policy_volumes.xml \
106 $(TOPDIR)frameworks/av/services/audiopolicy/config/default_volume_tables.xml:$(TARGET_COPY_OUT_VENDOR)/etc/default_volume_tables.xml \
107 $(TOPDIR)frameworks/av/services/audiopolicy/config/r_submix_audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/r_submix_audio_policy_configuration.xml \
108 $(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 -0700109endif
110
111# Listen configuration file
112PRODUCT_COPY_FILES += \
Naresh Tanniru10758b62017-06-05 21:05:53 +0530113 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 -0700114
115# Reduce client buffer size for fast audio output tracks
116PRODUCT_PROPERTY_OVERRIDES += \
117 af.fast_track_multiplier=1
118
119# Low latency audio buffer size in frames
120PRODUCT_PROPERTY_OVERRIDES += \
Aniket Kumar Latae1fcd932017-04-25 11:19:00 -0700121 vendor.audio_hal.period_size=192
Xiaoyu Ye4322f152017-03-17 12:34:03 -0700122
123##fluencetype can be "fluence" or "fluencepro" or "none"
124PRODUCT_PROPERTY_OVERRIDES += \
Aniket Kumar Latae1fcd932017-04-25 11:19:00 -0700125ro.vendor.audio.sdk.fluencetype=none\
126persist.vendor.audio.fluence.voicecall=true\
127persist.vendor.audio.fluence.voicerec=false\
128persist.vendor.audio.fluence.speaker=true
Xiaoyu Ye4322f152017-03-17 12:34:03 -0700129
130#disable tunnel encoding
131PRODUCT_PROPERTY_OVERRIDES += \
Aniket Kumar Latae1fcd932017-04-25 11:19:00 -0700132vendor.audio.tunnel.encode=false
Xiaoyu Ye4322f152017-03-17 12:34:03 -0700133
134#Disable RAS Feature by default
135PRODUCT_PROPERTY_OVERRIDES += \
Aniket Kumar Latae1fcd932017-04-25 11:19:00 -0700136persist.vendor.audio.ras.enabled=false
Xiaoyu Ye4322f152017-03-17 12:34:03 -0700137
138#Buffer size in kbytes for compress offload playback
139PRODUCT_PROPERTY_OVERRIDES += \
Aniket Kumar Latae1fcd932017-04-25 11:19:00 -0700140vendor.audio.offload.buffer.size.kb=32
Xiaoyu Ye4322f152017-03-17 12:34:03 -0700141
142#Enable offload audio video playback by default
143PRODUCT_PROPERTY_OVERRIDES += \
144audio.offload.video=true
145
Xiaoyu Ye4322f152017-03-17 12:34:03 -0700146#Enable audio track offload by default
147PRODUCT_PROPERTY_OVERRIDES += \
Aniket Kumar Latae1fcd932017-04-25 11:19:00 -0700148vendor.audio.offload.track.enable=true
Xiaoyu Ye4322f152017-03-17 12:34:03 -0700149
150#Enable music through deep buffer
151PRODUCT_PROPERTY_OVERRIDES += \
152audio.deep_buffer.media=true
153
Xiaoyu Ye4322f152017-03-17 12:34:03 -0700154#enable voice path for PCM VoIP by default
155PRODUCT_PROPERTY_OVERRIDES += \
Aniket Kumar Latae1fcd932017-04-25 11:19:00 -0700156vendor.voice.path.for.pcm.voip=true
Xiaoyu Ye4322f152017-03-17 12:34:03 -0700157
158#Enable multi channel aac through offload
159PRODUCT_PROPERTY_OVERRIDES += \
Aniket Kumar Latae1fcd932017-04-25 11:19:00 -0700160vendor.audio.offload.multiaac.enable=true
Xiaoyu Ye4322f152017-03-17 12:34:03 -0700161
162#Enable DS2, Hardbypass feature for Dolby
163PRODUCT_PROPERTY_OVERRIDES += \
Aniket Kumar Latae1fcd932017-04-25 11:19:00 -0700164vendor.audio.dolby.ds2.enabled=false\
165vendor.audio.dolby.ds2.hardbypass=false
Xiaoyu Ye4322f152017-03-17 12:34:03 -0700166
167#Disable Multiple offload sesison
168PRODUCT_PROPERTY_OVERRIDES += \
Aniket Kumar Latae1fcd932017-04-25 11:19:00 -0700169vendor.audio.offload.multiple.enabled=false
Xiaoyu Ye4322f152017-03-17 12:34:03 -0700170
171#Disable Compress passthrough playback
172PRODUCT_PROPERTY_OVERRIDES += \
Aniket Kumar Latae1fcd932017-04-25 11:19:00 -0700173vendor.audio.offload.passthrough=false
Xiaoyu Ye4322f152017-03-17 12:34:03 -0700174
175#Disable surround sound recording
176PRODUCT_PROPERTY_OVERRIDES += \
Aniket Kumar Latae1fcd932017-04-25 11:19:00 -0700177ro.vendor.audio.sdk.ssr=false
Xiaoyu Ye4322f152017-03-17 12:34:03 -0700178
179#enable dsp gapless mode by default
180PRODUCT_PROPERTY_OVERRIDES += \
Aniket Kumar Latae1fcd932017-04-25 11:19:00 -0700181vendor.audio.offload.gapless.enabled=true
Xiaoyu Ye4322f152017-03-17 12:34:03 -0700182
183#enable pbe effects
184PRODUCT_PROPERTY_OVERRIDES += \
Aniket Kumar Latae1fcd932017-04-25 11:19:00 -0700185vendor.audio.safx.pbe.enabled=true
Xiaoyu Ye4322f152017-03-17 12:34:03 -0700186
187#parser input buffer size(256kb) in byte stream mode
188PRODUCT_PROPERTY_OVERRIDES += \
Aniket Kumar Latae1fcd932017-04-25 11:19:00 -0700189vendor.audio.parser.ip.buffer.size=262144
Xiaoyu Ye4322f152017-03-17 12:34:03 -0700190
191#flac sw decoder 24 bit decode capability
192PRODUCT_PROPERTY_OVERRIDES += \
Aniket Kumar Latae1fcd932017-04-25 11:19:00 -0700193vendor.audio.flac.sw.decoder.24bit=true
Xiaoyu Ye4322f152017-03-17 12:34:03 -0700194
195#split a2dp DSP supported encoder list
196PRODUCT_PROPERTY_OVERRIDES += \
Aniket Kumar Lata8ea69882017-09-26 16:23:45 -0700197persist.vendor.bt.a2dp_offload_cap=sbc-aptx-aptxtws-aptxhd-aac
Xiaoyu Ye4322f152017-03-17 12:34:03 -0700198
199#enable software decoders for ALAC and APE
200PRODUCT_PROPERTY_OVERRIDES += \
Aniket Kumar Latae1fcd932017-04-25 11:19:00 -0700201vendor.audio.use.sw.alac.decoder=true
Xiaoyu Ye4322f152017-03-17 12:34:03 -0700202PRODUCT_PROPERTY_OVERRIDES += \
Aniket Kumar Latae1fcd932017-04-25 11:19:00 -0700203vendor.audio.use.sw.ape.decoder=true
Xiaoyu Ye4322f152017-03-17 12:34:03 -0700204
205#enable hw aac encoder by default
206PRODUCT_PROPERTY_OVERRIDES += \
Aniket Kumar Latae1fcd932017-04-25 11:19:00 -0700207vendor.audio.hw.aac.encoder=true
Xiaoyu Ye4322f152017-03-17 12:34:03 -0700208
209#Disable FM a2dp concurrency
210PRODUCT_PROPERTY_OVERRIDES += \
Aniket Kumar Latae1fcd932017-04-25 11:19:00 -0700211vendor.fm.a2dp.conc.disabled=true
Xiaoyu Ye4322f152017-03-17 12:34:03 -0700212
213#audio becoming noisy intent broadcast delay
214PRODUCT_PROPERTY_OVERRIDES += \
Aniket Kumar Latae1fcd932017-04-25 11:19:00 -0700215vendor.audio.noisy.broadcast.delay=600
Xiaoyu Ye4322f152017-03-17 12:34:03 -0700216
217#offload pausetime out duration to 3 secs to inline with other outputs
218PRODUCT_PROPERTY_OVERRIDES += \
Aniket Kumar Latae1fcd932017-04-25 11:19:00 -0700219vendor.audio.offload.pstimeout.secs=3
Aalique Grahame190cfcb2017-04-21 11:54:14 -0700220
Satya Krishna Pindiproli650ea152017-09-13 17:10:38 +0530221#Set AudioFlinger client heap size
222PRODUCT_PROPERTY_OVERRIDES += \
223ro.af.client_heap_size_kbyte=7168
224
Dhananjay Kumar57ceeb72017-10-11 22:49:28 +0530225#Set HAL buffer size to samples equal to 3 ms
226PRODUCT_PROPERTY_OVERRIDES += \
227vendor.audio_hal.in_period_size=144
228
229#Set HAL buffer size to 3 ms
230PRODUCT_PROPERTY_OVERRIDES += \
231vendor.audio_hal.period_multiplier=3
232
233#ADM Buffering size in ms
234PRODUCT_PROPERTY_OVERRIDES += \
235vendor.audio.adm.buffering.ms=2
236
Aniket Kumar Latac78a3432017-11-06 18:18:52 -0800237#enable keytone FR
238PRODUCT_PROPERTY_OVERRIDES += \
239vendor.audio.hal.output.suspend.supported=true
240
Aalique Grahamed941eae2017-12-01 15:36:47 -0800241#enable use of display-port for voice usecases
Aalique Grahame99d45632017-12-11 17:35:41 -0800242PRODUCT_PROPERTY_OVERRIDES += \
Aalique Grahamed941eae2017-12-01 15:36:47 -0800243vendor.audio.enable.dp.for.voice=false
244
Aalique Grahame190cfcb2017-04-21 11:54:14 -0700245# for HIDL related packages
246PRODUCT_PACKAGES += \
247 android.hardware.audio@2.0-service \
248 android.hardware.audio@2.0-impl \
249 android.hardware.audio.effect@2.0-impl \
Dallas Delaney4ee3ca32018-04-05 16:51:32 -0700250 android.hardware.soundtrigger@2.1-impl