linux/sound/core/seq
Clemens Ladisch 87ef7779be [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 <clemens@ladisch.de>
2005-11-04 13:19:07 +01:00
..
instr [PATCH] gfp_t: sound 2005-10-28 08:16:50 -07:00
oss [ALSA] Replace with kzalloc() - seq stuff 2005-09-12 10:48:06 +02:00
Makefile
seq_clientmgr.c [ALSA] Replace with kzalloc() - seq stuff 2005-09-12 10:48:06 +02:00
seq_clientmgr.h
seq_compat.c
seq_device.c [ALSA] Replace with kzalloc() - seq stuff 2005-09-12 10:48:06 +02:00
seq_dummy.c [ALSA] Replace with kzalloc() - seq stuff 2005-09-12 10:48:06 +02:00
seq_fifo.c [ALSA] Replace with kzalloc() - seq stuff 2005-09-12 10:48:06 +02:00
seq_fifo.h
seq_info.c
seq_info.h
seq_instr.c [ALSA] Replace with kzalloc() - seq stuff 2005-09-12 10:48:06 +02:00
seq_lock.c
seq_lock.h
seq_memory.c [ALSA] Replace with kzalloc() - seq stuff 2005-09-12 10:48:06 +02:00
seq_memory.h
seq_midi_emul.c
seq_midi_event.c [ALSA] Replace with kzalloc() - seq stuff 2005-09-12 10:48:06 +02:00
seq_midi.c [ALSA] Remove snd_runtime_check() macro 2005-11-04 13:17:42 +01:00
seq_ports.c [ALSA] Replace with kzalloc() - seq stuff 2005-09-12 10:48:06 +02:00
seq_ports.h
seq_prioq.c [ALSA] Replace with kzalloc() - seq stuff 2005-09-12 10:48:06 +02:00
seq_prioq.h
seq_queue.c [ALSA] Replace with kzalloc() - seq stuff 2005-09-12 10:48:06 +02:00
seq_queue.h
seq_system.c [ALSA] Replace with kzalloc() - seq stuff 2005-09-12 10:48:06 +02:00
seq_system.h
seq_timer.c [ALSA] seq-timer: restrict timer frequencies 2005-11-04 13:19:07 +01:00
seq_timer.h
seq_virmidi.c [ALSA] Replace with kzalloc() - seq stuff 2005-09-12 10:48:06 +02:00
seq.c