summaryrefslogtreecommitdiffstats
path: root/polyp/alsa-util.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2004-11-21 16:27:51 +0000
committerLennart Poettering <lennart@poettering.net>2004-11-21 16:27:51 +0000
commit966c78ccae42f6632c742d9369aba53c11b10875 (patch)
tree0435b73edfcb1a9715cc685d6d84707c597cba60 /polyp/alsa-util.c
parent92f73a741f7d439263857ea5c438a612ce24b03d (diff)
fixes for bugs found when compiling with gcc 2.95
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@301 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'polyp/alsa-util.c')
-rw-r--r--polyp/alsa-util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/polyp/alsa-util.c b/polyp/alsa-util.c
index 52eaaed4..b6b9ac11 100644
--- a/polyp/alsa-util.c
+++ b/polyp/alsa-util.c
@@ -31,7 +31,7 @@
#include "xmalloc.h"
/* Set the hardware parameters of the given ALSA device. Returns the
- * selected fragment settings in *period/*period_size */
+ * selected fragment settings in *period and *period_size */
int pa_alsa_set_hw_params(snd_pcm_t *pcm_handle, const struct pa_sample_spec *ss, uint32_t *periods, snd_pcm_uframes_t *period_size) {
int ret = -1;
snd_pcm_uframes_t buffer_size;