diff options
Diffstat (limited to 'src/devices/sound/volt_reg.cpp')
-rw-r--r-- | src/devices/sound/volt_reg.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/volt_reg.cpp b/src/devices/sound/volt_reg.cpp index 48693204e46..14ccdfaab16 100644 --- a/src/devices/sound/volt_reg.cpp +++ b/src/devices/sound/volt_reg.cpp @@ -27,7 +27,7 @@ voltage_regulator_device::voltage_regulator_device(const machine_config &mconfig void voltage_regulator_device::device_start() { - m_stream = stream_alloc(0, 1, SAMPLE_RATE_OUTPUT_ADAPTIVE); + m_stream = stream_alloc(0, 1, SAMPLE_RATE_MINIMUM); } void voltage_regulator_device::sound_stream_update(sound_stream &stream, std::vector<read_stream_view> const &inputs, std::vector<write_stream_view> &outputs) |