summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Meerwald <p.meerwald@bct-electronic.com>2012-01-12 17:20:03 +0100
committerArun Raghavan <arun.raghavan@collabora.co.uk>2012-02-10 17:21:31 +0530
commitdb8fa449e48cbaff053f335fdfa733400615c4b0 (patch)
tree993494e39d4c23de2955a17fe35eeb97bee6d962
parent2ce7d38005a82c56cbc1ad2af70afabe9def9e0d (diff)
alsa: fix comment
-rw-r--r--src/modules/alsa/alsa-util.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/alsa/alsa-util.c b/src/modules/alsa/alsa-util.c
index c30a722a..d961fbc3 100644
--- a/src/modules/alsa/alsa-util.c
+++ b/src/modules/alsa/alsa-util.c
@@ -310,8 +310,8 @@ int pa_alsa_set_hw_params(
pa_log_debug("Maximum hw buffer size is %lu ms", (long unsigned) (max_frames * PA_MSEC_PER_SEC / _ss.rate));
/* Some ALSA drivers really don't like if we set the buffer
- * size first and the number of periods second. (which would
- * make a lot more sense to me) So, try a few combinations
+ * size first and the number of periods second (which would
+ * make a lot more sense to me). So, try a few combinations
* before we give up. */
if (_buffer_size > 0 && _period_size > 0) {