summaryrefslogtreecommitdiffstats
path: root/sound/core/seq/seq_timer.c
Commit message (Expand)AuthorAgeFilesLines
* ALSA: seq: Fix race of snd_seq_timer_open()Takashi Iwai2021-06-101-1/+9
* ALSA: seq: Fix concurrent access to queue current tick/timeTakashi Iwai2020-02-141-3/+10
* ALSA: seq: Fix racy access for queue timer in proc readTakashi Iwai2020-01-151-5/+9
* ALSA: timer: Fix possible race at assigning a timer instanceTakashi Iwai2019-11-081-6/+12
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-16/+1
* ALSA: seq: Avoid open-code for getting timer resolutionTakashi Iwai2018-05-181-3/+1
* ALSA: seq: Process queue tempo/ppq change in a shotTakashi Iwai2018-01-151-5/+8
* ALSA: seq: Remove spurious WARN_ON() at timer checkTakashi Iwai2017-11-301-1/+1
* ALSA: seq: Fix time account regressionTakashi Iwai2016-10-251-2/+2
* ALSA: seq_timer: use monotonic times internallyArnd Bergmann2016-06-171-14/+9
* ALSA: seq: Fix yet another races among ALSA timer accessesTakashi Iwai2016-02-011-20/+67
* ALSA: replace CONFIG_PROC_FS with CONFIG_SND_PROC_FSJie Yang2015-05-271-2/+2
* ALSA: seq: Drop superfluous error/debug messages after malloc failuresTakashi Iwai2015-03-101-3/+1
* ALSA: seq: Use standard printk helpersTakashi Iwai2014-02-141-5/+5
* ALSA: seq: Fix missing error handling in snd_seq_timer_open()Takashi Iwai2013-03-111-4/+4
* sound: seq_timer: simplify snd_seq_timer_set_tick_resolution() parametersClemens Ladisch2010-01-181-14/+13
* ALSA: Kill snd_assert() in sound/core/*Takashi Iwai2008-08-131-8/+16
* [ALSA] Remove sound/driver.hTakashi Iwai2008-01-311-1/+0
* [ALSA] sound/core/seq: move declarations of globally visible variables to pro...Marcin Ĺšlusarz2008-01-311-7/+0
* [ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.czJaroslav Kysela2007-10-161-1/+1
* [ALSA] Optimize for config without PROC_FS (seq and oss parts)Takashi Iwai2006-01-031-0/+3
* [ALSA] Remove xxx_t typedefs: SequencerTakashi Iwai2006-01-031-32/+36
* [ALSA] seq-timer: restrict timer frequenciesClemens Ladisch2005-11-041-3/+17
* [ALSA] sequencer: remove superfluous function parameterClemens Ladisch2005-11-041-5/+4
* [ALSA] Replace with kzalloc() - seq stuffTakashi Iwai2005-09-121-1/+1
* [ALSA] sound/core/: possible cleanupsAdrian Bunk2005-05-291-1/+2
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+435