diff options
Diffstat (limited to 'src/emu/disound.cpp')
-rw-r--r-- | src/emu/disound.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/emu/disound.cpp b/src/emu/disound.cpp index 7134b588963..c1f4e49f4b6 100644 --- a/src/emu/disound.cpp +++ b/src/emu/disound.cpp @@ -443,10 +443,7 @@ void device_mixer_interface::interface_pre_start() void device_mixer_interface::interface_post_load() { - // Beware that there's not going to be a mixer stream if there was - // no inputs - if (m_mixer_stream) - m_mixer_stream->set_sample_rate(device().machine().sample_rate()); + m_mixer_stream->set_sample_rate(device().machine().sample_rate()); // call our parent device_sound_interface::interface_post_load(); |