summaryrefslogtreecommitdiff
path: root/sound/drivers
AgeCommit message (Expand)AuthorFilesLines
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-40/+21
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-25/+15
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-90/+89
2025-09-01ALSA: aloop: Use guard() for mutex locksTakashi Iwai1-50/+33
2025-07-11ALSA: vx: Use safer strscpy() instead of strcpy()Takashi Iwai3-3/+3
2025-07-11ALSA: virmidi: Use safer strscpy() instead of strcpy()Takashi Iwai1-3/+3
2025-07-11ALSA: serial-u16550: Use safer strscpy() instead of strcpy()Takashi Iwai1-3/+3
2025-07-11ALSA: serial-generic: Use safer strscpy() instead of strcpy()Takashi Iwai1-2/+2
2025-07-11ALSA: portman2x4: Use safer strscpy() instead of strcpy()Takashi Iwai1-3/+3
2025-07-11ALSA: pcsp: Use safer strscpy() instead of strcpy()Takashi Iwai3-4/+4
2025-07-11ALSA: opl4: Use safer strscpy() instead of strcpy()Takashi Iwai1-1/+1
2025-07-11ALSA: opl3: Use safer strscpy() instead of strcpy()Takashi Iwai1-7/+7
2025-07-11ALSA: mpu401: Use safer strscpy() instead of strcpy()Takashi Iwai1-2/+2
2025-07-07ALSA: mts64: Replace deprecated strcpy() with strscpy()Thorsten Blum1-4/+5
2025-07-04ALSA: mtpav: Replace deprecated strcpy() with strscpy()Thorsten Blum1-5/+6
2025-07-02ALSA: pcmtest: Replace deprecated strcpy() with strscpy()Thorsten Blum1-4/+5
2025-06-30ALSA: dummy: Replace deprecated strcpy() with strscpy()Thorsten Blum1-4/+5
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 Molnar7-7/+7
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner6-7/+7
2025-02-10ALSA: Switch to use hrtimer_setup()Nam Cao2-4/+2
2024-10-30sound: Switch back to struct platform_driver::remove()Uwe Kleine-König3-3/+3
2024-08-18ALSA: aloop: Allow using global timersIvan Orlov1-0/+2
2024-08-08ALSA: pcsp: Use standard print APITakashi Iwai3-30/+31
2024-08-08ALSA: dummy: Use standard print APITakashi Iwai1-3/+2
2024-08-08ALSA: aloop: Use standard print APITakashi Iwai1-1/+1
2024-08-08ALSA: vx_core: Use standard print APITakashi Iwai4-48/+44
2024-08-08ALSA: vx_core: Drop unused dev fieldTakashi Iwai1-1/+1
2024-08-08ALSA: virmidi: Use standard print APITakashi Iwai1-4/+4
2024-08-08ALSA: serial-u16550: Use standard print APITakashi Iwai1-20/+21
2024-08-08ALSA: opl4: Use standard print APITakashi Iwai2-5/+5
2024-08-08ALSA: opl3: Use standard print APITakashi Iwai4-73/+56
2024-08-08ALSA: mtpav: Use standard print APITakashi Iwai1-9/+5
2024-08-08ALSA: mpu401_uart: Use standard print APITakashi Iwai1-14/+17
2024-08-08ALSA: mpu401: Use standard print APITakashi Iwai1-8/+8
2024-08-08ALSA: mts64: Use standard print APITakashi Iwai1-9/+9
2024-08-08ALSA: portman2x4: Use standard print APITakashi Iwai1-10/+9
2024-08-01ALSA: aloop: use snd_pcm_direction_name()Kuninori Morimoto1-2/+1
2024-07-03parport: Remove parport_driver.devmodelDr. David Alan Gilbert2-2/+0