From: Andre Noll Date: Wed, 13 Jun 2012 15:53:07 +0000 (+0200) Subject: alsa: Do not buffer more than 500ms. X-Git-Tag: v0.4.11~11^2 X-Git-Url: http://git.tuebingen.mpg.de/?a=commitdiff_plain;h=3a56a6acd139ccc7a1a049d3e953aad1fa73a856;hp=3a56a6acd139ccc7a1a049d3e953aad1fa73a856;p=paraslash.git alsa: Do not buffer more than 500ms. In alsa_init() we set the buffer time to the maximum value supported by the device. However, on some systems this time is more than 10 seconds, which is much too high. This patch changes alsa_init() to use a buffer time of at most 0.5 seconds. ---