summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/cdda.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/cdda.h')
-rw-r--r--src/devices/sound/cdda.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/sound/cdda.h b/src/devices/sound/cdda.h
index dcdea3cc5bf..5eadd5e315f 100644
--- a/src/devices/sound/cdda.h
+++ b/src/devices/sound/cdda.h
@@ -37,10 +37,10 @@ protected:
virtual void device_start() override ATTR_COLD;
// 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:
- void get_audio_data(write_stream_view &bufL, write_stream_view &bufR);
+ void get_audio_data(sound_stream &stream);
required_device<cdrom_image_device> m_disc;