blob: 7d7b6b6be248e6f91b9bc1cac92be7929945b139 [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)
15USE_CUSTOM_AUDIO_POLICY := 1
16AUDIO_FEATURE_ENABLED_COMPRESS_CAPTURE := false
17AUDIO_FEATURE_ENABLED_COMPRESS_VOIP := false
18AUDIO_FEATURE_ENABLED_DYNAMIC_ECNS := true
19AUDIO_FEATURE_ENABLED_EXTN_FORMATS := true
20AUDIO_FEATURE_ENABLED_EXTN_FLAC_DECODER := true
21AUDIO_FEATURE_ENABLED_EXTN_RESAMPLER := true
22AUDIO_FEATURE_ENABLED_FM_POWER_OPT := true
23AUDIO_FEATURE_ENABLED_HDMI_SPK := true
24AUDIO_FEATURE_ENABLED_PCM_OFFLOAD := true
25AUDIO_FEATURE_ENABLED_PCM_OFFLOAD_24 := true
26AUDIO_FEATURE_ENABLED_FLAC_OFFLOAD := true
27AUDIO_FEATURE_ENABLED_VORBIS_OFFLOAD := true
28AUDIO_FEATURE_ENABLED_WMA_OFFLOAD := true
29AUDIO_FEATURE_ENABLED_ALAC_OFFLOAD := true
30AUDIO_FEATURE_ENABLED_APE_OFFLOAD := true
31AUDIO_FEATURE_ENABLED_AAC_ADTS_OFFLOAD := true
32AUDIO_FEATURE_ENABLED_PROXY_DEVICE := true
33AUDIO_FEATURE_ENABLED_SSR := true
34AUDIO_FEATURE_ENABLED_DTS_EAGLE := false
35BOARD_USES_SRS_TRUEMEDIA := false
36DTS_CODEC_M_ := false
37MM_AUDIO_ENABLED_SAFX := true
38AUDIO_FEATURE_ENABLED_HW_ACCELERATED_EFFECTS := false
39AUDIO_FEATURE_ENABLED_AUDIOSPHERE := true
Aalique Grahame57058a62019-01-10 10:30:17 -080040AUDIO_FEATURE_ENABLED_USB_TUNNEL := true
41AUDIO_FEATURE_ENABLED_A2DP_OFFLOAD := true
Meng Wang595b3d02018-10-08 12:55:16 +080042AUDIO_FEATURE_ENABLED_3D_AUDIO := false
43DOLBY_ENABLE := false
44endif
45
46USE_XML_AUDIO_POLICY_CONF := 1
47AUDIO_FEATURE_ENABLED_DLKM := true
48BOARD_SUPPORTS_SOUND_TRIGGER := true
49AUDIO_FEATURE_ENABLED_INSTANCE_ID := true
Aalique Grahame57058a62019-01-10 10:30:17 -080050AUDIO_USE_DEEP_AS_PRIMARY_OUTPUT := false
Meng Wang595b3d02018-10-08 12:55:16 +080051AUDIO_FEATURE_ENABLED_VBAT_MONITOR := true
52AUDIO_FEATURE_ENABLED_ANC_HEADSET := true
53AUDIO_FEATURE_ENABLED_CUSTOMSTEREO := true
54AUDIO_FEATURE_ENABLED_FLUENCE := true
55AUDIO_FEATURE_ENABLED_HDMI_EDID := true
56AUDIO_FEATURE_ENABLED_HDMI_PASSTHROUGH := true
57#AUDIO_FEATURE_ENABLED_KEEP_ALIVE := true
58AUDIO_FEATURE_ENABLED_DISPLAY_PORT := true
59AUDIO_FEATURE_ENABLED_DS2_DOLBY_DAP := false
60AUDIO_FEATURE_ENABLED_HFP := true
61AUDIO_FEATURE_ENABLED_INCALL_MUSIC := true
62AUDIO_FEATURE_ENABLED_MULTI_VOICE_SESSIONS := true
63AUDIO_FEATURE_ENABLED_KPI_OPTIMIZE := true
64AUDIO_FEATURE_ENABLED_SPKR_PROTECTION := true
65AUDIO_FEATURE_ENABLED_ACDB_LICENSE := false
66AUDIO_FEATURE_ENABLED_DEV_ARBI := false
67AUDIO_FEATURE_ENABLED_DYNAMIC_LOG := true
68MM_AUDIO_ENABLED_FTM := true
69TARGET_USES_QCOM_MM_AUDIO := true
70AUDIO_FEATURE_ENABLED_SOURCE_TRACKING := true
71AUDIO_FEATURE_ENABLED_GEF_SUPPORT := true
72BOARD_SUPPORTS_QAHW := false
73AUDIO_FEATURE_ENABLED_RAS := true
74AUDIO_FEATURE_ENABLED_SND_MONITOR := true
75AUDIO_FEATURE_ENABLED_SVA_MULTI_STAGE := true
76AUDIO_FEATURE_ENABLED_BATTERY_LISTENER := true
77##AUDIO_FEATURE_FLAGS
78
79#Audio Specific device overlays
Aalique Grahame57058a62019-01-10 10:30:17 -080080DEVICE_PACKAGE_OVERLAYS += vendor/qcom/opensource/audio-hal/primary-hal/configs/common/overlay
Meng Wang595b3d02018-10-08 12:55:16 +080081
82PRODUCT_COPY_FILES += \
Aalique Grahame57058a62019-01-10 10:30:17 -080083 vendor/qcom/opensource/audio-hal/primary-hal/configs/kona/audio_io_policy.conf:$(TARGET_COPY_OUT_VENDOR)/etc/audio_io_policy.conf \
84 vendor/qcom/opensource/audio-hal/primary-hal/configs/kona/audio_effects.conf:$(TARGET_COPY_OUT_VENDOR)/etc/audio_effects.conf \
85 vendor/qcom/opensource/audio-hal/primary-hal/configs/kona/audio_effects.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_effects.xml \
86 vendor/qcom/opensource/audio-hal/primary-hal/configs/kona/sound_trigger_platform_info.xml:$(TARGET_COPY_OUT_VENDOR)/etc/sound_trigger_platform_info.xml \
87 vendor/qcom/opensource/audio-hal/primary-hal/configs/kona/audio_platform_info.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_platform_info.xml \
88 vendor/qcom/opensource/audio-hal/primary-hal/configs/kona/audio_platform_info_qrd.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_platform_info_qrd.xml \
89 vendor/qcom/opensource/audio-hal/primary-hal/configs/kona/audio_platform_info_intcodec.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_platform_info_intcodec.xml \
90 vendor/qcom/opensource/audio-hal/primary-hal/configs/kona/sound_trigger_mixer_paths.xml:$(TARGET_COPY_OUT_VENDOR)/etc/sound_trigger_mixer_paths.xml \
91 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 \
92 vendor/qcom/opensource/audio-hal/primary-hal/configs/kona/mixer_paths_mtp.xml:$(TARGET_COPY_OUT_VENDOR)/etc/mixer_paths_mtp.xml \
93 vendor/qcom/opensource/audio-hal/primary-hal/configs/kona/mixer_paths_qrd.xml:$(TARGET_COPY_OUT_VENDOR)/etc/mixer_paths_qrd.xml \
Meng Wang595b3d02018-10-08 12:55:16 +080094
95#XML Audio configuration files
96ifneq ($(TARGET_USES_AOSP_FOR_AUDIO), true)
97PRODUCT_COPY_FILES += \
Aalique Grahame57058a62019-01-10 10:30:17 -080098 $(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 +080099endif
100PRODUCT_COPY_FILES += \
Aalique Grahame57058a62019-01-10 10:30:17 -0800101 $(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 +0800102 $(TOPDIR)frameworks/av/services/audiopolicy/config/a2dp_audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/a2dp_audio_policy_configuration.xml \
103 $(TOPDIR)frameworks/av/services/audiopolicy/config/audio_policy_volumes.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_policy_volumes.xml \
104 $(TOPDIR)frameworks/av/services/audiopolicy/config/default_volume_tables.xml:$(TARGET_COPY_OUT_VENDOR)/etc/default_volume_tables.xml \
105 $(TOPDIR)frameworks/av/services/audiopolicy/config/r_submix_audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/r_submix_audio_policy_configuration.xml \
106 $(TOPDIR)frameworks/av/services/audiopolicy/config/usb_audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/usb_audio_policy_configuration.xml
107
108# Reduce client buffer size for fast audio output tracks
109PRODUCT_PROPERTY_OVERRIDES += \
110 af.fast_track_multiplier=1
111
112# Low latency audio buffer size in frames
113PRODUCT_PROPERTY_OVERRIDES += \
114 vendor.audio_hal.period_size=192
115
116##fluencetype can be "fluence" or "fluencepro" or "none"
117PRODUCT_PROPERTY_OVERRIDES += \
118ro.vendor.audio.sdk.fluencetype=none\
119persist.vendor.audio.fluence.voicecall=true\
120persist.vendor.audio.fluence.voicerec=false\
121persist.vendor.audio.fluence.speaker=true
122
123#disable tunnel encoding
124PRODUCT_PROPERTY_OVERRIDES += \
125vendor.audio.tunnel.encode=false
126
127#Disable RAS Feature by default
128PRODUCT_PROPERTY_OVERRIDES += \
129persist.vendor.audio.ras.enabled=false
130
131#Buffer size in kbytes for compress offload playback
132PRODUCT_PROPERTY_OVERRIDES += \
133vendor.audio.offload.buffer.size.kb=32
134
135#Enable offload audio video playback by default
136PRODUCT_PROPERTY_OVERRIDES += \
137audio.offload.video=true
138
139#Enable audio track offload by default
140PRODUCT_PROPERTY_OVERRIDES += \
141vendor.audio.offload.track.enable=true
142
143#Enable music through deep buffer
144PRODUCT_PROPERTY_OVERRIDES += \
145audio.deep_buffer.media=true
146
147#enable voice path for PCM VoIP by default
148PRODUCT_PROPERTY_OVERRIDES += \
149vendor.voice.path.for.pcm.voip=true
150
151#Enable multi channel aac through offload
152PRODUCT_PROPERTY_OVERRIDES += \
153vendor.audio.offload.multiaac.enable=true
154
155#Enable DS2, Hardbypass feature for Dolby
156PRODUCT_PROPERTY_OVERRIDES += \
157vendor.audio.dolby.ds2.enabled=false\
158vendor.audio.dolby.ds2.hardbypass=false
159
160#Disable Multiple offload sesison
161PRODUCT_PROPERTY_OVERRIDES += \
162vendor.audio.offload.multiple.enabled=false
163
164#Disable Compress passthrough playback
165PRODUCT_PROPERTY_OVERRIDES += \
166vendor.audio.offload.passthrough=false
167
168#Disable surround sound recording
169PRODUCT_PROPERTY_OVERRIDES += \
170ro.vendor.audio.sdk.ssr=false
171
172#enable dsp gapless mode by default
173PRODUCT_PROPERTY_OVERRIDES += \
174vendor.audio.offload.gapless.enabled=true
175
176#enable pbe effects
177PRODUCT_PROPERTY_OVERRIDES += \
178vendor.audio.safx.pbe.enabled=true
179
180#parser input buffer size(256kb) in byte stream mode
181PRODUCT_PROPERTY_OVERRIDES += \
182vendor.audio.parser.ip.buffer.size=262144
183
184#flac sw decoder 24 bit decode capability
185PRODUCT_PROPERTY_OVERRIDES += \
186vendor.audio.flac.sw.decoder.24bit=true
187
188#split a2dp DSP supported encoder list
189PRODUCT_PROPERTY_OVERRIDES += \
190persist.vendor.bt.a2dp_offload_cap=sbc-aptx-aptxtws-aptxhd-aac
191
Aalique Grahame57058a62019-01-10 10:30:17 -0800192# A2DP offload support
193PRODUCT_PROPERTY_OVERRIDES += \
194ro.bluetooth.a2dp_offload.supported=true
195
196# Disable A2DP offload
197PRODUCT_PROPERTY_OVERRIDES += \
198persist.bluetooth.a2dp_offload.disabled=false
199
200# A2DP offload DSP supported encoder list
201PRODUCT_PROPERTY_OVERRIDES += \
202persist.bluetooth.a2dp_offload.cap=sbc-aac-aptx-aptxhd-ldac
203
Meng Wang595b3d02018-10-08 12:55:16 +0800204#enable software decoders for ALAC and APE
205PRODUCT_PROPERTY_OVERRIDES += \
206vendor.audio.use.sw.alac.decoder=true
207PRODUCT_PROPERTY_OVERRIDES += \
208vendor.audio.use.sw.ape.decoder=true
209
210#enable hw aac encoder by default
211PRODUCT_PROPERTY_OVERRIDES += \
212vendor.audio.hw.aac.encoder=true
213
214#audio becoming noisy intent broadcast delay
215PRODUCT_PROPERTY_OVERRIDES += \
216vendor.audio.noisy.broadcast.delay=600
217
218#offload pausetime out duration to 3 secs to inline with other outputs
219PRODUCT_PROPERTY_OVERRIDES += \
220vendor.audio.offload.pstimeout.secs=3
221
222#Set AudioFlinger client heap size
223PRODUCT_PROPERTY_OVERRIDES += \
224ro.af.client_heap_size_kbyte=7168
225
226#Set HAL buffer size to samples equal to 3 ms
227PRODUCT_PROPERTY_OVERRIDES += \
228vendor.audio_hal.in_period_size=144
229
230#Set HAL buffer size to 3 ms
231PRODUCT_PROPERTY_OVERRIDES += \
232vendor.audio_hal.period_multiplier=3
233
234#ADM Buffering size in ms
235PRODUCT_PROPERTY_OVERRIDES += \
236vendor.audio.adm.buffering.ms=2
237
Aalique Grahame57058a62019-01-10 10:30:17 -0800238#enable headset calibration
239PRODUCT_PROPERTY_OVERRIDES += \
240audio.volume.headset.gain.depcal=true
241
242#enable dualmic fluence for voice communication
243PRODUCT_PROPERTY_OVERRIDES += \
244persist.audio.fluence.voicecomm=true
Naresh Tanniru5beb8132018-11-27 12:16:45 +0530245endif
Aalique Grahame57058a62019-01-10 10:30:17 -0800246
Meng Wang595b3d02018-10-08 12:55:16 +0800247# for HIDL related packages
248PRODUCT_PACKAGES += \
249 android.hardware.audio@2.0-service \
250 android.hardware.audio@2.0-impl \
251 android.hardware.audio.effect@2.0-impl \
252 android.hardware.soundtrigger@2.1-impl \
253 android.hardware.audio@4.0 \
254 android.hardware.audio.common@4.0 \
255 android.hardware.audio.common@4.0-util \
256 android.hardware.audio@4.0-impl \
257 android.hardware.audio.effect@4.0 \
258 android.hardware.audio.effect@4.0-impl