summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2012-02-03 08:31:19 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-02-03 08:31:19 -0800
commit1281e523b0f1bfc8ff44ac66da50ad573f149ec9 (patch)
tree79ecda7ce24e16f89a3cc59f865257cf1d271460 /include
parent10d31fa204a23d2d5535a16467ebf11f85a56aea (diff)
parent70eb9dec508c3269a0792e362ab34ffb3b29976c (diff)
downloadhardware_libhardware_legacy-1281e523b0f1bfc8ff44ac66da50ad573f149ec9.tar.gz
hardware_libhardware_legacy-1281e523b0f1bfc8ff44ac66da50ad573f149ec9.tar.bz2
hardware_libhardware_legacy-1281e523b0f1bfc8ff44ac66da50ad573f149ec9.zip
Merge "Use audio_in_acoustics_t consistently"
Diffstat (limited to 'include')
-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 9743489..f283594 100644
--- a/include/hardware_legacy/AudioPolicyInterface.h
+++ b/include/hardware_legacy/AudioPolicyInterface.h
@@ -203,7 +203,7 @@ public:
uint32_t *pSamplingRate,
uint32_t *pFormat,
uint32_t *pChannels,
- uint32_t acoustics) = 0;
+ audio_in_acoustics_t acoustics) = 0;
// closes an audio input
virtual status_t closeInput(audio_io_handle_t input) = 0;
//