Merge "audio_policy: disable software DRC flag"
This commit is contained in:
commit
41c782e63c
|
@ -3,13 +3,14 @@
|
|||
# as well as the output device selected by default.
|
||||
# Devices are designated by a string that corresponds to the enum in audio.h
|
||||
# - defines whether the speaker output path uses DRC
|
||||
# "TRUE" means DRC is enabled, "FALSE" or omission means DRC isn't used.
|
||||
# "TRUE" means DRC is enabled, "FALSE" or omission means DRC isn't used or
|
||||
# hardware based DRC is enabled
|
||||
|
||||
global_configuration {
|
||||
attached_output_devices AUDIO_DEVICE_OUT_EARPIECE|AUDIO_DEVICE_OUT_SPEAKER
|
||||
default_output_device AUDIO_DEVICE_OUT_SPEAKER
|
||||
attached_input_devices AUDIO_DEVICE_IN_BUILTIN_MIC|AUDIO_DEVICE_IN_BACK_MIC|AUDIO_DEVICE_IN_REMOTE_SUBMIX
|
||||
speaker_drc_enabled TRUE
|
||||
speaker_drc_enabled FALSE
|
||||
}
|
||||
|
||||
# audio hardware module section: contains descriptors for all audio hw modules present on the
|
||||
|
|
Loading…
Reference in New Issue