summaryrefslogtreecommitdiffstats
path: root/sound/isa/wavefront
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-1/+1
2025-11-06ALSA: wavefront: Fix integer overflow in sample size validationJunrui Luo-2/+2
2025-11-06ALSA: wavefront: Clear substream pointers on closeJunrui Luo-0/+2
2025-09-01ALSA: wavefront: Use guard() for spin locksTakashi Iwai-88/+61
2025-07-11ALSA: wavefront: Use safer strscpy() instead of strcpy()Takashi Iwai-8/+8
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-1/+1
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner-2/+2
2024-08-08ALSA: wavefront: Use standard print APITakashi Iwai-150/+158
2024-05-08ALSA: isa: Use *-y instead of *-objs in MakefileTakashi Iwai-1/+1
2023-11-20ALSA: wavefront: copy userspace array safelyPhilipp Stanner-3/+3
2022-07-04ALSA: wavefront: remove redundant assignment to pointer endColin Ian King-2/+0
2022-05-10ALSA: wavefront: Proper check of get_user() errorTakashi Iwai-1/+2
2021-07-19ALSA: wavefront: Allocate resources with device-managed APIsTakashi Iwai-37/+9
2021-06-09ALSA: wavefront: Fix assignment in if conditionTakashi Iwai-32/+50
2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky-1/+0
2021-01-26isa: Make the remove callback for isa drivers return voidUwe Kleine-König-2/+1
2020-05-01ALSA: isa/wavefront: prevent out of bounds write in ioctlDan Carpenter-1/+7
2019-12-11ALSA: wavefront: Support PCM sync_stopTakashi Iwai-0/+1
2019-08-02ALSA: isa/wavefront: remove redundant assignment to pointer bptrColin Ian King-1/+0
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 371Thomas Gleixner-4/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 370Thomas Gleixner-4/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner-28/+2
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+1
2017-10-24ALSA: wavefront: Convert timers to use timer_setup()Kees Cook-5/+5
2017-08-17ALSA: wavefront: constify pnp_card_device_idArvind Yadav-1/+1
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar-1/+1
2017-04-20Annotate hardware config module parameters in sound/isa/David Howells-9/+9
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar-0/+1
2017-01-12ALSA: isa: Constify snd_rawmidi_opsTakashi Iwai-2/+2
2016-05-08ALSA: isa/wavefront: prevent some out of bound writesDan Carpenter-0/+9
2015-03-24sound: Deparenthesize negative error returnsJoe Perches-16/+16
2015-01-28ALSA: Include linux/io.h instead of asm/io.hTakashi Iwai-3/+3
2015-01-19ALSA: wavefront: Use setup_timer() and mod_timer()Takashi Iwai-7/+5
2015-01-02ALSA: wss: Remove (almost) always NULL parametersLars-Peter Clausen-2/+2
2014-02-12ALSA: isa: Convert to snd_card_new() with a device pointerTakashi Iwai-7/+6
2013-11-13ALSA: isa: not allocating enough spaceDan Carpenter-1/+1
2013-05-29ALSA: ISA: Remove superfluous *_set_drvdata(NULL) callsTakashi Iwai-1/+0
2012-12-07ALSA: isa: remove __dev* attributesBill Pemberton-37/+34
2012-10-06sound: Remove unnecessary semicolonPeter Senna Tschudin-1/+1
2011-12-19ALSA: module_param: make bool parameters really boolRusty Russell-3/+3
2011-10-31sound: Add module.h to the previously silent sound usersPaul Gortmaker-0/+2
2011-10-31sound: fix drivers needing module.h not moduleparam.hPaul Gortmaker-1/+1
2011-09-22sound: irq: Remove IRQF_DISABLEDYong Zhang-1/+1
2011-09-14ALSA: mpu401: clean up interrupt specificationClemens Ladisch-2/+1
2011-03-31Fix common misspellingsLucas De Marchi-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-1/+2
2009-04-15Merge branch 'topic/memdup_user' into for-linusTakashi Iwai-15/+10
2009-04-14ALSA: sound/isa: use memdup_user()Li Zefan-15/+10
2009-04-06ALSA: wavefront - Always use request_firmware()Takashi Iwai-2755/+0