summaryrefslogtreecommitdiff
path: root/sound/isa
AgeCommit message (Expand)AuthorFilesLines
2025-12-18ALSA: wavefront: Fix integer overflow in sample size validationJunrui Luo1-2/+2
2025-12-18ALSA: wavefront: Clear substream pointers on closeJunrui Luo1-0/+2
2025-09-01ALSA: wavefront: Use guard() for spin locksTakashi Iwai2-88/+61
2025-09-01ALSA: wss: Use guard() for spin locksTakashi Iwai1-157/+107
2025-09-01ALSA: wss: Use guard() for mutex locksTakashi Iwai1-15/+6
2025-09-01ALSA: sscape: Use guard() for spin locksTakashi Iwai1-106/+84
2025-09-01ALSA: emu8000: Use guard() for spin locksTakashi Iwai2-80/+62
2025-09-01ALSA: sb: Use guard() for spin locksTakashi Iwai7-418/+292
2025-09-01ALSA: sb: Use guard() for mutex locksTakashi Iwai1-9/+3
2025-09-01ALSA: opti9xx: Use guard() for spin locksTakashi Iwai2-27/+11
2025-09-01ALSA: opl3sa2: Use guard() for spin locksTakashi Iwai1-22/+7
2025-09-01ALSA: msnd: Use guard() for spin locksTakashi Iwai3-33/+15
2025-09-01ALSA: gus: Use guard() for spin locksTakashi Iwai11-340/+224
2025-09-01ALSA: gus: Use guard() for mutex locksTakashi Iwai3-35/+9
2025-09-01ALSA: es18xx: Use guard() for spin locksTakashi Iwai1-36/+22
2025-09-01ALSA: es1688: Use guard() for spin locksTakashi Iwai1-150/+130
2025-09-01ALSA: cs423x: Use guard() for spin locksTakashi Iwai1-81/+47
2025-09-01ALSA: cs423x: Use guard() for mutex locksTakashi Iwai1-2/+1
2025-09-01ALSA: cmi8330: Use guard() for spin locksTakashi Iwai1-8/+7
2025-09-01ALSA: ad1816a: Use guard() for spin locksTakashi Iwai1-80/+37
2025-07-11ALSA: wss: Use safer strscpy() instead of strcpy()Takashi Iwai1-3/+3
2025-07-11ALSA: wavefront: Use safer strscpy() instead of strcpy()Takashi Iwai1-8/+8
2025-07-11ALSA: sscape: Use safer strscpy() instead of strcpy()Takashi Iwai1-2/+2
2025-07-11ALSA: sc6000: Use safer strscpy() instead of strcpy()Takashi Iwai1-10/+10
2025-07-11ALSA: opti9xx: Use safer strscpy() instead of strcpy()Takashi Iwai2-13/+13
2025-07-11ALSA: opl3sa2: Use safer strscpy() instead of strcpy()Takashi Iwai1-10/+10
2025-07-11ALSA: msnd: Use safer strscpy() instead of strcpy()Takashi Iwai3-13/+13
2025-07-11ALSA: gus: Use safer strscpy() instead of strcpy()Takashi Iwai8-42/+42
2025-07-11ALSA: galaxy: Use safer strscpy() instead of strcpy()Takashi Iwai1-2/+2
2025-07-11ALSA: es18xx: Use safer strscpy() instead of strcpy()Takashi Iwai1-1/+1
2025-07-11ALSA: es1688: Use safer strscpy() instead of strcpy()Takashi Iwai1-2/+2
2025-07-11ALSA: cs423x: Use safer strscpy() instead of strcpy()Takashi Iwai2-2/+2
2025-07-11ALSA: cmi8330: Use safer strscpy() instead of strcpy()Takashi Iwai1-4/+4
2025-07-11ALSA: cmi8328: Use safer strscpy() instead of strcpy()Takashi Iwai1-10/+10
2025-07-11ALSA: als100: Use safer strscpy() instead of strcpy()Takashi Iwai1-4/+4
2025-07-11ALSA: adlib: Use safer strscpy() instead of strcpy()Takashi Iwai1-2/+2
2025-07-11ALSA: ad1816a: Use safer strscpy() instead of strcpy()Takashi Iwai2-5/+5
2025-07-04ALSA: ad1816a: Fix potential NULL pointer deref in snd_card_ad1816a_pnp()Thorsten Blum1-1/+1
2025-06-10ALSA: sb: Force to disable DMAs once when DMA mode is changedTakashi Iwai1-0/+4
2025-06-10ALSA: sb: Don't allow changing the DMA mode during operationsTakashi Iwai1-0/+3
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar3-3/+3
2025-05-13ALSA: sb: Replace deprecated strcpy() with strscpy()Thorsten Blum6-10/+16
2025-05-12ALSA: msnd: Remove midi codeDr. David Alan Gilbert4-173/+1
2025-05-11ALSA: isa/gus: remove snd_gf1_lfo_xxx()Kuninori Morimoto1-14/+2
2025-05-08ALSA: gus: Remove deadcodeDr. David Alan Gilbert2-243/+0
2025-04-08ALSA: azt2320: Replace deprecated strcpy() with strscpy()Thorsten Blum1-2/+2
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner3-5/+5
2025-02-28ALSA: es18xx: Fix spelling mistake "grap" -> "grab"Colin Ian King1-4/+4
2025-02-27ALSA: opti9xx: fix inconsistent indenting warning in snd_opti9xx_configure()Charles Han1-1/+1
2025-01-10ALSA: sb: Use str_enabled_disabled() helper in info_read()Thorsten Blum1-2/+3