diff options
-rw-r--r-- | include/hardware_legacy/AudioHardwareInterface.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hardware_legacy/AudioHardwareInterface.h b/include/hardware_legacy/AudioHardwareInterface.h index f5b38ea..36a39bb 100644 --- a/include/hardware_legacy/AudioHardwareInterface.h +++ b/include/hardware_legacy/AudioHardwareInterface.h @@ -256,7 +256,7 @@ public: int *format=0, uint32_t *channels=0, uint32_t *sampleRate=0, - status_t *status=0); + status_t *status=0) = 0; virtual void closeOutputStream(AudioStreamOut* out) = 0; /** This method creates and opens the audio hardware input stream */ |