summaryrefslogtreecommitdiffstats
path: root/audio/audio_policy.conf
diff options
context:
space:
mode:
authorEric Laurent <elaurent@google.com>2012-04-18 09:28:52 -0700
committerEric Laurent <elaurent@google.com>2012-04-18 10:42:04 -0700
commit0977cf534ffb71c2abac622716510ae8ea25f3e9 (patch)
tree33bd54fdcbef4b06f4ff14e5f80a26817ab3bff5 /audio/audio_policy.conf
parent0fa154b8d4c235401c378339828c2f85563f5faa (diff)
downloadhardware_libhardware_legacy-0977cf534ffb71c2abac622716510ae8ea25f3e9.zip
hardware_libhardware_legacy-0977cf534ffb71c2abac622716510ae8ea25f3e9.tar.gz
hardware_libhardware_legacy-0977cf534ffb71c2abac622716510ae8ea25f3e9.tar.bz2
rename audio policy flags
Change-Id: Ic42eba3432671f651c9703a07fe7b429a8ec0dff
Diffstat (limited to 'audio/audio_policy.conf')
-rw-r--r--audio/audio_policy.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/audio_policy.conf b/audio/audio_policy.conf
index 9f77dce..d4e7844 100644
--- a/audio/audio_policy.conf
+++ b/audio/audio_policy.conf
@@ -16,7 +16,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.
@@ -31,7 +31,7 @@ audio_hw_modules {
channel_masks AUDIO_CHANNEL_OUT_STEREO
formats AUDIO_FORMAT_PCM_16_BIT
devices AUDIO_DEVICE_OUT_SPEAKER
- flags AUDIO_POLICY_OUTPUT_FLAG_PRIMARY
+ flags AUDIO_OUTPUT_FLAG_PRIMARY
}
}
inputs {