summaryrefslogtreecommitdiffstats
path: root/sound/isa/sb
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' into for-nextTakashi Iwai2021-08-021-0/+4
|\
| * ALSA: sb: Fix potential ABBA deadlock in CSP driverTakashi Iwai2021-07-171-0/+4
* | ALSA: sb: Allocate resources with device-managed APIsTakashi Iwai2021-07-195-189/+52
|/
* Merge tag 'asoc-fix-v5.13-rc7' of https://git.kernel.org/pub/scm/linux/kernel...Takashi Iwai2021-06-242-12/+8
|\
| * ALSA: sb8: Add a comment note regarding an unused pointerAtul Gopinathan2021-05-131-1/+5
| * Revert "ALSA: sb8: add a check for request_region"Greg Kroah-Hartman2021-05-131-4/+0
| * Revert "ALSA: sb: fix a missing check of snd_ctl_add"Greg Kroah-Hartman2021-05-131-7/+3
* | ALSA: sb: Fix potential double-free of CSP mixer elementsTakashi Iwai2021-06-091-2/+6
* | ALSA: sb: Minor coding style fixesTakashi Iwai2021-06-092-15/+14
* | ALSA: sb: Fix assignment in if conditionTakashi Iwai2021-06-0911-89/+130
|/
* ALSA: sb: Fix two use after free in snd_sb_qsound_buildLv Yunlong2021-04-261-2/+6
* ALSA: emu8000: Fix a use after free in snd_emu8000_create_mixerLv Yunlong2021-04-261-1/+3
* module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky2021-03-173-12/+0
* Merge tag 'tags/isa-void-remove-callback' into for-nextTakashi Iwai2021-01-263-6/+3
|\
| * isa: Make the remove callback for isa drivers return voidUwe Kleine-König2021-01-263-6/+3
* | ALSA: Convert strlcpy to strscpy when return value is unusedJoe Perches2021-01-082-2/+2
|/
* ALSA: sb: Fix fall-through warnings for ClangGustavo A. R. Silva2020-11-211-0/+1
* Merge tag 'sound-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2020-08-061-5/+5
|\
| * ALSA: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-091-5/+5
* | treewide: Remove uninitialized_var() usageKees Cook2020-07-161-1/+1
|/
* ALSA: emu8000: Fix the cast to __user pointerTakashi Iwai2020-02-101-2/+2
* ALSA: sb: More constificationsTakashi Iwai2020-01-055-37/+37
* ALSA: isa: Constify snd_kcontrol_new itemsTakashi Iwai2020-01-032-8/+8
* ALSA: isa: Constify snd_device_ops definitionsTakashi Iwai2020-01-032-2/+2
* ALSA: sb: Support PCM sync_stopTakashi Iwai2019-12-111-0/+1
* ALSA: isa: Drop superfluous ioctl PCM opsTakashi Iwai2019-12-113-5/+0
* ALSA: sb: Use managed buffer allocationTakashi Iwai2019-12-112-38/+4
* ALSA: sb: remove redundant assignment to variable resultColin Ian King2019-08-141-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-3014-207/+14
* ALSA: sb8: add a check for request_regionKangjie Lu2019-03-161-0/+4
* ALSA: isa: Clean up with new procfs helpersTakashi Iwai2019-02-061-3/+2
* ALSA: isa: Avoid passing NULL to memory allocatorsTakashi Iwai2019-02-012-2/+2
* Merge branch 'topic/pcm-device-suspend' into for-nextTakashi Iwai2019-01-183-3/+0
|\
| * ALSA: isa: Remove superfluous snd_pcm_suspend*() callsTakashi Iwai2019-01-153-3/+0
* | ALSA: sb: fix a missing check of snd_ctl_addAditya Pakki2019-01-071-3/+7
|/
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-031-2/+2
* ALSA: sb8: Fix fall-through annotationsGustavo A. R. Silva2018-10-021-5/+5
* ALSA: isa: Remove empty init and exitTakashi Iwai2018-08-034-64/+0
* ALSA: sb: Fix a typoTakashi Iwai2018-08-021-1/+1
* ALSA: sb: Proper endian notationsTakashi Iwai2018-07-271-15/+15
* ALSA: sb: Fix sparse warning wrt PCM format typeTakashi Iwai2018-07-271-3/+3
* ALSA: sb: Fix PCM format bit calculationTakashi Iwai2018-07-271-3/+6
* ALSA: emu8000: Use swap macro in snd_emu8000_sample_newGustavo A. R. Silva2018-07-171-5/+2
* ALSA: sb8: remove redundant pointer runtimeColin Ian King2018-07-161-3/+0
* Merge tag 'asoc-v4.15' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai2017-11-131-0/+1
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | ALSA: sb: Minor optimization / fix of timer usage in sb8_midi.cTakashi Iwai2017-10-251-2/+2
* | ALSA: sb: Convert timers to use timer_setup()Kees Cook2017-10-252-9/+8
|/
* ALSA: isa: make snd_pcm_hardware constBhumika Goyal2017-08-173-5/+5
* ALSA: sb16: constify pnp_card_device_idArvind Yadav2017-08-171-1/+1