summaryrefslogtreecommitdiff
path: root/sound/core/timer.c
Commit message (Expand)AuthorAgeFilesLines
* ALSA: timer: Use deferred fasync helperTakashi Iwai2022-07-291-5/+6
* ALSA: timer: Unconditionally unlink slave instances, tooTakashi Iwai2021-11-051-7/+6
* ALSA: timer: Fix use-after-free problemWang Wensheng2021-11-031-2/+2
* ALSA: timer: Fix master timer notificationTakashi Iwai2021-06-031-1/+2
* ALSA: Convert strlcpy to strscpy when return value is unusedJoe Perches2021-01-081-5/+5
* ALSA: timer: Replace tasklet with workTakashi Iwai2020-09-091-10/+10
* Merge branch 'for-linus' into for-nextTakashi Iwai2020-09-091-4/+3
|\
| * ALSA: core: convert tasklets to use new tasklet_setup() APIAllen Pais2020-09-021-4/+3
* | ALSA: core: timer: clarify operator precedencePierre-Louis Bossart2020-09-031-2/+2
* | ALSA: core: timer: remove redundant assignmentPierre-Louis Bossart2020-09-031-1/+1
|/
* ALSA: timer: fix nsec/sec initialization confusionPierre-Louis Bossart2020-01-121-1/+1
* ALSA: timer: Constify snd_timer_hardware definitionsTakashi Iwai2020-01-031-1/+1
* ALSA: core: Constify snd_device_ops definitionsTakashi Iwai2020-01-031-1/+1
* ALSA: Avoid using timespec for struct snd_timer_treadBaolin Wang2019-12-131-36/+114
* ALSA: Avoid using timespec for struct snd_timer_statusBaolin Wang2019-12-111-6/+56
* ALSA: Replace timespec with timespec64Baolin Wang2019-12-111-14/+14
* ALSA: timer: Fix the breakage of slave link openTakashi Iwai2019-11-111-3/+2
* ALSA: timer: Fix possible race at assigning a timer instanceTakashi Iwai2019-11-081-49/+48
* ALSA: timer: Make snd_timer_close() returning voidTakashi Iwai2019-11-081-11/+7
* ALSA: timer: Unify master/slave linking codeTakashi Iwai2019-11-081-33/+33
* Merge branch 'for-linus' into for-nextTakashi Iwai2019-11-071-10/+20
|\
| * ALSA: timer: Fix incorrectly assigned timer instanceTakashi Iwai2019-11-061-3/+3
| * ALSA: timer: Fix mutex deadlock at releasing cardTakashi Iwai2019-10-301-7/+17
* | ALSA: timer: Limit max amount of slave instancesTakashi Iwai2019-11-061-0/+10
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-16/+1
* Merge tag 'sound-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2019-05-091-71/+110
|\
| * ALSA: timer: Coding style fixesTakashi Iwai2019-04-101-4/+16
| * ALSA: timer: Simplify error path in snd_timer_open()Takashi Iwai2019-04-101-19/+20
| * ALSA: timer: Revert active callback sync check at closeTakashi Iwai2019-04-091-5/+6
| * ALSA: timer: Make snd_timer_close() really kill pending actionsTakashi Iwai2019-03-271-12/+33
| * ALSA: timer: Check ack_list emptiness instead of bit flagTakashi Iwai2019-03-271-6/+4
| * ALSA: timer: Make sure to clear pending ack listTakashi Iwai2019-03-271-2/+18
| * ALSA: timer: Unify timer callback process codeTakashi Iwai2019-03-271-36/+26
* | *: convert stream-like files from nonseekable_open -> stream_openKirill Smelkov2019-05-061-1/+1
|/
* ALSA: timer: catch invalid timer object creationSrikanth K H2018-07-221-0/+5
* ALSA: timer: Fix UBSAN warning at SNDRV_TIMER_IOCTL_NEXT_DEVICE ioctlTakashi Iwai2018-06-251-1/+1
* ALSA: timer: Assure timer resolution access always lockedTakashi Iwai2018-05-181-8/+15
* ALSA: timer: Simplify timer hw resolution callsTakashi Iwai2018-05-181-19/+14
* ALSA: timer: Fix pause event notificationBen Hutchings2018-05-181-2/+2
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-2/+2
* sound: annotate ->poll() instancesAl Viro2017-11-271-2/+2
* Merge branch 'for-next' into for-linusTakashi Iwai2017-11-131-4/+7
|\
| * ALSA: timer: Convert timers to use timer_setup()Kees Cook2017-10-051-4/+7
* | ALSA: timer: Limit max instances per timerTakashi Iwai2017-11-061-13/+54
|/
* ALSA: timer: Use common error handling code in alsa_timer_init()Markus Elfring2017-08-231-4/+6
* ALSA: timer: Adjust a condition check in snd_timer_resolution()Markus Elfring2017-08-231-1/+2
* Merge tag 'sound-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2017-07-061-65/+60
|\
| * ALSA: timer: Follow standard EXPORT_SYMBOL() declarationsTakashi Iwai2017-06-161-14/+13
| * ALSA: timer: Wrap with spinlock for queue accessTakashi Iwai2017-06-071-0/+4
| * ALSA: timer: Improve user queue reallocationTakashi Iwai2017-06-071-51/+43