summaryrefslogtreecommitdiffstats
path: root/include/hardware_legacy/AudioHardwareInterface.h
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2009-02-19 10:57:35 -0800
committerThe Android Open Source Project <initial-contribution@android.com>2009-02-19 10:57:35 -0800
commit652994d394bb4dcfae4a98bf591f443037966146 (patch)
tree649e4be035c0f5bdca01a5551ef2d93339953780 /include/hardware_legacy/AudioHardwareInterface.h
parent6e5ad3c6e83b5acee8c9eaefdc58d1dd8a117715 (diff)
downloadhardware_libhardware_legacy-652994d394bb4dcfae4a98bf591f443037966146.zip
hardware_libhardware_legacy-652994d394bb4dcfae4a98bf591f443037966146.tar.gz
hardware_libhardware_legacy-652994d394bb4dcfae4a98bf591f443037966146.tar.bz2
auto import from //branches/cupcake/...@132276
Diffstat (limited to 'include/hardware_legacy/AudioHardwareInterface.h')
-rw-r--r--include/hardware_legacy/AudioHardwareInterface.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/hardware_legacy/AudioHardwareInterface.h b/include/hardware_legacy/AudioHardwareInterface.h
index 371ee48..0aa3a95 100644
--- a/include/hardware_legacy/AudioHardwareInterface.h
+++ b/include/hardware_legacy/AudioHardwareInterface.h
@@ -211,7 +211,8 @@ public:
int format,
int channelCount,
uint32_t sampleRate,
- status_t *status) = 0;
+ status_t *status,
+ AudioSystem::audio_in_acoustics acoustics) = 0;
/**This method dumps the state of the audio hardware */
virtual status_t dumpState(int fd, const Vector<String16>& args) = 0;