summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/esqpump.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/esqpump.h')
-rw-r--r--src/devices/sound/esqpump.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/sound/esqpump.h b/src/devices/sound/esqpump.h
index dfbfe477770..e6257c1c977 100644
--- a/src/devices/sound/esqpump.h
+++ b/src/devices/sound/esqpump.h
@@ -73,7 +73,7 @@ protected:
virtual void device_clock_changed() override;
// sound stream update overrides
- virtual void sound_stream_update(sound_stream &stream, std::vector<read_stream_view> const &inputs, std::vector<write_stream_view> &outputs) override;
+ virtual void sound_stream_update(sound_stream &stream) override;
private:
// internal state:
@@ -103,7 +103,7 @@ private:
#endif
#if !PUMP_FAKE_ESP_PROCESSING && PUMP_REPLACE_ESP_PROGRAM
- std::vector<stream_buffer::sample_t> e;
+ std::vector<sound_stream::sample_t> e;
int ei;
#endif
};