summaryrefslogtreecommitdiffstats
path: root/include/hardware_legacy/AudioPolicyInterface.h
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 /include/hardware_legacy/AudioPolicyInterface.h
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 'include/hardware_legacy/AudioPolicyInterface.h')
-rw-r--r--include/hardware_legacy/AudioPolicyInterface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hardware_legacy/AudioPolicyInterface.h b/include/hardware_legacy/AudioPolicyInterface.h
index fd1b179..343f133 100644
--- a/include/hardware_legacy/AudioPolicyInterface.h
+++ b/include/hardware_legacy/AudioPolicyInterface.h
@@ -190,7 +190,7 @@ public:
audio_format_t *pFormat,
audio_channel_mask_t *pChannelMask,
uint32_t *pLatencyMs,
- audio_policy_output_flags_t flags) = 0;
+ audio_output_flags_t flags) = 0;
// creates a special output that is duplicated to the two outputs passed as arguments. The duplication is performed by
// a special mixer thread in the AudioFlinger.
virtual audio_io_handle_t openDuplicateOutput(audio_io_handle_t output1, audio_io_handle_t output2) = 0;