aboutsummaryrefslogtreecommitdiffstats
path: root/sound/isa/sb (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-29ALSA: sb: Use DIV_ROUND_UP() instead of open-coding itShang XiaoJing1-1/+1
2021-08-02Merge branch 'for-linus' into for-nextTakashi Iwai1-0/+4
2021-07-19ALSA: sb: Allocate resources with device-managed APIsTakashi Iwai5-189/+52
2021-07-17ALSA: sb: Fix potential ABBA deadlock in CSP driverTakashi Iwai1-0/+4
2021-06-24Merge tag 'asoc-fix-v5.13-rc7' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-nextTakashi Iwai2-12/+8
2021-06-09ALSA: sb: Fix potential double-free of CSP mixer elementsTakashi Iwai1-2/+6
2021-06-09ALSA: sb: Minor coding style fixesTakashi Iwai2-15/+14
2021-06-09ALSA: sb: Fix assignment in if conditionTakashi Iwai11-89/+130
2021-05-13ALSA: sb8: Add a comment note regarding an unused pointerAtul Gopinathan1-1/+5
2021-05-13Revert "ALSA: sb8: add a check for request_region"Greg Kroah-Hartman1-4/+0
2021-05-13Revert "ALSA: sb: fix a missing check of snd_ctl_add"Greg Kroah-Hartman1-7/+3
2021-04-26ALSA: sb: Fix two use after free in snd_sb_qsound_buildLv Yunlong1-2/+6
2021-04-26ALSA: emu8000: Fix a use after free in snd_emu8000_create_mixerLv Yunlong1-1/+3
2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky3-12/+0
2021-01-26Merge tag 'tags/isa-void-remove-callback' into for-nextTakashi Iwai3-6/+3
2021-01-26isa: Make the remove callback for isa drivers return voidUwe Kleine-König3-6/+3
2021-01-08ALSA: Convert strlcpy to strscpy when return value is unusedJoe Perches2-2/+2
2020-11-21ALSA: sb: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2020-08-06Merge tag 'sound-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-5/+5
2020-07-16treewide: Remove uninitialized_var() usageKees Cook1-1/+1
2020-07-09ALSA: Use fallthrough pseudo-keywordGustavo A. R. Silva1-5/+5
2020-02-10ALSA: emu8000: Fix the cast to __user pointerTakashi Iwai1-2/+2
2020-01-05ALSA: sb: More constificationsTakashi Iwai5-37/+37
2020-01-03ALSA: isa: Constify snd_kcontrol_new itemsTakashi Iwai2-8/+8
2020-01-03ALSA: isa: Constify snd_device_ops definitionsTakashi Iwai2-2/+2
2019-12-11ALSA: sb: Support PCM sync_stopTakashi Iwai1-0/+1
2019-12-11ALSA: isa: Drop superfluous ioctl PCM opsTakashi Iwai3-5/+0
2019-12-11ALSA: sb: Use managed buffer allocationTakashi Iwai2-38/+4
2019-08-14ALSA: sb: remove redundant assignment to variable resultColin Ian King1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner14-207/+14
2019-03-16ALSA: sb8: add a check for request_regionKangjie Lu1-0/+4
2019-02-06ALSA: isa: Clean up with new procfs helpersTakashi Iwai1-3/+2
2019-02-01ALSA: isa: Avoid passing NULL to memory allocatorsTakashi Iwai2-2/+2
2019-01-18Merge branch 'topic/pcm-device-suspend' into for-nextTakashi Iwai3-3/+0
2019-01-15ALSA: isa: Remove superfluous snd_pcm_suspend*() callsTakashi Iwai3-3/+0
2019-01-07ALSA: sb: fix a missing check of snd_ctl_addAditya Pakki1-3/+7
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds1-2/+2
2018-10-02ALSA: sb8: Fix fall-through annotationsGustavo A. R. Silva1-5/+5
2018-08-03ALSA: isa: Remove empty init and exitTakashi Iwai4-64/+0
2018-08-02ALSA: sb: Fix a typoTakashi Iwai1-1/+1
2018-07-27ALSA: sb: Proper endian notationsTakashi Iwai1-15/+15
2018-07-27ALSA: sb: Fix sparse warning wrt PCM format typeTakashi Iwai1-3/+3
2018-07-27ALSA: sb: Fix PCM format bit calculationTakashi Iwai1-3/+6
2018-07-17ALSA: emu8000: Use swap macro in snd_emu8000_sample_newGustavo A. R. Silva1-5/+2
2018-07-16ALSA: sb8: remove redundant pointer runtimeColin Ian King1-3/+0
2017-11-13Merge tag 'asoc-v4.15' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusTakashi Iwai1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-25ALSA: sb: Minor optimization / fix of timer usage in sb8_midi.cTakashi Iwai1-2/+2
2017-10-25ALSA: sb: Convert timers to use timer_setup()Kees Cook2-9/+8
2017-08-17ALSA: isa: make snd_pcm_hardware constBhumika Goyal3-5/+5