summaryrefslogtreecommitdiff
path: root/sound/core/timer.c
AgeCommit message (Expand)Author
2024-03-15ALSA: timer: Fix missing irq-disable at closingTakashi Iwai
2024-02-28ALSA: timer: Use guard() for lockingTakashi Iwai
2024-02-23ALSA: timer: Use automatic cleanup of kfree()Takashi Iwai
2023-08-17ALSA: timer: Create device with snd_device_alloc()Takashi Iwai
2023-06-13ALSA: timer: minimize open-coded access to hw.resolutionOswald Buddenhagen
2022-07-29ALSA: timer: Use deferred fasync helperTakashi Iwai
2021-11-05ALSA: timer: Unconditionally unlink slave instances, tooTakashi Iwai
2021-11-03ALSA: timer: Fix use-after-free problemWang Wensheng
2021-06-03ALSA: timer: Fix master timer notificationTakashi Iwai
2021-01-08ALSA: Convert strlcpy to strscpy when return value is unusedJoe Perches
2020-09-09ALSA: timer: Replace tasklet with workTakashi Iwai
2020-09-09Merge branch 'for-linus' into for-nextTakashi Iwai
2020-09-03ALSA: core: timer: clarify operator precedencePierre-Louis Bossart
2020-09-03ALSA: core: timer: remove redundant assignmentPierre-Louis Bossart
2020-09-02ALSA: core: convert tasklets to use new tasklet_setup() APIAllen Pais
2020-01-12ALSA: timer: fix nsec/sec initialization confusionPierre-Louis Bossart
2020-01-03ALSA: timer: Constify snd_timer_hardware definitionsTakashi Iwai
2020-01-03ALSA: core: Constify snd_device_ops definitionsTakashi Iwai
2019-12-13ALSA: Avoid using timespec for struct snd_timer_treadBaolin Wang
2019-12-11ALSA: Avoid using timespec for struct snd_timer_statusBaolin Wang
2019-12-11ALSA: Replace timespec with timespec64Baolin Wang
2019-11-11ALSA: timer: Fix the breakage of slave link openTakashi Iwai
2019-11-08ALSA: timer: Fix possible race at assigning a timer instanceTakashi Iwai
2019-11-08ALSA: timer: Make snd_timer_close() returning voidTakashi Iwai
2019-11-08ALSA: timer: Unify master/slave linking codeTakashi Iwai
2019-11-07Merge branch 'for-linus' into for-nextTakashi Iwai
2019-11-06ALSA: timer: Fix incorrectly assigned timer instanceTakashi Iwai
2019-11-06ALSA: timer: Limit max amount of slave instancesTakashi Iwai
2019-10-30ALSA: timer: Fix mutex deadlock at releasing cardTakashi Iwai
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner
2019-05-09Merge tag 'sound-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds
2019-05-06*: convert stream-like files from nonseekable_open -> stream_openKirill Smelkov
2019-04-10ALSA: timer: Coding style fixesTakashi Iwai
2019-04-10ALSA: timer: Simplify error path in snd_timer_open()Takashi Iwai
2019-04-09ALSA: timer: Revert active callback sync check at closeTakashi Iwai
2019-03-27ALSA: timer: Make snd_timer_close() really kill pending actionsTakashi Iwai
2019-03-27ALSA: timer: Check ack_list emptiness instead of bit flagTakashi Iwai
2019-03-27ALSA: timer: Make sure to clear pending ack listTakashi Iwai
2019-03-27ALSA: timer: Unify timer callback process codeTakashi Iwai
2018-07-22ALSA: timer: catch invalid timer object creationSrikanth K H
2018-06-25ALSA: timer: Fix UBSAN warning at SNDRV_TIMER_IOCTL_NEXT_DEVICE ioctlTakashi Iwai
2018-05-18ALSA: timer: Assure timer resolution access always lockedTakashi Iwai
2018-05-18ALSA: timer: Simplify timer hw resolution callsTakashi Iwai
2018-05-18ALSA: timer: Fix pause event notificationBen Hutchings
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2017-11-27sound: annotate ->poll() instancesAl Viro
2017-11-13Merge branch 'for-next' into for-linusTakashi Iwai
2017-11-06ALSA: timer: Limit max instances per timerTakashi Iwai
2017-10-05ALSA: timer: Convert timers to use timer_setup()Kees Cook
2017-08-23ALSA: timer: Use common error handling code in alsa_timer_init()Markus Elfring