aboutsummaryrefslogtreecommitdiffstats
path: root/sound/core/seq/seq_timer.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-10ALSA: seq: Fix race of snd_seq_timer_open()Takashi Iwai1-1/+9
2020-02-14ALSA: seq: Fix concurrent access to queue current tick/timeTakashi Iwai1-3/+10
2020-01-15ALSA: seq: Fix racy access for queue timer in proc readTakashi Iwai1-5/+9
2019-11-08ALSA: timer: Fix possible race at assigning a timer instanceTakashi Iwai1-6/+12
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-16/+1
2018-05-18ALSA: seq: Avoid open-code for getting timer resolutionTakashi Iwai1-3/+1
2018-01-15ALSA: seq: Process queue tempo/ppq change in a shotTakashi Iwai1-5/+8
2017-11-30ALSA: seq: Remove spurious WARN_ON() at timer checkTakashi Iwai1-1/+1
2016-10-25ALSA: seq: Fix time account regressionTakashi Iwai1-2/+2
2016-06-17ALSA: seq_timer: use monotonic times internallyArnd Bergmann1-14/+9
2016-02-01ALSA: seq: Fix yet another races among ALSA timer accessesTakashi Iwai1-20/+67
2015-05-27ALSA: replace CONFIG_PROC_FS with CONFIG_SND_PROC_FSJie Yang1-2/+2
2015-03-10ALSA: seq: Drop superfluous error/debug messages after malloc failuresTakashi Iwai1-3/+1
2014-02-14ALSA: seq: Use standard printk helpersTakashi Iwai1-5/+5
2013-03-11ALSA: seq: Fix missing error handling in snd_seq_timer_open()Takashi Iwai1-4/+4
2010-01-18sound: seq_timer: simplify snd_seq_timer_set_tick_resolution() parametersClemens Ladisch1-14/+13
2008-08-13ALSA: Kill snd_assert() in sound/core/*Takashi Iwai1-8/+16
2008-01-31[ALSA] Remove sound/driver.hTakashi Iwai1-1/+0
2008-01-31[ALSA] sound/core/seq: move declarations of globally visible variables to proper headersMarcin Ĺšlusarz1-7/+0
2007-10-16[ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.czJaroslav Kysela1-1/+1
2006-01-03[ALSA] Optimize for config without PROC_FS (seq and oss parts)Takashi Iwai1-0/+3
2006-01-03[ALSA] Remove xxx_t typedefs: SequencerTakashi Iwai1-32/+36
2005-11-04[ALSA] seq-timer: restrict timer frequenciesClemens Ladisch1-3/+17
2005-11-04[ALSA] sequencer: remove superfluous function parameterClemens Ladisch1-5/+4
2005-09-12[ALSA] Replace with kzalloc() - seq stuffTakashi Iwai1-1/+1
2005-05-29[ALSA] sound/core/: possible cleanupsAdrian Bunk1-1/+2
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+435