summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Laurent <elaurent@google.com>2012-04-18 09:19:22 -0700
committerEric Laurent <elaurent@google.com>2012-04-18 10:43:50 -0700
commit46c191005b04097306663ba573643edea91f7398 (patch)
tree43de5ee57cdeb610d5a599a25d4bb1870361c830
parentee5fe4b6972147753a65f98b2805604486399425 (diff)
downloadwingray-46c191005b04097306663ba573643edea91f7398.tar.gz
rename audio policy output flags
Change-Id: I18caa0d11a9e297f948c9d95a33e3a4ac2e1d3f0
-rw-r--r--libaudio/audio_policy.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/libaudio/audio_policy.conf b/libaudio/audio_policy.conf
index a75a398..8525ec3 100644
--- a/libaudio/audio_policy.conf
+++ b/libaudio/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.<device>.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_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|AUDIO_DEVICE_OUT_ANLG_DOCK_HEADSET
- flags AUDIO_POLICY_OUTPUT_FLAG_PRIMARY
+ flags AUDIO_OUTPUT_FLAG_PRIMARY
}
}
inputs {