diff options
| author | Eric Laurent <elaurent@google.com> | 2012-10-18 10:54:44 -0700 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2012-10-18 10:54:45 -0700 |
| commit | 672e9ace42a3f7d4f93460efc79ebd444786a5eb (patch) | |
| tree | e41daa7368148316b06a238b44f43a1920816d08 /include | |
| parent | 772686310a3bc44d93591349e174a60360a3d30d (diff) | |
| parent | 0d6490a58bf607f1efc00638709f9c4c8f7dd270 (diff) | |
| download | hardware_libhardware_legacy-672e9ace42a3f7d4f93460efc79ebd444786a5eb.tar.gz hardware_libhardware_legacy-672e9ace42a3f7d4f93460efc79ebd444786a5eb.tar.bz2 hardware_libhardware_legacy-672e9ace42a3f7d4f93460efc79ebd444786a5eb.zip | |
Merge "audio policy: tune voice/video chat volumes" into jb-mr1-dev
Diffstat (limited to 'include')
| -rw-r--r-- | include/hardware_legacy/AudioPolicyManagerBase.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/hardware_legacy/AudioPolicyManagerBase.h b/include/hardware_legacy/AudioPolicyManagerBase.h index 4eefc0a..451fe8a 100644 --- a/include/hardware_legacy/AudioPolicyManagerBase.h +++ b/include/hardware_legacy/AudioPolicyManagerBase.h @@ -227,6 +227,8 @@ protected: static const VolumeCurvePoint sSpeakerSonificationVolumeCurve[AudioPolicyManagerBase::VOLCNT]; static const VolumeCurvePoint sDefaultSystemVolumeCurve[AudioPolicyManagerBase::VOLCNT]; static const VolumeCurvePoint sHeadsetSystemVolumeCurve[AudioPolicyManagerBase::VOLCNT]; + static const VolumeCurvePoint sDefaultVoiceVolumeCurve[AudioPolicyManagerBase::VOLCNT]; + static const VolumeCurvePoint sSpeakerVoiceVolumeCurve[AudioPolicyManagerBase::VOLCNT]; // default volume curves per stream and device category. See initializeVolumeCurves() static const VolumeCurvePoint *sVolumeProfiles[AUDIO_STREAM_CNT][DEVICE_CATEGORY_CNT]; |
