From cdfaf83f96515dd5dd1ced028f1340696f71aa89 Mon Sep 17 00:00:00 2001 From: Eric Laurent Date: Wed, 18 Apr 2012 09:20:39 -0700 Subject: rename audio policy output flags Change-Id: Ia2d0f55fc065e7071d9f5207e0dc91b63f554759 --- audio/audio_policy.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'audio') diff --git a/audio/audio_policy.conf b/audio/audio_policy.conf index 50c8198..ca95b0b 100644 --- a/audio/audio_policy.conf +++ b/audio/audio_policy.conf @@ -12,7 +12,7 @@ global_configuration { # device. Each hw module node is named after the corresponding hw module library base name. # For instance, "primary" corresponds to audio.primary..so. # The "primary" module is mandatory and must include at least one output with -# AUDIO_POLICY_OUTPUT_FLAG_PRIMARY flag. +# AUDIO_OUTPUT_FLAG_PRIMARY flag. # Each module descriptor contains one or more output profile descriptors and zero or more # input profile descriptors. Each profile lists all the parameters supported by a given output # or input stream category. @@ -27,7 +27,7 @@ audio_hw_modules { channel_masks AUDIO_CHANNEL_OUT_STEREO formats AUDIO_FORMAT_PCM_16_BIT devices AUDIO_DEVICE_OUT_EARPIECE|AUDIO_DEVICE_OUT_SPEAKER|AUDIO_DEVICE_OUT_WIRED_HEADSET|AUDIO_DEVICE_OUT_WIRED_HEADPHONE|AUDIO_DEVICE_OUT_ALL_SCO|AUDIO_DEVICE_OUT_AUX_DIGITAL|AUDIO_DEVICE_OUT_DGTL_DOCK_HEADSET - flags AUDIO_POLICY_OUTPUT_FLAG_PRIMARY + flags AUDIO_OUTPUT_FLAG_PRIMARY } } inputs { -- cgit v1.1