diff options
author | Chris Robinson <[email protected]> | 2012-01-17 16:38:58 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2012-01-17 16:38:58 -0800 |
commit | ae7b61b040059f7112ad6fb38340b8c25d3393b7 (patch) | |
tree | caaf30af822a2a3cebe3e77e7a6d1300c099ef57 /Alc/backends/pulseaudio.c | |
parent | 5a2a5342403ca99a4613a56f69c95ed5ce91f8b2 (diff) |
Avoid printing messages about device parameter changes in the backends
Diffstat (limited to 'Alc/backends/pulseaudio.c')
-rw-r--r-- | Alc/backends/pulseaudio.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Alc/backends/pulseaudio.c b/Alc/backends/pulseaudio.c index ee7a633f..b8a7aa50 100644 --- a/Alc/backends/pulseaudio.c +++ b/Alc/backends/pulseaudio.c @@ -989,10 +989,6 @@ static ALCboolean pulse_reset_playback(ALCdevice *device) //{{{ { pa_operation *o; - if((device->Flags&DEVICE_FREQUENCY_REQUEST)) - ERR("Failed to set frequency %dhz, got %dhz instead\n", device->Frequency, data->spec.rate); - device->Flags &= ~DEVICE_FREQUENCY_REQUEST; - /* Server updated our playback rate, so modify the buffer attribs * accordingly. */ data->attr.minreq = (ALuint64)(data->attr.minreq/data->frame_size) * |