summaryrefslogtreecommitdiffstats
path: root/sound/drivers
AgeCommit message (Expand)AuthorLines
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-4/+2
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-11/+11
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-13/+15
2026-02-08Merge branch 'for-linus' into for-nextTakashi Iwai-26/+36
2026-02-03ALSA: aloop: Fix racy access at PCM triggerTakashi Iwai-26/+36
2025-12-14ALSA: opl4: Convert to snd_seq bus probe mechanismUwe Kleine-König-8/+5
2025-12-14ALSA: opl3: Convert to snd_seq bus probe mechanismUwe Kleine-König-8/+5
2025-11-19ALSA: pcmtest: Replace deprecated strcpy with strscpy_pad in setup_patt_bufsThorsten Blum-2/+2
2025-09-15ALSA: serial-generic: remove shared static bufferJohn Keeping-5/+7
2025-09-01ALSA: serial-u16550: Use guard() for spin locksTakashi Iwai-33/+15
2025-09-01ALSA: portman2x4: Use guard() for spin locksTakashi Iwai-9/+3
2025-09-01ALSA: mts64: Use guard() for spin locksTakashi Iwai-38/+19
2025-09-01ALSA: mtpav: Use guard() for spin locksTakashi Iwai-40/+21
2025-09-01ALSA: mpu401: Use guard() for spin locksTakashi Iwai-30/+11
2025-09-01ALSA: dummy: Use guard() for spin locksTakashi Iwai-24/+16
2025-09-01ALSA: vx: Use guard() for mutex locksTakashi Iwai-66/+30
2025-09-01ALSA: opl4: Use guard() for spin locksTakashi Iwai-60/+39
2025-09-01ALSA: opl4: Use guard() for mutex locksTakashi Iwai-25/+15
2025-09-01ALSA: opl3: Use guard() for spin locksTakashi Iwai-60/+28
2025-09-01ALSA: opl3: Use guard() for mutex locksTakashi Iwai-9/+7
2025-09-01ALSA: aloop: Use guard() for spin locksTakashi Iwai-90/+89
2025-09-01ALSA: aloop: Use guard() for mutex locksTakashi Iwai-50/+33
2025-07-11ALSA: vx: Use safer strscpy() instead of strcpy()Takashi Iwai-3/+3
2025-07-11ALSA: virmidi: Use safer strscpy() instead of strcpy()Takashi Iwai-3/+3
2025-07-11ALSA: serial-u16550: Use safer strscpy() instead of strcpy()Takashi Iwai-3/+3
2025-07-11ALSA: serial-generic: Use safer strscpy() instead of strcpy()Takashi Iwai-2/+2
2025-07-11ALSA: portman2x4: Use safer strscpy() instead of strcpy()Takashi Iwai-3/+3
2025-07-11ALSA: pcsp: Use safer strscpy() instead of strcpy()Takashi Iwai-4/+4
2025-07-11ALSA: opl4: Use safer strscpy() instead of strcpy()Takashi Iwai-1/+1
2025-07-11ALSA: opl3: Use safer strscpy() instead of strcpy()Takashi Iwai-7/+7
2025-07-11ALSA: mpu401: Use safer strscpy() instead of strcpy()Takashi Iwai-2/+2
2025-07-07ALSA: mts64: Replace deprecated strcpy() with strscpy()Thorsten Blum-4/+5
2025-07-04ALSA: mtpav: Replace deprecated strcpy() with strscpy()Thorsten Blum-5/+6
2025-07-02ALSA: pcmtest: Replace deprecated strcpy() with strscpy()Thorsten Blum-4/+5
2025-06-30ALSA: dummy: Replace deprecated strcpy() with strscpy()Thorsten Blum-4/+5
2025-06-20ALSA: aloop: Replace deprecated strcpy() with strscpy()Thorsten Blum-4/+5
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-7/+7
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner-7/+7
2025-02-10ALSA: Switch to use hrtimer_setup()Nam Cao-4/+2
2024-10-30sound: Switch back to struct platform_driver::remove()Uwe Kleine-König-3/+3
2024-08-18ALSA: aloop: Allow using global timersIvan Orlov-0/+2
2024-08-08ALSA: pcsp: Use standard print APITakashi Iwai-30/+31
2024-08-08ALSA: dummy: Use standard print APITakashi Iwai-3/+2
2024-08-08ALSA: aloop: Use standard print APITakashi Iwai-1/+1
2024-08-08ALSA: vx_core: Use standard print APITakashi Iwai-48/+44
2024-08-08ALSA: vx_core: Drop unused dev fieldTakashi Iwai-1/+1
2024-08-08ALSA: virmidi: Use standard print APITakashi Iwai-4/+4
2024-08-08ALSA: serial-u16550: Use standard print APITakashi Iwai-20/+21
2024-08-08ALSA: opl4: Use standard print APITakashi Iwai-5/+5
2024-08-08ALSA: opl3: Use standard print APITakashi Iwai-73/+56