summaryrefslogtreecommitdiffstats
path: root/sound/isa
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-8/+8
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-8/+8
2026-02-18ALSA: isa: Add SPDX id lines to some filesTim Bird-6/+6
2025-12-14ALSA: sb: Convert to snd_seq bus probe mechanismUwe Kleine-König-8/+5
2025-11-12ALSA: gus: Remove unused declarationsYue Haibing-3/+0
2025-11-06ALSA: wavefront: Fix integer overflow in sample size validationJunrui Luo-2/+2
2025-11-06ALSA: wavefront: Clear substream pointers on closeJunrui Luo-0/+2
2025-09-01ALSA: wavefront: Use guard() for spin locksTakashi Iwai-88/+61
2025-09-01ALSA: wss: Use guard() for spin locksTakashi Iwai-157/+107
2025-09-01ALSA: wss: Use guard() for mutex locksTakashi Iwai-15/+6
2025-09-01ALSA: sscape: Use guard() for spin locksTakashi Iwai-106/+84
2025-09-01ALSA: emu8000: Use guard() for spin locksTakashi Iwai-80/+62
2025-09-01ALSA: sb: Use guard() for spin locksTakashi Iwai-418/+292
2025-09-01ALSA: sb: Use guard() for mutex locksTakashi Iwai-9/+3
2025-09-01ALSA: opti9xx: Use guard() for spin locksTakashi Iwai-27/+11
2025-09-01ALSA: opl3sa2: Use guard() for spin locksTakashi Iwai-22/+7
2025-09-01ALSA: msnd: Use guard() for spin locksTakashi Iwai-33/+15
2025-09-01ALSA: gus: Use guard() for spin locksTakashi Iwai-340/+224
2025-09-01ALSA: gus: Use guard() for mutex locksTakashi Iwai-35/+9
2025-09-01ALSA: es18xx: Use guard() for spin locksTakashi Iwai-36/+22
2025-09-01ALSA: es1688: Use guard() for spin locksTakashi Iwai-150/+130
2025-09-01ALSA: cs423x: Use guard() for spin locksTakashi Iwai-81/+47
2025-09-01ALSA: cs423x: Use guard() for mutex locksTakashi Iwai-2/+1
2025-09-01ALSA: cmi8330: Use guard() for spin locksTakashi Iwai-8/+7
2025-09-01ALSA: ad1816a: Use guard() for spin locksTakashi Iwai-80/+37
2025-07-11ALSA: wss: Use safer strscpy() instead of strcpy()Takashi Iwai-3/+3
2025-07-11ALSA: wavefront: Use safer strscpy() instead of strcpy()Takashi Iwai-8/+8
2025-07-11ALSA: sscape: Use safer strscpy() instead of strcpy()Takashi Iwai-2/+2
2025-07-11ALSA: sc6000: Use safer strscpy() instead of strcpy()Takashi Iwai-10/+10
2025-07-11ALSA: opti9xx: Use safer strscpy() instead of strcpy()Takashi Iwai-13/+13
2025-07-11ALSA: opl3sa2: Use safer strscpy() instead of strcpy()Takashi Iwai-10/+10
2025-07-11ALSA: msnd: Use safer strscpy() instead of strcpy()Takashi Iwai-13/+13
2025-07-11ALSA: gus: Use safer strscpy() instead of strcpy()Takashi Iwai-42/+42
2025-07-11ALSA: galaxy: Use safer strscpy() instead of strcpy()Takashi Iwai-2/+2
2025-07-11ALSA: es18xx: Use safer strscpy() instead of strcpy()Takashi Iwai-1/+1
2025-07-11ALSA: es1688: Use safer strscpy() instead of strcpy()Takashi Iwai-2/+2
2025-07-11ALSA: cs423x: Use safer strscpy() instead of strcpy()Takashi Iwai-2/+2
2025-07-11ALSA: cmi8330: Use safer strscpy() instead of strcpy()Takashi Iwai-4/+4
2025-07-11ALSA: cmi8328: Use safer strscpy() instead of strcpy()Takashi Iwai-10/+10
2025-07-11ALSA: als100: Use safer strscpy() instead of strcpy()Takashi Iwai-4/+4
2025-07-11ALSA: adlib: Use safer strscpy() instead of strcpy()Takashi Iwai-2/+2
2025-07-11ALSA: ad1816a: Use safer strscpy() instead of strcpy()Takashi Iwai-5/+5
2025-07-04ALSA: ad1816a: Fix potential NULL pointer deref in snd_card_ad1816a_pnp()Thorsten Blum-1/+1
2025-06-10ALSA: sb: Force to disable DMAs once when DMA mode is changedTakashi Iwai-0/+4
2025-06-10ALSA: sb: Don't allow changing the DMA mode during operationsTakashi Iwai-0/+3
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-3/+3
2025-05-13ALSA: sb: Replace deprecated strcpy() with strscpy()Thorsten Blum-10/+16
2025-05-12ALSA: msnd: Remove midi codeDr. David Alan Gilbert-173/+1
2025-05-11ALSA: isa/gus: remove snd_gf1_lfo_xxx()Kuninori Morimoto-14/+2
2025-05-08ALSA: gus: Remove deadcodeDr. David Alan Gilbert-243/+0