aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sound/isa
AgeCommit message (Expand)AuthorFilesLines
2026-04-12ALSA: sscape: Add suspend and resume supportCássio Gabriel1-0/+93
2026-04-12ALSA: sscape: Cache per-card resources for board reinitializationCássio Gabriel1-95/+139
2026-04-10ALSA: interwave: guard PM-only restore helpers with CONFIG_PMCássio Gabriel1-38/+38
2026-04-10ALSA: sc6000: Restore board setup across suspendCássio Gabriel1-1/+40
2026-04-10ALSA: sc6000: Keep the programmed board state in card-private dataCássio Gabriel1-60/+92
2026-04-09ALSA: msnd: add ISA and PnP system sleep callbacksCássio Gabriel2-2/+95
2026-04-09ALSA: msnd: prepare system sleep supportCássio Gabriel3-23/+54
2026-04-08ALSA: interwave: add ISA and PnP suspend and resume callbacksCássio Gabriel1-27/+151
2026-04-06ALSA: gusmax: add ISA suspend and resume callbacksCássio Gabriel1-1/+27
2026-04-06ALSA: gusextreme: add ISA suspend and resume callbacksCássio Gabriel1-9/+48
2026-04-06ALSA: gusclassic: add ISA suspend and resume callbacksCássio Gabriel1-1/+20
2026-04-06ALSA: gus: add shared GF1 suspend and resume helpersCássio Gabriel6-13/+186
2026-04-01ALSA: es1688: add ISA suspend and resume callbacksCássio Gabriel1-13/+37
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds7-8/+8
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook7-8/+8
2026-02-18ALSA: isa: Add SPDX id lines to some filesTim Bird6-6/+6
2025-12-14ALSA: sb: Convert to snd_seq bus probe mechanismUwe Kleine-König1-8/+5
2025-11-12ALSA: gus: Remove unused declarationsYue Haibing1-3/+0
2025-11-06ALSA: wavefront: Fix integer overflow in sample size validationJunrui Luo1-2/+2
2025-11-06ALSA: wavefront: Clear substream pointers on closeJunrui Luo1-0/+2
2025-09-01ALSA: wavefront: Use guard() for spin locksTakashi Iwai2-86/+59
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-103/+81
2025-09-01ALSA: emu8000: Use guard() for spin locksTakashi Iwai2-79/+61
2025-09-01ALSA: sb: Use guard() for spin locksTakashi Iwai7-414/+288
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-339/+223
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-148/+128
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