summaryrefslogtreecommitdiffstats
path: root/sound/isa
Commit message (Expand)AuthorAgeFilesLines
* ALSA: wavefront: Proper check of get_user() errorTakashi Iwai2022-05-251-1/+2
* ALSA: cs4236: fix an incorrect NULL check on list iteratorXiaomeng Tong2022-04-151-3/+5
* ALSA: gus: fix null pointer dereference on pointer blockChengfeng Ye2021-11-261-0/+2
* ALSA: ISA: not for M68KRandy Dunlap2021-11-261-1/+1
* ALSA: sb: Fix potential ABBA deadlock in CSP driverTakashi Iwai2021-07-281-0/+4
* ALSA: isa: Fix error return code in snd_cmi8330_probe()Zhen Lei2021-07-201-1/+1
* ALSA: sb: Fix potential double-free of CSP mixer elementsTakashi Iwai2021-07-201-2/+6
* Revert "ALSA: gus: add a check of the status of snd_ctl_add"Greg Kroah-Hartman2021-06-031-11/+2
* Revert "ALSA: sb: fix a missing check of snd_ctl_add"Greg Kroah-Hartman2021-06-031-7/+3
* Revert "ALSA: sb8: add a check for request_region"Greg Kroah-Hartman2021-05-261-4/+0
* ALSA: sb: Fix two use after free in snd_sb_qsound_buildLv Yunlong2021-05-111-2/+6
* ALSA: emu8000: Fix a use after free in snd_emu8000_create_mixerLv Yunlong2021-05-111-1/+3
* ALSA: isa/wavefront: prevent out of bounds write in ioctlDan Carpenter2020-06-241-1/+7
* ALSA: es1688: Add the missed snd_card_free()Chuhong Yuan2020-06-171-1/+3
* ALSA: opti9xx: shut up gcc-10 range warningArnd Bergmann2020-05-062-6/+12
* ALSA: cs4236: fix error return comparison of an unsigned integerColin Ian King2020-01-091-1/+2
* ALSA: sb: remove redundant assignment to variable resultColin Ian King2019-08-141-1/+1
* ALSA: isa/wavefront: remove redundant assignment to pointer bptrColin Ian King2019-08-021-1/+0
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 371Thomas Gleixner2019-06-051-4/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 370Thomas Gleixner2019-06-051-4/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-3053-803/+53
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-4/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner2019-05-245-71/+5
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner2019-05-213-42/+3
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-218-0/+8
* treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-212-0/+2
* ALSA: gus: fix misuse of %xFuqian Huang2019-04-281-1/+1
* ALSA: sb8: add a check for request_regionKangjie Lu2019-03-161-0/+4
* ALSA: es1688: Remove set but not used variable 'hw'YueHaibing2019-02-141-3/+1
* ALSA: isa: Clean up with new procfs helpersTakashi Iwai2019-02-064-16/+5
* ALSA: isa: Avoid passing NULL to memory allocatorsTakashi Iwai2019-02-019-12/+13
* Merge branch 'topic/pcm-device-suspend' into for-nextTakashi Iwai2019-01-1810-12/+0
|\
| * ALSA: isa: Remove superfluous snd_pcm_suspend*() callsTakashi Iwai2019-01-1510-12/+0
* | ALSA: sb: fix a missing check of snd_ctl_addAditya Pakki2019-01-071-3/+7
* | ALSA: gus: add a check of the status of snd_ctl_addKangjie Lu2019-01-071-2/+11
|/
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-031-2/+2
* ALSA: wss: Fix invalid snd_free_pages() at error pathTakashi Iwai2018-11-241-2/+0
* ALSA: opti92xx-ad1848: Use the standard fall-through annotationTakashi Iwai2018-10-121-2/+4
* ALSA: sb8: Fix fall-through annotationsGustavo A. R. Silva2018-10-021-5/+5
* ALSA: isa: Remove empty init and exitTakashi Iwai2018-08-037-112/+0
* ALSA: gus: fix spelling mistake "acumulator" -> "accumulator"Colin Ian King2018-08-031-1/+1
* ALSA: es18xx: mark expected switch fall-throughGustavo A. R. Silva2018-08-031-0/+1
* ALSA: opti9xx: mark expected switch fall-throughsGustavo A. R. Silva2018-08-031-0/+5
* ALSA: opti92x: mark expected switch fall-throughsGustavo A. R. Silva2018-08-031-0/+3
* ALSA: galaxy: Mark expected switch fall-throughsGustavo A. R. Silva2018-08-031-0/+3
* 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: wss: Fix sparse warning wrt PCM format typeTakashi Iwai2018-07-271-1/+1