summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/hardware_legacy/AudioHardwareInterface.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/include/hardware_legacy/AudioHardwareInterface.h b/include/hardware_legacy/AudioHardwareInterface.h
index 9610264..730e5a9 100644
--- a/include/hardware_legacy/AudioHardwareInterface.h
+++ b/include/hardware_legacy/AudioHardwareInterface.h
@@ -213,19 +213,6 @@ public:
int channelCount,
uint32_t sampleRate,
status_t *status,
- AudioSystem::audio_in_acoustics acoustics)
- {
- // TODO: Remove temporary implementation after all h/w libs are updated
- return openInputStream(format, channelCount, sampleRate, status, acoustics);
- }
-
- /** This method creates and opens the audio hardware input stream */
- /** DEPRECATED */
- virtual AudioStreamIn* openInputStream(
- int format,
- int channelCount,
- uint32_t sampleRate,
- status_t *status,
AudioSystem::audio_in_acoustics acoustics) = 0;
/**This method dumps the state of the audio hardware */