blob: c2a53acafa98ff39df8d32bece978d7f1b293a20 [file] [log] [blame]
Meng Wang595b3d02018-10-08 12:55:16 +08001#BOARD_USES_GENERIC_AUDIO := true
2#
3#AUDIO_FEATURE_FLAGS
Naresh Tanniru5beb8132018-11-27 12:16:45 +05304ifeq ($(TARGET_USES_QMAA_OVERRIDE_AUDIO), false)
5ifeq ($(TARGET_USES_QMAA),true)
6AUDIO_USE_STUB_HAL := true
7endif
8endif
9
10ifneq ($(AUDIO_USE_STUB_HAL), true)
Meng Wang595b3d02018-10-08 12:55:16 +080011BOARD_USES_ALSA_AUDIO := true
12TARGET_USES_AOSP_FOR_AUDIO := false
13
14ifneq ($(TARGET_USES_AOSP_FOR_AUDIO), true)
Aalique Grahame91642192019-02-21 17:15:24 -080015USE_CUSTOM_AUDIO_POLICY := 0
Banajit Goswami405ad562019-03-08 17:00:34 -080016AUDIO_FEATURE_QSSI_COMPLIANCE := false
Meng Wang595b3d02018-10-08 12:55:16 +080017AUDIO_FEATURE_ENABLED_COMPRESS_CAPTURE := false
Meng Wang267816f2019-01-16 09:48:13 +080018AUDIO_FEATURE_ENABLED_COMPRESS_INPUT := true
19AUDIO_FEATURE_ENABLED_CONCURRENT_CAPTURE := true
Meng Wang595b3d02018-10-08 12:55:16 +080020AUDIO_FEATURE_ENABLED_COMPRESS_VOIP := false
21AUDIO_FEATURE_ENABLED_DYNAMIC_ECNS := true
22AUDIO_FEATURE_ENABLED_EXTN_FORMATS := true
23AUDIO_FEATURE_ENABLED_EXTN_FLAC_DECODER := true
24AUDIO_FEATURE_ENABLED_EXTN_RESAMPLER := true
25AUDIO_FEATURE_ENABLED_FM_POWER_OPT := true
26AUDIO_FEATURE_ENABLED_HDMI_SPK := true
27AUDIO_FEATURE_ENABLED_PCM_OFFLOAD := true
28AUDIO_FEATURE_ENABLED_PCM_OFFLOAD_24 := true
29AUDIO_FEATURE_ENABLED_FLAC_OFFLOAD := true
30AUDIO_FEATURE_ENABLED_VORBIS_OFFLOAD := true
31AUDIO_FEATURE_ENABLED_WMA_OFFLOAD := true
32AUDIO_FEATURE_ENABLED_ALAC_OFFLOAD := true
33AUDIO_FEATURE_ENABLED_APE_OFFLOAD := true
34AUDIO_FEATURE_ENABLED_AAC_ADTS_OFFLOAD := true
35AUDIO_FEATURE_ENABLED_PROXY_DEVICE := true
36AUDIO_FEATURE_ENABLED_SSR := true
37AUDIO_FEATURE_ENABLED_DTS_EAGLE := false
38BOARD_USES_SRS_TRUEMEDIA := false
39DTS_CODEC_M_ := false
40MM_AUDIO_ENABLED_SAFX := true
41AUDIO_FEATURE_ENABLED_HW_ACCELERATED_EFFECTS := false
42AUDIO_FEATURE_ENABLED_AUDIOSPHERE := true
Aalique Grahame57058a62019-01-10 10:30:17 -080043AUDIO_FEATURE_ENABLED_USB_TUNNEL := true
44AUDIO_FEATURE_ENABLED_A2DP_OFFLOAD := true
Meng Wang595b3d02018-10-08 12:55:16 +080045AUDIO_FEATURE_ENABLED_3D_AUDIO := false
Weiyin Jiangaec970e2019-03-07 16:36:33 +080046AUDIO_FEATURE_ENABLED_AHAL_EXT := false
Meng Wang595b3d02018-10-08 12:55:16 +080047DOLBY_ENABLE := false
48endif
49
Meng Wang595b3d02018-10-08 12:55:16 +080050AUDIO_FEATURE_ENABLED_DLKM := true
51BOARD_SUPPORTS_SOUND_TRIGGER := true
Meng Wangc688a062019-01-09 13:18:11 +080052BOARD_SUPPORTS_GCS := false
Meng Wang595b3d02018-10-08 12:55:16 +080053AUDIO_FEATURE_ENABLED_INSTANCE_ID := true
Aalique Grahame57058a62019-01-10 10:30:17 -080054AUDIO_USE_DEEP_AS_PRIMARY_OUTPUT := false
Meng Wang595b3d02018-10-08 12:55:16 +080055AUDIO_FEATURE_ENABLED_VBAT_MONITOR := true
56AUDIO_FEATURE_ENABLED_ANC_HEADSET := true
57AUDIO_FEATURE_ENABLED_CUSTOMSTEREO := true
58AUDIO_FEATURE_ENABLED_FLUENCE := true
59AUDIO_FEATURE_ENABLED_HDMI_EDID := true
60AUDIO_FEATURE_ENABLED_HDMI_PASSTHROUGH := true
61#AUDIO_FEATURE_ENABLED_KEEP_ALIVE := true
62AUDIO_FEATURE_ENABLED_DISPLAY_PORT := true
63AUDIO_FEATURE_ENABLED_DS2_DOLBY_DAP := false
64AUDIO_FEATURE_ENABLED_HFP := true
65AUDIO_FEATURE_ENABLED_INCALL_MUSIC := true
66AUDIO_FEATURE_ENABLED_MULTI_VOICE_SESSIONS := true
67AUDIO_FEATURE_ENABLED_KPI_OPTIMIZE := true
68AUDIO_FEATURE_ENABLED_SPKR_PROTECTION := true
69AUDIO_FEATURE_ENABLED_ACDB_LICENSE := false
70AUDIO_FEATURE_ENABLED_DEV_ARBI := false
71AUDIO_FEATURE_ENABLED_DYNAMIC_LOG := true
72MM_AUDIO_ENABLED_FTM := true
73TARGET_USES_QCOM_MM_AUDIO := true
74AUDIO_FEATURE_ENABLED_SOURCE_TRACKING := true
75AUDIO_FEATURE_ENABLED_GEF_SUPPORT := true
76BOARD_SUPPORTS_QAHW := false
77AUDIO_FEATURE_ENABLED_RAS := true
78AUDIO_FEATURE_ENABLED_SND_MONITOR := true
Meng Wang267816f2019-01-16 09:48:13 +080079AUDIO_FEATURE_ENABLED_USB_BURST_MODE := true
Meng Wang595b3d02018-10-08 12:55:16 +080080AUDIO_FEATURE_ENABLED_SVA_MULTI_STAGE := true
81AUDIO_FEATURE_ENABLED_BATTERY_LISTENER := true
82##AUDIO_FEATURE_FLAGS
83
shoudilb5e44a62019-02-27 10:16:07 +080084ifneq ($(strip $(TARGET_USES_RRO)), true)
Meng Wang595b3d02018-10-08 12:55:16 +080085#Audio Specific device overlays
Aalique Grahame57058a62019-01-10 10:30:17 -080086DEVICE_PACKAGE_OVERLAYS += vendor/qcom/opensource/audio-hal/primary-hal/configs/common/overlay
shoudilb5e44a62019-02-27 10:16:07 +080087endif
Meng Wang595b3d02018-10-08 12:55:16 +080088
89PRODUCT_COPY_FILES += \
Aalique Grahame57058a62019-01-10 10:30:17 -080090 vendor/qcom/opensource/audio-hal/primary-hal/configs/kona/audio_io_policy.conf:$(TARGET_COPY_OUT_VENDOR)/etc/audio_io_policy.conf \
91 vendor/qcom/opensource/audio-hal/primary-hal/configs/kona/audio_effects.conf:$(TARGET_COPY_OUT_VENDOR)/etc/audio_effects.conf \
92 vendor/qcom/opensource/audio-hal/primary-hal/configs/kona/audio_effects.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_effects.xml \
93 vendor/qcom/opensource/audio-hal/primary-hal/configs/kona/sound_trigger_platform_info.xml:$(TARGET_COPY_OUT_VENDOR)/etc/sound_trigger_platform_info.xml \
94 vendor/qcom/opensource/audio-hal/primary-hal/configs/kona/audio_platform_info.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_platform_info.xml \
95 vendor/qcom/opensource/audio-hal/primary-hal/configs/kona/audio_platform_info_qrd.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_platform_info_qrd.xml \
96 vendor/qcom/opensource/audio-hal/primary-hal/configs/kona/audio_platform_info_intcodec.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_platform_info_intcodec.xml \
97 vendor/qcom/opensource/audio-hal/primary-hal/configs/kona/sound_trigger_mixer_paths.xml:$(TARGET_COPY_OUT_VENDOR)/etc/sound_trigger_mixer_paths.xml \
98 vendor/qcom/opensource/audio-hal/primary-hal/configs/kona/sound_trigger_mixer_paths_qrd.xml:$(TARGET_COPY_OUT_VENDOR)/etc/sound_trigger_mixer_paths_qrd.xml \
Karthikeyan Mani882fb712019-03-12 13:09:33 -070099 vendor/qcom/opensource/audio-hal/primary-hal/configs/kona/mixer_paths.xml:$(TARGET_COPY_OUT_VENDOR)/etc/mixer_paths.xml \
Aalique Grahame57058a62019-01-10 10:30:17 -0800100 vendor/qcom/opensource/audio-hal/primary-hal/configs/kona/mixer_paths_qrd.xml:$(TARGET_COPY_OUT_VENDOR)/etc/mixer_paths_qrd.xml \
Weiyin Jiang239190c2019-02-26 11:51:34 +0800101 vendor/qcom/opensource/audio-hal/primary-hal/configs/kona/audio_configs.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_configs.xml
Meng Wang595b3d02018-10-08 12:55:16 +0800102
103#XML Audio configuration files
104ifneq ($(TARGET_USES_AOSP_FOR_AUDIO), true)
105PRODUCT_COPY_FILES += \
Aalique Grahame57058a62019-01-10 10:30:17 -0800106 $(TOPDIR)vendor/qcom/opensource/audio-hal/primary-hal/configs/kona/audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio/audio_policy_configuration.xml
Meng Wang595b3d02018-10-08 12:55:16 +0800107endif
108PRODUCT_COPY_FILES += \
Aalique Grahame57058a62019-01-10 10:30:17 -0800109 $(TOPDIR)vendor/qcom/opensource/audio-hal/primary-hal/configs/common/audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_policy_configuration.xml \
Meng Wang595b3d02018-10-08 12:55:16 +0800110 $(TOPDIR)frameworks/av/services/audiopolicy/config/a2dp_audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/a2dp_audio_policy_configuration.xml \
111 $(TOPDIR)frameworks/av/services/audiopolicy/config/audio_policy_volumes.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_policy_volumes.xml \
112 $(TOPDIR)frameworks/av/services/audiopolicy/config/default_volume_tables.xml:$(TARGET_COPY_OUT_VENDOR)/etc/default_volume_tables.xml \
113 $(TOPDIR)frameworks/av/services/audiopolicy/config/r_submix_audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/r_submix_audio_policy_configuration.xml \
114 $(TOPDIR)frameworks/av/services/audiopolicy/config/usb_audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/usb_audio_policy_configuration.xml
115
116# 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 vendor.audio_hal.period_size=192
123
124##fluencetype can be "fluence" or "fluencepro" or "none"
125PRODUCT_PROPERTY_OVERRIDES += \
126ro.vendor.audio.sdk.fluencetype=none\
127persist.vendor.audio.fluence.voicecall=true\
128persist.vendor.audio.fluence.voicerec=false\
Meng Wang267816f2019-01-16 09:48:13 +0800129persist.vendor.audio.fluence.speaker=true\
130persist.vendor.audio.fluence.tmic.enabled=false
Meng Wang595b3d02018-10-08 12:55:16 +0800131
132#disable tunnel encoding
133PRODUCT_PROPERTY_OVERRIDES += \
134vendor.audio.tunnel.encode=false
135
136#Disable RAS Feature by default
137PRODUCT_PROPERTY_OVERRIDES += \
138persist.vendor.audio.ras.enabled=false
139
140#Buffer size in kbytes for compress offload playback
141PRODUCT_PROPERTY_OVERRIDES += \
142vendor.audio.offload.buffer.size.kb=32
143
144#Enable offload audio video playback by default
145PRODUCT_PROPERTY_OVERRIDES += \
146audio.offload.video=true
147
148#Enable audio track offload by default
149PRODUCT_PROPERTY_OVERRIDES += \
150vendor.audio.offload.track.enable=true
151
152#Enable music through deep buffer
153PRODUCT_PROPERTY_OVERRIDES += \
154audio.deep_buffer.media=true
155
156#enable voice path for PCM VoIP by default
157PRODUCT_PROPERTY_OVERRIDES += \
158vendor.voice.path.for.pcm.voip=true
159
160#Enable multi channel aac through offload
161PRODUCT_PROPERTY_OVERRIDES += \
162vendor.audio.offload.multiaac.enable=true
163
164#Enable DS2, Hardbypass feature for Dolby
165PRODUCT_PROPERTY_OVERRIDES += \
166vendor.audio.dolby.ds2.enabled=false\
167vendor.audio.dolby.ds2.hardbypass=false
168
169#Disable Multiple offload sesison
170PRODUCT_PROPERTY_OVERRIDES += \
171vendor.audio.offload.multiple.enabled=false
172
173#Disable Compress passthrough playback
174PRODUCT_PROPERTY_OVERRIDES += \
175vendor.audio.offload.passthrough=false
176
177#Disable surround sound recording
178PRODUCT_PROPERTY_OVERRIDES += \
179ro.vendor.audio.sdk.ssr=false
180
181#enable dsp gapless mode by default
182PRODUCT_PROPERTY_OVERRIDES += \
183vendor.audio.offload.gapless.enabled=true
184
185#enable pbe effects
186PRODUCT_PROPERTY_OVERRIDES += \
187vendor.audio.safx.pbe.enabled=true
188
189#parser input buffer size(256kb) in byte stream mode
190PRODUCT_PROPERTY_OVERRIDES += \
191vendor.audio.parser.ip.buffer.size=262144
192
193#flac sw decoder 24 bit decode capability
194PRODUCT_PROPERTY_OVERRIDES += \
195vendor.audio.flac.sw.decoder.24bit=true
196
197#split a2dp DSP supported encoder list
198PRODUCT_PROPERTY_OVERRIDES += \
Meng Wang267816f2019-01-16 09:48:13 +0800199persist.vendor.bt.a2dp_offload_cap=sbc-aptx-aptxtws-aptxhd-aac-ldac
Meng Wang595b3d02018-10-08 12:55:16 +0800200
Aalique Grahame57058a62019-01-10 10:30:17 -0800201# A2DP offload support
202PRODUCT_PROPERTY_OVERRIDES += \
203ro.bluetooth.a2dp_offload.supported=true
204
205# Disable A2DP offload
206PRODUCT_PROPERTY_OVERRIDES += \
207persist.bluetooth.a2dp_offload.disabled=false
208
209# A2DP offload DSP supported encoder list
210PRODUCT_PROPERTY_OVERRIDES += \
211persist.bluetooth.a2dp_offload.cap=sbc-aac-aptx-aptxhd-ldac
212
Meng Wang595b3d02018-10-08 12:55:16 +0800213#enable software decoders for ALAC and APE
214PRODUCT_PROPERTY_OVERRIDES += \
215vendor.audio.use.sw.alac.decoder=true
216PRODUCT_PROPERTY_OVERRIDES += \
217vendor.audio.use.sw.ape.decoder=true
218
219#enable hw aac encoder by default
220PRODUCT_PROPERTY_OVERRIDES += \
221vendor.audio.hw.aac.encoder=true
222
223#audio becoming noisy intent broadcast delay
224PRODUCT_PROPERTY_OVERRIDES += \
225vendor.audio.noisy.broadcast.delay=600
226
227#offload pausetime out duration to 3 secs to inline with other outputs
228PRODUCT_PROPERTY_OVERRIDES += \
229vendor.audio.offload.pstimeout.secs=3
230
231#Set AudioFlinger client heap size
232PRODUCT_PROPERTY_OVERRIDES += \
233ro.af.client_heap_size_kbyte=7168
234
235#Set HAL buffer size to samples equal to 3 ms
236PRODUCT_PROPERTY_OVERRIDES += \
237vendor.audio_hal.in_period_size=144
238
239#Set HAL buffer size to 3 ms
240PRODUCT_PROPERTY_OVERRIDES += \
241vendor.audio_hal.period_multiplier=3
242
243#ADM Buffering size in ms
244PRODUCT_PROPERTY_OVERRIDES += \
245vendor.audio.adm.buffering.ms=2
246
Aalique Grahame57058a62019-01-10 10:30:17 -0800247#enable headset calibration
248PRODUCT_PROPERTY_OVERRIDES += \
249audio.volume.headset.gain.depcal=true
250
251#enable dualmic fluence for voice communication
252PRODUCT_PROPERTY_OVERRIDES += \
253persist.audio.fluence.voicecomm=true
Naresh Tanniru5beb8132018-11-27 12:16:45 +0530254endif
Aalique Grahame57058a62019-01-10 10:30:17 -0800255
Meng Wangb2ab1862019-02-13 08:27:19 +0800256USE_XML_AUDIO_POLICY_CONF := 1
257
Meng Wang267816f2019-01-16 09:48:13 +0800258#enable keytone FR
259PRODUCT_PROPERTY_OVERRIDES += \
260vendor.audio.hal.output.suspend.supported=true
261
262#enable mirror-link feature
263PRODUCT_PROPERTY_OVERRIDES += \
264vendor.audio.enable.mirrorlink=false
265
266#enable voicecall speaker stereo
267PRODUCT_PROPERTY_OVERRIDES += \
268persist.vendor.audio.voicecall.speaker.stereo=true
269
270#enable AAC frame ctl for A2DP sinks
271PRODUCT_PROPERTY_OVERRIDES += \
272persist.vendor.bt.aac_frm_ctl.enabled=true
273
Meng Wang595b3d02018-10-08 12:55:16 +0800274# for HIDL related packages
275PRODUCT_PACKAGES += \
276 android.hardware.audio@2.0-service \
277 android.hardware.audio@2.0-impl \
278 android.hardware.audio.effect@2.0-impl \
279 android.hardware.soundtrigger@2.1-impl \
280 android.hardware.audio@4.0 \
281 android.hardware.audio.common@4.0 \
282 android.hardware.audio.common@4.0-util \
283 android.hardware.audio@4.0-impl \
284 android.hardware.audio.effect@4.0 \
Weiyin Jiang239190c2019-02-26 11:51:34 +0800285 android.hardware.audio.effect@4.0-impl \
286 vendor.qti.hardware.audiohalext@1.0 \
287 vendor.qti.hardware.audiohalext@1.0-impl \
288 vendor.qti.hardware.audiohalext-utils