summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorEric Laurent <elaurent@google.com>2014-11-11 14:01:13 -0800
committerEric Laurent <elaurent@google.com>2014-11-11 14:01:13 -0800
commite714af927c1e87a488178315b78b0c12c0ec9db9 (patch)
treed5a92fdf7eaaf5b0f27d9f8789ed92a7950c22b2 /include
parentb4b0608b0560a7cad27aeec0af8b1728b971aa3a (diff)
downloadhardware_libhardware_legacy-e714af927c1e87a488178315b78b0c12c0ec9db9.zip
hardware_libhardware_legacy-e714af927c1e87a488178315b78b0c12c0ec9db9.tar.gz
hardware_libhardware_legacy-e714af927c1e87a488178315b78b0c12c0ec9db9.tar.bz2
audio policy: use legacy stream type definitions
New stream types have been added, so make sure that legacy implementation uses legacy stream definitions Bug: 18067208 Change-Id: I8042ebe9ac3e7eda380b8c91650f2ac16b44bc34
Diffstat (limited to 'include')
-rw-r--r--include/hardware_legacy/AudioPolicyManagerBase.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hardware_legacy/AudioPolicyManagerBase.h b/include/hardware_legacy/AudioPolicyManagerBase.h
index c5aac7b..531a737 100644
--- a/include/hardware_legacy/AudioPolicyManagerBase.h
+++ b/include/hardware_legacy/AudioPolicyManagerBase.h
@@ -244,7 +244,7 @@ protected:
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];
+ static const VolumeCurvePoint *sVolumeProfiles[AudioSystem::NUM_STREAM_TYPES][DEVICE_CATEGORY_CNT];
// descriptor for audio outputs. Used to maintain current configuration of each opened audio output
// and keep track of the usage of this output by each audio stream type.