summaryrefslogtreecommitdiffstats
path: root/audio/AudioHardwareInterface.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'audio/AudioHardwareInterface.cpp')
-rw-r--r--audio/AudioHardwareInterface.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/AudioHardwareInterface.cpp b/audio/AudioHardwareInterface.cpp
index 60cce27..0e109aa 100644
--- a/audio/AudioHardwareInterface.cpp
+++ b/audio/AudioHardwareInterface.cpp
@@ -71,10 +71,12 @@ AudioStreamOut::~AudioStreamOut()
}
// default implementation is unsupported
+#ifndef ICS_AUDIO_BLOB
status_t AudioStreamOut::getNextWriteTimestamp(int64_t *timestamp)
{
return INVALID_OPERATION;
}
+#endif
AudioStreamIn::~AudioStreamIn() {}