diff options
| author | Steve Kondik <steve@cyngn.com> | 2015-09-10 23:59:25 -0700 |
|---|---|---|
| committer | Steve Kondik <steve@cyngn.com> | 2015-09-11 03:49:57 -0700 |
| commit | a306eac16ff297441df57dc08373441665e51a4d (patch) | |
| tree | 2bd628d92edd9559d72681beb637fce2651ed287 /BoardConfigCommon.mk | |
| parent | 28e887552632b4efa25393c5e32db7bab3c973e2 (diff) | |
msm8916: Use deep-buffer output for ringtones
* To avoid the effects of starvation when under thermal mitigation.
CYNGNOS-969
Change-Id: If3f2e59e11f9cc3ef6f1c4e867584b09101479c2
Diffstat (limited to 'BoardConfigCommon.mk')
| -rw-r--r-- | BoardConfigCommon.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index c0cb235..e9d5630 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -79,6 +79,7 @@ endif BOARD_ANT_WIRELESS_DEVICE := "vfs-prerelease" # Audio +AUDIO_FEATURE_DEEP_BUFFER_RINGTONE := true AUDIO_FEATURE_ENABLED_KPI_OPTIMIZE := true AUDIO_FEATURE_LOW_LATENCY_PRIMARY := true BOARD_USES_ALSA_AUDIO := true |
