aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/alsa.c
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2008-01-19 19:28:34 -0800
committerChris Robinson <[email protected]>2008-01-19 19:28:34 -0800
commit86b7b3d54b7b753148612919a17610058841ed64 (patch)
tree2582c9d49435982cdb002c4ca3949537ddeb5270 /Alc/alsa.c
parent799ba1f9541c1310186805bd3e276eb9fc708ca2 (diff)
Remove duplication of setting the max source count
Diffstat (limited to 'Alc/alsa.c')
-rw-r--r--Alc/alsa.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Alc/alsa.c b/Alc/alsa.c
index 9484cf2c..d00902c4 100644
--- a/Alc/alsa.c
+++ b/Alc/alsa.c
@@ -413,7 +413,6 @@ open_alsa:
psnd_pcm_hw_params_free(p);
- device->MaxNoOfSources = 256;
device->UpdateFreq = bufferSizeInFrames;
data->size = psnd_pcm_frames_to_bytes(data->pcmHandle, device->UpdateFreq);