summaryrefslogtreecommitdiff
path: root/sound/drivers/aloop.c
AgeCommit message (Expand)AuthorFilesLines
9 daystreewide: refresh kmalloc_obj() conversionsKees Cook1-2/+2
2026-08-13ALSA: aloop: Drop __force castsTakashi Iwai1-2/+2
2026-08-06ALSA: aloop: Check card index validity at probeTakashi Iwai1-0/+6
2026-08-03ALSA: aloop: Fix spinlock deadlock in loopback_hrtimer_stop()Yu-Hsuan Hsu1-1/+1
2026-07-15ALSA: aloop: make read-only array texts static constColin Ian King1-1/+1
2026-07-08ALSA: aloop: Add 'hrtimer' option to timer_sourceYu-Hsuan Hsu1-3/+115
2026-06-11ALSA: aloop: Use the new helper for stop-count refcountTakashi Iwai1-8/+5
2026-06-09ALSA: aloop: Drop superfluous breakTakashi Iwai1-1/+0
2026-04-27ALSA: aloop: Fix peer runtime UAF during format-change stopCássio Gabriel1-13/+30
2026-02-03ALSA: aloop: Fix racy access at PCM triggerTakashi Iwai1-26/+36
2025-09-01ALSA: aloop: Use guard() for spin locksTakashi Iwai1-88/+87
2025-09-01ALSA: aloop: Use guard() for mutex locksTakashi Iwai1-50/+33
2025-06-20ALSA: aloop: Replace deprecated strcpy() with strscpy()Thorsten Blum1-4/+5
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar1-1/+1
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner1-2/+2
2024-08-18ALSA: aloop: Allow using global timersIvan Orlov1-0/+2
2024-08-08ALSA: aloop: Use standard print APITakashi Iwai1-1/+1
2024-08-01ALSA: aloop: use snd_pcm_direction_name()Kuninori Morimoto1-2/+1
2024-04-18ALSA: aloop: add support for up to 768kHz sample ratePavel Hofman1-2/+2
2024-04-18ALSA: aloop: add DSD formatsPavel Hofman1-1/+4
2024-02-12ALSA: aloop: Replace with DEFINE_SIMPLE_DEV_PM_OPS()Takashi Iwai1-7/+2
2024-01-12ALSA: aloop: Introduce a function to get if access is interleaved modeChancel Liu1-6/+17
2023-10-06ALSA: aloop: Add control element for getting the access modeIvan Orlov1-1/+44
2023-10-06ALSA: aloop: Add support for the non-interleaved access modeIvan Orlov1-3/+28
2022-09-27ALSA: aloop: Replace runtime->status->state reference to runtime->stateTakashi Iwai1-2/+2
2022-09-02ALSA: aloop: Fix random zeros in capture data when using jiffies timerPattara Teerapong1-3/+4
2021-07-19ALSA: aloop: Allocate resources with device-managed APIsTakashi Iwai1-18/+8
2021-04-08Merge tag 'sound-5.12-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-3/+8
2021-04-07ALSA: aloop: Fix initialization of controlsJonas Holmberg1-3/+8
2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky1-1/+0
2020-12-25ALSA: aloop: Use DIV_ROUND_UP() instead of open-coding itLars-Peter Clausen1-1/+1
2020-11-21ALSA: aloop: Constify ops structsRikard Falkeborn1-3/+3
2020-09-09ALSA: aloop: Replace tasklet with workTakashi Iwai1-12/+11
2020-02-10ALSA: aloop: Fix PCM format assignmentTakashi Iwai1-3/+3
2020-01-03ALSA: drivers: Constify snd_kcontrol_new itemsTakashi Iwai1-1/+1
2019-12-17Merge tag 'y2038-alsa-v8-signed' of git://git.kernel.org:/pub/scm/linux/kerne...Takashi Iwai1-1/+1
2019-12-11ALSA: Replace timespec with timespec64Baolin Wang1-1/+1
2019-12-11ALSA: drivers: Drop superfluous ioctl PCM opsTakashi Iwai1-1/+0
2019-12-11ALSA: aloop: Use managed buffer allocationTakashi Iwai1-10/+2
2019-11-27ALSA: aloop: Avoid pointer dereference before null-checkAndrew Gabbasov1-4/+4
2019-11-22ALSA: aloop: Avoid unexpected timer event callback taskletsAndrew Gabbasov1-3/+4
2019-11-22ALSA: aloop: Remove redundant locking in timer open functionAndrew Gabbasov1-15/+8
2019-11-20ALSA: aloop: Support runtime change of snd_timer via info interfaceAndrew Gabbasov1-3/+34
2019-11-20ALSA: aloop: Support selection of snd_timer instead of jiffiesTimo Wischer1-1/+476
2019-11-20ALSA: aloop: Move CABLE_VALID_BOTH to the top of fileTimo Wischer1-4/+4
2019-11-20ALSA: aloop: Rename all jiffies timer specific functionsTimo Wischer1-13/+15
2019-11-20ALSA: aloop: Use callback functions for timer specific implementationsTimo Wischer1-19/+94
2019-11-20ALSA: aloop: Support return of error code for timer start and stopTimo Wischer1-11/+19
2019-11-20ALSA: aloop: Describe units of variablesTimo Wischer1-2/+4
2019-11-06ALSA: aloop: Convert to the common vmalloc memallocTakashi Iwai1-4/+4