From: Clemens Ladisch Date: Wed, 19 Oct 2005 12:38:30 +0000 (+0200) Subject: [ALSA] seq-timer: restrict timer frequencies X-Git-Tag: v2.6.15-rc1~451^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87ef7779be825c187747b6b39a24d5326d610c53;p=pandora-kernel.git [ALSA] seq-timer: restrict timer frequencies Modules: ALSA sequencer When no default timer frequency has been set, initialize_timer() just uses the maximum frequency supported by the timer, which is ridiculously high on 96 kHz timers. This patch introduces a default frequency of 1000 Hz for this case, and makes sure that a frequency set by the user isn't too high. Signed-off-by: Clemens Ladisch --- Reading git-diff-tree failed