summaryrefslogtreecommitdiffstats
path: root/libaudio
diff options
context:
space:
mode:
authorEric Laurent <elaurent@google.com>2012-04-18 09:20:07 -0700
committerEric Laurent <elaurent@google.com>2012-04-18 10:42:01 -0700
commitd526098d91a1b639bcf1de63286d1e9fd535064d (patch)
tree840c31d90701a18ff18f78eb478cf3b25270b9d2 /libaudio
parentf6699bf65166346f3ef2b63bc7574e0894886269 (diff)
downloaddevice_samsung_crespo-d526098d91a1b639bcf1de63286d1e9fd535064d.zip
device_samsung_crespo-d526098d91a1b639bcf1de63286d1e9fd535064d.tar.gz
device_samsung_crespo-d526098d91a1b639bcf1de63286d1e9fd535064d.tar.bz2
rename audio policy output flags
Change-Id: Ie1d79d0b7afe9e93f75b134162596ffffdd8a167
Diffstat (limited to 'libaudio')
-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 5e91d68..592af23 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_EARPIECE|AUDIO_DEVICE_OUT_SPEAKER|AUDIO_DEVICE_OUT_WIRED_HEADSET|AUDIO_DEVICE_OUT_WIRED_HEADPHONE|AUDIO_DEVICE_OUT_ALL_SCO
- flags AUDIO_POLICY_OUTPUT_FLAG_PRIMARY
+ flags AUDIO_OUTPUT_FLAG_PRIMARY
}
}
inputs {