summaryrefslogtreecommitdiff
path: root/sound/isa/sb
AgeCommit message (Expand)Author
2023-09-02ALSA: sb: Fix wrong argument in commented codeTakashi Iwai
2023-08-18ALSA: emu8000: Convert to generic PCM copy opsTakashi Iwai
2023-07-20ALSA: control: Take controls_rwsem lock in snd_ctl_remove()Takashi Iwai
2022-09-29ALSA: sb: Use DIV_ROUND_UP() instead of open-coding itShang XiaoJing
2021-08-02Merge branch 'for-linus' into for-nextTakashi Iwai
2021-07-19ALSA: sb: Allocate resources with device-managed APIsTakashi Iwai
2021-07-17ALSA: sb: Fix potential ABBA deadlock in CSP driverTakashi Iwai
2021-06-24Merge tag 'asoc-fix-v5.13-rc7' of https://git.kernel.org/pub/scm/linux/kernel...Takashi Iwai
2021-06-09ALSA: sb: Fix potential double-free of CSP mixer elementsTakashi Iwai
2021-06-09ALSA: sb: Minor coding style fixesTakashi Iwai
2021-06-09ALSA: sb: Fix assignment in if conditionTakashi Iwai
2021-05-13ALSA: sb8: Add a comment note regarding an unused pointerAtul Gopinathan
2021-05-13Revert "ALSA: sb8: add a check for request_region"Greg Kroah-Hartman
2021-05-13Revert "ALSA: sb: fix a missing check of snd_ctl_add"Greg Kroah-Hartman
2021-04-26ALSA: sb: Fix two use after free in snd_sb_qsound_buildLv Yunlong
2021-04-26ALSA: emu8000: Fix a use after free in snd_emu8000_create_mixerLv Yunlong
2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky
2021-01-26Merge tag 'tags/isa-void-remove-callback' into for-nextTakashi Iwai
2021-01-26isa: Make the remove callback for isa drivers return voidUwe Kleine-König
2021-01-08ALSA: Convert strlcpy to strscpy when return value is unusedJoe Perches
2020-11-21ALSA: sb: Fix fall-through warnings for ClangGustavo A. R. Silva
2020-08-06Merge tag 'sound-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds
2020-07-16treewide: Remove uninitialized_var() usageKees Cook
2020-07-09ALSA: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-02-10ALSA: emu8000: Fix the cast to __user pointerTakashi Iwai
2020-01-05ALSA: sb: More constificationsTakashi Iwai
2020-01-03ALSA: isa: Constify snd_kcontrol_new itemsTakashi Iwai
2020-01-03ALSA: isa: Constify snd_device_ops definitionsTakashi Iwai
2019-12-11ALSA: sb: Support PCM sync_stopTakashi Iwai
2019-12-11ALSA: isa: Drop superfluous ioctl PCM opsTakashi Iwai
2019-12-11ALSA: sb: Use managed buffer allocationTakashi Iwai
2019-08-14ALSA: sb: remove redundant assignment to variable resultColin Ian King
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner
2019-03-16ALSA: sb8: add a check for request_regionKangjie Lu
2019-02-06ALSA: isa: Clean up with new procfs helpersTakashi Iwai
2019-02-01ALSA: isa: Avoid passing NULL to memory allocatorsTakashi Iwai
2019-01-18Merge branch 'topic/pcm-device-suspend' into for-nextTakashi Iwai
2019-01-15ALSA: isa: Remove superfluous snd_pcm_suspend*() callsTakashi Iwai
2019-01-07ALSA: sb: fix a missing check of snd_ctl_addAditya Pakki
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds
2018-10-02ALSA: sb8: Fix fall-through annotationsGustavo A. R. Silva
2018-08-03ALSA: isa: Remove empty init and exitTakashi Iwai
2018-08-02ALSA: sb: Fix a typoTakashi Iwai
2018-07-27ALSA: sb: Proper endian notationsTakashi Iwai
2018-07-27ALSA: sb: Fix sparse warning wrt PCM format typeTakashi Iwai
2018-07-27ALSA: sb: Fix PCM format bit calculationTakashi Iwai
2018-07-17ALSA: emu8000: Use swap macro in snd_emu8000_sample_newGustavo A. R. Silva
2018-07-16ALSA: sb8: remove redundant pointer runtimeColin Ian King
2017-11-13Merge tag 'asoc-v4.15' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman