From a1840bd5732473e3144857c74716ec2d6e4338c2 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Mon, 12 Apr 2010 09:14:17 +0000 Subject: AUDIO: Rename Mixer::playInputStream to playStream svn-id: r48637 --- sound/softsynth/adlib.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sound/softsynth/adlib.cpp') diff --git a/sound/softsynth/adlib.cpp b/sound/softsynth/adlib.cpp index c7a14d3f50..6697cef646 100644 --- a/sound/softsynth/adlib.cpp +++ b/sound/softsynth/adlib.cpp @@ -918,7 +918,7 @@ int MidiDriver_ADLIB::open() { adlib_write(0xBD, 0x00); create_lookup_table(); - _mixer->playInputStream(Audio::Mixer::kPlainSoundType, &_mixerSoundHandle, this, -1, Audio::Mixer::kMaxChannelVolume, 0, DisposeAfterUse::NO, true); + _mixer->playStream(Audio::Mixer::kPlainSoundType, &_mixerSoundHandle, this, -1, Audio::Mixer::kMaxChannelVolume, 0, DisposeAfterUse::NO, true); return 0; } -- cgit v1.2.3