summaryrefslogtreecommitdiff
path: root/sound/isa
AgeCommit message (Expand)AuthorFilesLines
2023-08-11treewide: Remove uninitialized_var() usageKees Cook1-1/+1
2022-05-25ALSA: wavefront: Proper check of get_user() errorTakashi Iwai1-1/+2
2022-04-15ALSA: cs4236: fix an incorrect NULL check on list iteratorXiaomeng Tong1-3/+5
2021-11-26ALSA: gus: fix null pointer dereference on pointer blockChengfeng Ye1-0/+2
2021-11-26ALSA: ISA: not for M68KRandy Dunlap1-1/+1
2021-07-28ALSA: sb: Fix potential ABBA deadlock in CSP driverTakashi Iwai1-0/+4
2021-07-20ALSA: isa: Fix error return code in snd_cmi8330_probe()Zhen Lei1-1/+1
2021-07-20ALSA: sb: Fix potential double-free of CSP mixer elementsTakashi Iwai1-2/+6
2021-05-26Revert "ALSA: sb8: add a check for request_region"Greg Kroah-Hartman1-4/+0
2021-05-22ALSA: sb: Fix two use after free in snd_sb_qsound_buildLv Yunlong1-2/+6
2021-05-22ALSA: emu8000: Fix a use after free in snd_emu8000_create_mixerLv Yunlong1-1/+3
2020-06-25ALSA: isa/wavefront: prevent out of bounds write in ioctlDan Carpenter1-1/+7
2020-06-22ALSA: es1688: Add the missed snd_card_free()Chuhong Yuan1-1/+3
2020-05-06ALSA: opti9xx: shut up gcc-10 range warningArnd Bergmann2-6/+12
2020-01-09ALSA: cs4236: fix error return comparison of an unsigned integerColin Ian King1-1/+2
2019-04-20ALSA: sb8: add a check for request_regionKangjie Lu1-0/+4
2018-12-05ALSA: wss: Fix invalid snd_free_pages() at error pathTakashi Iwai1-2/+0
2018-08-03ALSA: isa: Remove empty init and exitTakashi Iwai7-112/+0
2018-08-03ALSA: gus: fix spelling mistake "acumulator" -> "accumulator"Colin Ian King1-1/+1
2018-08-03ALSA: es18xx: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2018-08-03ALSA: opti9xx: mark expected switch fall-throughsGustavo A. R. Silva1-0/+5
2018-08-03ALSA: opti92x: mark expected switch fall-throughsGustavo A. R. Silva1-0/+3
2018-08-03ALSA: galaxy: Mark expected switch fall-throughsGustavo A. R. Silva1-0/+3
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-27ALSA: wss: Fix sparse warning wrt PCM format typeTakashi Iwai1-1/+1
2018-07-27ALSA: ad1816a: Fix sparse warning wrt PCM format typeTakashi Iwai1-1/+2
2018-07-26ALSA: msnd: Use NULL instead of 0Takashi Iwai1-1/+1
2018-07-26ALSA: msnd: Fix the default sample sizesTakashi Iwai1-2/+2
2018-07-26ALSA: msnd: Add missing __iomem annotationsTakashi Iwai4-12/+12
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
2018-07-16ALSA: gus: remove redundant pointer private_dataColin Ian King1-2/+0
2018-07-16ALSA: es1688: remove redundant pointer chipColin Ian King1-2/+0
2018-06-26ALSA: Fix references to Documentation/.*/MultiSoundMauro Carvalho Chehab1-1/+1
2018-06-07Merge tag 'media/v4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds1-1/+2
2018-05-28sound: Use octal not symbolic permissionsJoe Perches1-16/+16
2018-05-02ALSA: sc6000: fix spelling mistake: "iomaped" -> "iomapped"Colin Ian King1-2/+2
2018-04-23ALSA: cmi8328: array_find() can be statickbuild test robot1-2/+2
2018-04-20media: sound, isapnp: allow building more drivers with COMPILE_TESTMauro Carvalho Chehab1-3/+3
2018-04-20media: sound, media: allow building ISA drivers it with COMPILE_TESTMauro Carvalho Chehab1-4/+5
2017-11-29ALSA: gus: Delete an error message for a failed memory allocation in snd_gf1_...Markus Elfring1-3/+2
2017-11-13Merge tag 'asoc-v4.15' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai5-0/+5
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman5-0/+5
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-10-24ALSA: wavefront: Convert timers to use timer_setup()Kees Cook1-5/+5
2017-08-17ALSA: isa: make snd_pcm_hardware constBhumika Goyal9-17/+17