Commit 19f53f80 authored by Dave Sparks's avatar Dave Sparks
Browse files

Remove deprecated version of openInputStream.

Continuation of bug 1846343
parent c61651ca
......@@ -209,19 +209,6 @@ public:
/** This method creates and opens the audio hardware input stream */
virtual AudioStreamIn* openInputStream(
int inputSource,
int format,
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,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment