aboutsummaryrefslogtreecommitdiffstats
path: root/sound/isa
AgeCommit message (Expand)AuthorFilesLines
2023-11-20ALSA: wavefront: copy userspace array safelyPhilipp Stanner1-3/+3
2023-09-15ALSA: cs4231: Fix -Wformat-truncation warning for longname stringTakashi Iwai1-6/+6
2023-09-15ALSA: ad1848: Fix -Wformat-truncation warning for longname stringTakashi Iwai1-6/+6
2023-09-15ALSA: opti9x: Fix -Wformat-truncation warningTakashi Iwai2-12/+12
2023-09-15ALSA: es1688: Fix -Wformat-truncation warningTakashi Iwai1-3/+3
2023-09-15ALSA: cs4236: Fix -Wformat-truncation warningTakashi Iwai1-7/+7
2023-09-15ALSA: sscape: Fix -Wformat-truncation warningTakashi Iwai1-1/+1
2023-09-02ALSA: sb: Fix wrong argument in commented codeTakashi Iwai1-1/+1
2023-08-18ALSA: emu8000: Convert to generic PCM copy opsTakashi Iwai1-58/+16
2023-08-18ALSA: gus: Convert to generic PCM copy opsTakashi Iwai1-20/+3
2023-07-20ALSA: control: Take controls_rwsem lock in snd_ctl_remove()Takashi Iwai2-4/+0
2023-06-26Merge branch 'for-next' into for-linusTakashi Iwai1-0/+1
2023-06-06ALSA: gus: Fix kctl->id initializationTakashi Iwai1-1/+1
2023-05-22ALSA: add HAS_IOPORT dependenciesNiklas Schnelle1-0/+1
2022-09-29ALSA: sb: Use DIV_ROUND_UP() instead of open-coding itShang XiaoJing1-1/+1
2022-09-20ALSA: es18xx: Remove the unneeded result variableye xingchen1-4/+1
2022-07-04ALSA: wavefront: remove redundant assignment to pointer endColin Ian King1-2/+0
2022-05-30Merge tag 'm68knommu-for-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2022-05-16m68k: coldfire: drop ISA_DMA_API supportArnd Bergmann1-1/+1
2022-05-10ALSA: wavefront: Proper check of get_user() errorTakashi Iwai1-1/+2
2022-04-12ALSA: sc6000: Fix the missing snd_card_free() call at probe errorTakashi Iwai1-1/+6
2022-04-12ALSA: galaxy: Fix the missing snd_card_free() call at probe errorTakashi Iwai1-1/+6
2022-03-27ALSA: cs4236: fix an incorrect NULL check on list iteratorXiaomeng Tong1-3/+5
2021-12-13ALSA: gus: Fix memory leaks at memory allocator error pathsTakashi Iwai1-12/+12
2021-12-13ALSA: gus: Fix erroneous memory allocationTakashi Iwai1-1/+1
2021-12-13ALSA: sound/isa/gus: check the return value of kstrdup()Xiaoke Wang1-2/+6
2021-10-26ALSA: gus: fix null pointer dereference on pointer blockChengfeng Ye1-0/+2
2021-10-17ALSA: ISA: not for M68KRandy Dunlap1-1/+1
2021-09-07ALSA: gus: Fix repeated probe for ISA interwave cardTakashi Iwai1-30/+31
2021-09-07ALSA: gus: Fix repeated probes of snd_gus_create()Takashi Iwai1-13/+31
2021-08-09ALSA: msnd: Use proper mmap methodTakashi Iwai1-2/+6
2021-08-05ALSA: es1688: Avoid devres management for es1688 object creationTakashi Iwai1-9/+20
2021-08-02Merge branch 'for-linus' into for-nextTakashi Iwai1-0/+4
2021-07-21ALSA: sc6000: Use explicit cast for __iomem pointerTakashi Iwai1-2/+2
2021-07-20ALSA: sc6000: Assign vport directly on card's private_dataTakashi Iwai1-10/+9
2021-07-20ALSA: sc6000: Fix incorrect sizeof operatorColin Ian King1-1/+1
2021-07-20ALSA: opti9xx: fix missing { } around an if blockColin Ian King1-1/+2
2021-07-19ALSA: wavefront: Allocate resources with device-managed APIsTakashi Iwai1-37/+9
2021-07-19ALSA: sscape: Allocate resources with device-managed APIsTakashi Iwai1-72/+20
2021-07-19ALSA: sc6000: Allocate resources with device-managed APIsTakashi Iwai1-47/+26
2021-07-19ALSA: opl3sa2: Allocate resources with device-managed APIsTakashi Iwai1-49/+11
2021-07-19ALSA: opti9xx: Allocate resources with device-managed APIsTakashi Iwai2-112/+44
2021-07-19ALSA: msnd: Allocate resources with device-managed APIsTakashi Iwai1-91/+28
2021-07-19ALSA: gus: Allocate resources with device-managed APIsTakashi Iwai5-161/+68
2021-07-19ALSA: galaxy: Allocate resources with device-managed APIsTakashi Iwai1-49/+33
2021-07-19ALSA: es18xx: Allocate resources with device-managed APIsTakashi Iwai1-92/+20
2021-07-19ALSA: es1688: Allocate resources with device-managed APIsTakashi Iwai2-44/+18
2021-07-19ALSA: cs423x: Allocate resources with device-managed APIsTakashi Iwai2-60/+13
2021-07-19ALSA: cmi8330: Allocate resources with device-managed APIsTakashi Iwai1-23/+4
2021-07-19ALSA: cmi8328: Allocate resources with device-managed APIsTakashi Iwai1-21/+10
2021-07-19ALSA: azt2320: Allocate resources with device-managed APIsTakashi Iwai1-37/+12
2021-07-19ALSA: als100: Allocate resources with device-managed APIsTakashi Iwai1-31/+10
2021-07-19ALSA: adlib: Allocate resources with device-managed APIsTakashi Iwai1-22/+6
2021-07-19ALSA: ad1848: Allocate resources with device-managed APIsTakashi Iwai1-14/+5
2021-07-19ALSA: sb: Allocate resources with device-managed APIsTakashi Iwai5-189/+52
2021-07-19ALSA: wss: Allocate resources with device-managed APIsTakashi Iwai2-58/+11
2021-07-19ALSA: ad1816a: Allocate resources with device-managed APIsTakashi Iwai2-74/+16
2021-07-17ALSA: sb: Fix potential ABBA deadlock in CSP driverTakashi Iwai1-0/+4
2021-07-07ALSA: isa: Fix error return code in snd_cmi8330_probe()Zhen Lei1-1/+1
2021-06-24Merge tag 'asoc-fix-v5.13-rc7' of https://git.kernel.org/pub/scm/linux/kernel...Takashi Iwai3-23/+10
2021-06-09ALSA: isa: Fix assignment in if conditionTakashi Iwai2-4/+8
2021-06-09ALSA: azt2320: Fix assignment in if conditionTakashi Iwai1-7/+14
2021-06-09ALSA: als100: Fix assignment in if conditionTakashi Iwai1-6/+12
2021-06-09ALSA: cmi8330: Fix assignment in if conditionTakashi Iwai1-14/+23
2021-06-09ALSA: es18xx: Fix assignment in if conditionTakashi Iwai1-17/+34
2021-06-09ALSA: opl3sa2: Fix assignment in if conditionTakashi Iwai1-24/+44
2021-06-09ALSA: opti9xx: Fix assignment in if conditionTakashi Iwai2-18/+36
2021-06-09ALSA: cs423x: Fix assignment in if conditionTakashi Iwai2-11/+22
2021-06-09ALSA: wavefront: Fix assignment in if conditionTakashi Iwai3-32/+50
2021-06-09ALSA: ad1816a: Fix assignment in if conditionTakashi Iwai2-18/+32
2021-06-09ALSA: gus: Fix assignment in if conditionTakashi Iwai9-67/+124
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-14ALSA: gus: Replace unsafe strcpy() with strscpy()YueHaibing1-1/+1
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: gus: add a check of the status of snd_ctl_add"Greg Kroah-Hartman1-11/+2
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 Romanovsky21-115/+1
2021-01-26Merge tag 'tags/isa-void-remove-callback' into for-nextTakashi Iwai23-48/+25
2021-01-26isa: Make the remove callback for isa drivers return voidUwe Kleine-König23-48/+25
2021-01-08ALSA: Convert strlcpy to strscpy when return value is unusedJoe Perches6-10/+10
2020-11-21ALSA: sb: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2020-08-21Merge tag 'sound-5.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds1-3/+3
2020-08-16ALSA: isa: fix spelling mistakes in the commentsLiang Wang1-3/+3
2020-08-06Merge tag 'sound-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds9-27/+26
2020-08-06ALSA: isa: delete repeated words in commentsRandy Dunlap2-2/+2
2020-07-16treewide: Remove uninitialized_var() usageKees Cook1-1/+1
2020-07-09ALSA: Replace with fallthrough pseudo keyword in the remaining placesTakashi Iwai1-1/+1
2020-07-09ALSA: Use fallthrough pseudo-keywordGustavo A. R. Silva5-21/+21
2020-07-07ALSA: isa/gus: remove 'set but not used' warningPierre-Louis Bossart1-1/+2
2020-07-07ALSA: isa/gus: remove -Wmissing-prototypes warningsPierre-Louis Bossart1-2/+0
2020-06-03ALSA: es1688: Add the missed snd_card_free()Chuhong Yuan1-1/+3
2020-05-28Merge branch 'for-linus' into for-nextTakashi Iwai2-6/+12
2020-05-01ALSA: isa/wavefront: prevent out of bounds write in ioctlDan Carpenter1-1/+7
2020-04-30ALSA: opti9xx: shut up gcc-10 range warningArnd Bergmann2-6/+12
2020-04-17ALSA: Fix misspellings of "Analog Devices"Geert Uytterhoeven1-1/+1
2020-02-10ALSA: emu8000: Fix the cast to __user pointerTakashi Iwai1-2/+2
2020-01-28Merge tag 'sound-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds36-328/+208
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-1/+1
2020-01-05ALSA: sc6000: More constificationTakashi Iwai1-2/+2
2020-01-05ALSA: wss: More constificationsTakashi Iwai1-3/+3
2020-01-05ALSA: opti9xx: More constificationsTakashi Iwai2-18/+18
2020-01-05ALSA: gus: More constificationsTakashi Iwai7-23/+24
2020-01-05ALSA: es18xx: More constificationsTakashi Iwai1-5/+5
2020-01-05ALSA: es1688: More constificationsTakashi Iwai2-5/+5
2020-01-05ALSA: cmi8330: More constificationsTakashi Iwai1-4/+4
2020-01-05ALSA: sb: More constificationsTakashi Iwai5-37/+37
2020-01-05ALSA: cs423x: More constificationTakashi Iwai1-1/+1
2020-01-05ALSA: cmi8328: More constificationsTakashi Iwai1-12/+12
2020-01-03ALSA: isa: Constify snd_kcontrol_new itemsTakashi Iwai13-45/+45
2020-01-03ALSA: info: Make snd_info_entry_ops as constTakashi Iwai1-1/+1
2020-01-03ALSA: Constify snd_timer_hardware definitionsTakashi Iwai2-3/+3
2020-01-03ALSA: isa: Constify snd_device_ops definitionsTakashi Iwai8-8/+8
2020-01-01ALSA: ad1816a: constify copied structureJulia Lawall1-1/+1
2019-12-11ALSA: wss: Support PCM sync_stopTakashi Iwai1-0/+1
2019-12-11ALSA: wavefront: Support PCM sync_stopTakashi Iwai1-0/+1
2019-12-11ALSA: sb: Support PCM sync_stopTakashi Iwai1-0/+1
2019-12-11ALSA: opti9xx: Support PCM sync_stopTakashi Iwai1-0/+1
2019-12-11ALSA: opl3sa2: Support PCM sync_stopTakashi Iwai1-0/+1
2019-12-11ALSA: msnd: Support PCM sync_stopTakashi Iwai1-0/+1
2019-12-11ALSA: gus: Support PCM sync_stopTakashi Iwai3-1/+4
2019-12-11ALSA: es18xx: Support PCM sync_stopTakashi Iwai1-0/+1
2019-12-11ALSA: es1688: Support PCM sync_stopTakashi Iwai1-0/+1
2019-12-11ALSA: ad1816a: Support PCM sync_stopTakashi Iwai1-0/+1
2019-12-11ALSA: isa: Drop superfluous ioctl PCM opsTakashi Iwai8-15/+0
2019-12-11ALSA: es1688: Drop superfluous ioctl PCM opsTakashi Iwai1-8/+0
2019-12-11ALSA: wss: Use managed buffer allocationTakashi Iwai1-21/+2
2019-12-11ALSA: gus: Use managed buffer allocationTakashi Iwai1-19/+9
2019-12-11ALSA: sb: Use managed buffer allocationTakashi Iwai2-38/+4
2019-12-11ALSA: es18xx: Use managed buffer allocationTakashi Iwai1-19/+5
2019-12-11ALSA: es1688: Use managed buffer allocationTakashi Iwai1-18/+2
2019-12-11ALSA: cmi8330: Use managed buffer allocationTakashi Iwai1-3/+2
2019-12-11ALSA: ad1816a: Use managed buffer allocationTakashi Iwai1-18/+2
2019-11-22ALSA: cs4236: fix error return comparison of an unsigned integerColin Ian King1-1/+2
2019-10-07sound: Fix Kconfig indentationKrzysztof Kozlowski1-9/+9
2019-08-14ALSA: sb: remove redundant assignment to variable resultColin Ian King1-1/+1
2019-08-02ALSA: isa/wavefront: remove redundant assignment to pointer bptrColin Ian King1-1/+0
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 371Thomas Gleixner1-4/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 370Thomas Gleixner1-4/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner53-803/+53
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-4/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner5-71/+5
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner3-42/+3
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner8-0/+8
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner2-0/+2
2019-04-28ALSA: gus: fix misuse of %xFuqian Huang1-1/+1
2019-03-16ALSA: sb8: add a check for request_regionKangjie Lu1-0/+4
2019-02-14ALSA: es1688: Remove set but not used variable 'hw'YueHaibing1-3/+1
2019-02-06ALSA: isa: Clean up with new procfs helpersTakashi Iwai4-16/+5
2019-02-01ALSA: isa: Avoid passing NULL to memory allocatorsTakashi Iwai9-12/+13
2019-01-18Merge branch 'topic/pcm-device-suspend' into for-nextTakashi Iwai10-12/+0
2019-01-15ALSA: isa: Remove superfluous snd_pcm_suspend*() callsTakashi Iwai10-12/+0
2019-01-07ALSA: sb: fix a missing check of snd_ctl_addAditya Pakki1-3/+7
2019-01-07ALSA: gus: add a check of the status of snd_ctl_addKangjie Lu1-2/+11
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds1-2/+2
2018-11-24ALSA: wss: Fix invalid snd_free_pages() at error pathTakashi Iwai1-2/+0
2018-10-12ALSA: opti92xx-ad1848: Use the standard fall-through annotationTakashi Iwai1-2/+4
2018-10-02ALSA: sb8: Fix fall-through annotationsGustavo A. R. Silva1-5/+5
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
2017-08-17ALSA: wavefront: constify pnp_card_device_idArvind Yadav1-1/+1
2017-08-17ALSA: sscape: constify pnp_card_device_idArvind Yadav1-1/+1
2017-08-17ALSA: sb16: constify pnp_card_device_idArvind Yadav1-1/+1
2017-08-17ALSA: opti9xx: constify pnp_card_device_idArvind Yadav2-2/+2
2017-08-17ALSA: msnd: constify pnp_card_device_idArvind Yadav1-1/+1