summaryrefslogtreecommitdiffstats
path: root/sound/isa/sb
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-2/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-2/+2
2026-02-18ALSA: isa: Add SPDX id lines to some filesTim Bird-6/+2
2025-12-14ALSA: sb: Convert to snd_seq bus probe mechanismUwe Kleine-König-8/+5
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-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-2/+2
2025-05-13ALSA: sb: Replace deprecated strcpy() with strscpy()Thorsten Blum-10/+16
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner-3/+3
2025-01-10ALSA: sb: Use str_enabled_disabled() helper in info_read()Thorsten Blum-2/+3
2024-08-08ALSA: sb: Use standard print APITakashi Iwai-94/+105
2024-06-18ALSA: sb: Drop NULL check for snd_ctl_remove()Takashi Iwai-12/+6
2024-05-08ALSA: isa: Use *-y instead of *-objs in MakefileTakashi Iwai-9/+9
2024-04-07ALSA: emux: centralize & improve patch info validationOswald Buddenhagen-13/+0
2023-09-02ALSA: sb: Fix wrong argument in commented codeTakashi Iwai-1/+1
2023-08-18ALSA: emu8000: Convert to generic PCM copy opsTakashi Iwai-58/+16
2023-07-20ALSA: control: Take controls_rwsem lock in snd_ctl_remove()Takashi Iwai-4/+0
2022-09-29ALSA: sb: Use DIV_ROUND_UP() instead of open-coding itShang XiaoJing-1/+1
2021-08-02Merge branch 'for-linus' into for-nextTakashi Iwai-0/+4
2021-07-19ALSA: sb: Allocate resources with device-managed APIsTakashi Iwai-189/+52
2021-07-17ALSA: sb: Fix potential ABBA deadlock in CSP driverTakashi Iwai-0/+4
2021-06-24Merge tag 'asoc-fix-v5.13-rc7' of https://git.kernel.org/pub/scm/linux/kernel...Takashi Iwai-12/+8
2021-06-09ALSA: sb: Fix potential double-free of CSP mixer elementsTakashi Iwai-2/+6
2021-06-09ALSA: sb: Minor coding style fixesTakashi Iwai-15/+14
2021-06-09ALSA: sb: Fix assignment in if conditionTakashi Iwai-89/+130
2021-05-13ALSA: sb8: Add a comment note regarding an unused pointerAtul Gopinathan-1/+5
2021-05-13Revert "ALSA: sb8: add a check for request_region"Greg Kroah-Hartman-4/+0
2021-05-13Revert "ALSA: sb: fix a missing check of snd_ctl_add"Greg Kroah-Hartman-7/+3
2021-04-26ALSA: sb: Fix two use after free in snd_sb_qsound_buildLv Yunlong-2/+6
2021-04-26ALSA: emu8000: Fix a use after free in snd_emu8000_create_mixerLv Yunlong-1/+3
2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky-12/+0
2021-01-26Merge tag 'tags/isa-void-remove-callback' into for-nextTakashi Iwai-6/+3
2021-01-26isa: Make the remove callback for isa drivers return voidUwe Kleine-König-6/+3
2021-01-08ALSA: Convert strlcpy to strscpy when return value is unusedJoe Perches-2/+2
2020-11-21ALSA: sb: Fix fall-through warnings for ClangGustavo A. R. Silva-0/+1
2020-08-06Merge tag 'sound-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds-5/+5
2020-07-16treewide: Remove uninitialized_var() usageKees Cook-1/+1
2020-07-09ALSA: Use fallthrough pseudo-keywordGustavo A. R. Silva-5/+5
2020-02-10ALSA: emu8000: Fix the cast to __user pointerTakashi Iwai-2/+2
2020-01-05ALSA: sb: More constificationsTakashi Iwai-37/+37
2020-01-03ALSA: isa: Constify snd_kcontrol_new itemsTakashi Iwai-8/+8
2020-01-03ALSA: isa: Constify snd_device_ops definitionsTakashi Iwai-2/+2
2019-12-11ALSA: sb: Support PCM sync_stopTakashi Iwai-0/+1
2019-12-11ALSA: isa: Drop superfluous ioctl PCM opsTakashi Iwai-5/+0
2019-12-11ALSA: sb: Use managed buffer allocationTakashi Iwai-38/+4
2019-08-14ALSA: sb: remove redundant assignment to variable resultColin Ian King-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner-207/+14