aboutsummaryrefslogtreecommitdiffstats
path: root/sound/drivers
AgeCommit message (Expand)AuthorFilesLines
10 daysMerge tag 'sound-fix-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-3/+1
2026-08-20ALSA: mtpav: shut down output timer before card teardownRunyu Xiao1-3/+1
2026-08-19Merge tag 'sound-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds7-10/+189
2026-08-13ALSA: aloop: Drop __force castsTakashi Iwai1-2/+2
2026-08-06ALSA: portman2x4: Check card index validity at probeTakashi Iwai1-0/+6
2026-08-06ALSA: mts64: Check card index validity at probeTakashi Iwai1-0/+6
2026-08-06ALSA: virmidi: Check card index validity at probeTakashi Iwai1-0/+6
2026-08-06ALSA: serial-u16550: Check card index validity at probeTakashi Iwai1-0/+6
2026-08-06ALSA: mpu401: Check card index validity at probeTakashi Iwai1-0/+6
2026-08-06ALSA: aloop: Check card index validity at probeTakashi Iwai1-0/+6
2026-08-06ALSA: dummy: 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-21ALSA: dummy: Properly shutdown the systimer at freeingTakashi Iwai1-1/+4
2026-07-21ALSA: dummy: Implement sync_stop for systimer, tooTakashi Iwai1-0/+9
2026-07-21ALSA: dummy: Use the standard PCM sync_stop callback for hrtimerTakashi Iwai1-3/+16
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-07-07hrtimer: Move hrtimer_callback_running() to hrtimer_bases.hThomas Weißschuh (Schneider Electric)1-0/+1
2026-06-11ALSA: aloop: Use the new helper for stop-count refcountTakashi Iwai1-8/+5
2026-06-10ALSA: Improve style of pnp_device_id array terminatorsUwe Kleine-König (The Capable Hub)1-1/+1
2026-06-09ALSA: aloop: Drop superfluous breakTakashi Iwai1-1/+0
2026-05-25ALSA: drivers: Mark some variables as __ro_after_initLen Bao2-3/+3
2026-05-04ALSA: pcmtest: Return -EFAULT on pattern read copy failureCássio Gabriel1-3/+3
2026-04-27ALSA: aloop: Fix peer runtime UAF during format-change stopCássio Gabriel1-13/+30
2026-04-23Revert "ALSA: pcmtest: fix reference leak on failed device registration"Takashi Iwai1-3/+1
2026-04-21ALSA: pcmtest: Fix resource leaks in module init error pathsCássio Gabriel1-3/+12
2026-04-17ALSA: pcmtest: fix reference leak on failed device registrationGuangshuo Li1-1/+3
2026-04-17ALSA: vx: use correct function name in kernel-doc commentRandy Dunlap1-1/+1
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds1-4/+2
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds9-11/+11
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook9-13/+15
2026-02-08Merge branch 'for-linus' into for-nextTakashi Iwai1-26/+36
2026-02-03ALSA: aloop: Fix racy access at PCM triggerTakashi Iwai1-26/+36
2025-12-14ALSA: opl4: Convert to snd_seq bus probe mechanismUwe Kleine-König1-8/+5
2025-12-14ALSA: opl3: Convert to snd_seq bus probe mechanismUwe Kleine-König1-8/+5
2025-11-19ALSA: pcmtest: Replace deprecated strcpy with strscpy_pad in setup_patt_bufsThorsten Blum1-2/+2
2025-09-15ALSA: serial-generic: remove shared static bufferJohn Keeping1-5/+7
2025-09-01ALSA: serial-u16550: Use guard() for spin locksTakashi Iwai1-33/+15
2025-09-01ALSA: portman2x4: Use guard() for spin locksTakashi Iwai1-9/+3
2025-09-01ALSA: mts64: Use guard() for spin locksTakashi Iwai1-38/+19
2025-09-01ALSA: mtpav: Use guard() for spin locksTakashi Iwai1-39/+20
2025-09-01ALSA: mpu401: Use guard() for spin locksTakashi Iwai1-30/+11
2025-09-01ALSA: dummy: Use guard() for spin locksTakashi Iwai1-24/+16
2025-09-01ALSA: vx: Use guard() for mutex locksTakashi Iwai4-66/+30
2025-09-01ALSA: opl4: Use guard() for spin locksTakashi Iwai3-60/+39
2025-09-01ALSA: opl4: Use guard() for mutex locksTakashi Iwai2-24/+14
2025-09-01ALSA: opl3: Use guard() for spin locksTakashi Iwai3-60/+28
2025-09-01ALSA: opl3: Use guard() for mutex locksTakashi Iwai1-9/+7
2025-09-01ALSA: aloop: Use guard() for spin locksTakashi Iwai1-88/+87
2025-09-01ALSA: aloop: Use guard() for mutex locksTakashi Iwai1-50/+33