aboutsummaryrefslogtreecommitdiffstats
path: root/sound/isa/wavefront
AgeCommit message (Expand)AuthorFilesLines
2026-05-25ALSA: isa: Mark '*_registered' variables as __ro_after_initLen Bao1-2/+2
2026-04-29ALSA: wavefront: add suspend and resume supportCássio Gabriel3-3/+201
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-1/+1
2025-11-06ALSA: wavefront: Fix integer overflow in sample size validationJunrui Luo1-2/+2
2025-11-06ALSA: wavefront: Clear substream pointers on closeJunrui Luo1-0/+2
2025-09-01ALSA: wavefront: Use guard() for spin locksTakashi Iwai2-86/+59
2025-07-11ALSA: wavefront: Use safer strscpy() instead of strcpy()Takashi Iwai1-8/+8
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar1-1/+1
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner1-2/+2
2024-08-08ALSA: wavefront: Use standard print APITakashi Iwai4-150/+158
2024-05-08ALSA: isa: Use *-y instead of *-objs in MakefileTakashi Iwai1-1/+1
2023-11-20ALSA: wavefront: copy userspace array safelyPhilipp Stanner1-3/+3
2022-07-04ALSA: wavefront: remove redundant assignment to pointer endColin Ian King1-2/+0
2022-05-10ALSA: wavefront: Proper check of get_user() errorTakashi Iwai1-1/+2
2021-07-19ALSA: wavefront: Allocate resources with device-managed APIsTakashi Iwai1-37/+9
2021-06-09ALSA: wavefront: Fix assignment in if conditionTakashi Iwai3-32/+50
2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky1-1/+0
2021-01-26isa: Make the remove callback for isa drivers return voidUwe Kleine-König1-2/+1
2020-05-01ALSA: isa/wavefront: prevent out of bounds write in ioctlDan Carpenter1-1/+7
2019-12-11ALSA: wavefront: Support PCM sync_stopTakashi Iwai1-0/+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 Gleixner2-28/+2
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2017-10-24ALSA: wavefront: Convert timers to use timer_setup()Kees Cook1-5/+5
2017-08-17ALSA: wavefront: constify pnp_card_device_idArvind Yadav1-1/+1
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar1-1/+1
2017-04-20Annotate hardware config module parameters in sound/isa/David Howells1-9/+9
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar1-0/+1
2017-01-12ALSA: isa: Constify snd_rawmidi_opsTakashi Iwai1-2/+2
2016-05-08ALSA: isa/wavefront: prevent some out of bound writesDan Carpenter1-0/+9
2015-03-24sound: Deparenthesize negative error returnsJoe Perches2-16/+16
2015-01-28ALSA: Include linux/io.h instead of asm/io.hTakashi Iwai3-3/+3
2015-01-19ALSA: wavefront: Use setup_timer() and mod_timer()Takashi Iwai1-7/+5
2015-01-02ALSA: wss: Remove (almost) always NULL parametersLars-Peter Clausen1-2/+2
2014-02-12ALSA: isa: Convert to snd_card_new() with a device pointerTakashi Iwai1-7/+6
2013-11-13ALSA: isa: not allocating enough spaceDan Carpenter1-1/+1
2013-05-29ALSA: ISA: Remove superfluous *_set_drvdata(NULL) callsTakashi Iwai1-1/+0
2012-12-07ALSA: isa: remove __dev* attributesBill Pemberton4-37/+34
2012-10-06sound: Remove unnecessary semicolonPeter Senna Tschudin1-1/+1
2011-12-19ALSA: module_param: make bool parameters really boolRusty Russell1-3/+3
2011-10-31sound: Add module.h to the previously silent sound usersPaul Gortmaker2-0/+2
2011-10-31sound: fix drivers needing module.h not moduleparam.hPaul Gortmaker1-1/+1
2011-09-22sound: irq: Remove IRQF_DISABLEDYong Zhang1-1/+1
2011-09-14ALSA: mpu401: clean up interrupt specificationClemens Ladisch1-2/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo3-1/+2
2009-04-15Merge branch 'topic/memdup_user' into for-linusTakashi Iwai2-15/+10
2009-04-14ALSA: sound/isa: use memdup_user()Li Zefan2-15/+10
2009-04-06ALSA: wavefront - Always use request_firmware()Takashi Iwai2-2755/+0
2009-02-16Merge branch 'topic/snd_card_new-err' into topic/cs423x-mergeTakashi Iwai1-12/+14
2009-02-05ALSA: isa/*: Add missing KERN_* prefix to printkTakashi Iwai2-3/+3
2009-01-12ALSA: Return proper error code at probe in sound/isa/*Takashi Iwai1-9/+10
2009-01-12ALSA: Convert to snd_card_create() in sound/isa/*Takashi Iwai1-3/+4
2008-08-13ALSA: Kill snd_assert() in sound/isa/*Takashi Iwai3-15/+24
2008-08-06ALSA: wss_lib: rename cs4321_foo to wss_fooKrzysztof Helt1-30/+31
2008-08-06ALSA: wss_lib: rename cs4231.h into wss.hKrzysztof Helt1-0/+1
2008-07-10ALSA: wavefront - add constTakashi Iwai1-1/+1
2008-01-31[ALSA] Remove sound/driver.hTakashi Iwai4-4/+0
2008-01-31[ALSA] sound/isa: kill pnp_resource_changeRene Herman1-52/+3
2007-10-16[ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.czJaroslav Kysela1-1/+1
2007-10-16[ALSA] alsa-kernel: schedule_timeout() fixesRene Herman1-6/+4
2007-10-16[ALSA] wavefront - Use standard firmware loaderTakashi Iwai1-77/+43
2007-07-20[ALSA] Fix invalid schedule_timeout_interruptible()Takashi Iwai1-1/+1
2007-05-16[ALSA] Fix probe of non-PnP ISA devicesRene Herman1-4/+10
2007-05-11[ALSA] wavefront: only declare isapnp on CONFIG_PNPDavid Rientjes1-0/+2
2007-05-11[ALSA] add MODULE_FIRMWARE entriesClemens Ladisch1-0/+4
2007-05-11[ALSA] Don't use request_firmware if internal firmwares are definedTakashi Iwai1-8/+7
2007-05-11[ALSA] isa_bus device/driver namingRene Herman1-2/+2
2007-05-11[ALSA] Enable Kconfig options for external firmwaresTakashi Iwai1-5/+3
2007-05-11[ALSA] Port the rest of ALSA ISA drivers to isa_driverTakashi Iwai1-69/+38
2007-02-09[ALSA] wavefront: add request_firmware()Clemens Ladisch1-10/+41
2007-02-09[ALSA] wavefront: simplify YSS225 register initializationClemens Ladisch3-767/+2760
2006-12-20[ALSA] use the ALIGN macroClemens Ladisch1-1/+1
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-3/+1
2006-07-12[ALSA] wavefront: fix __init/__devinit confusionClemens Ladisch3-26/+26
2006-07-02[PATCH] irq-flags: sound: Use the new IRQF_ constantsThomas Gleixner1-2/+2
2006-06-22[ALSA] Remove zero-initialization of static variablesTakashi Iwai1-1/+1
2006-04-12[ALSA] unregister platform device again if probe was unsuccessfulRene Herman1-0/+4
2006-04-12[ALSA] continue on IS_ERR from platform device registrationRene Herman1-10/+4
2006-03-27[PATCH] PNP: adjust pnp_register_card_driver() signature: wavefrontBjorn Helgaas1-4/+6
2006-03-22[ALSA] Fix check of enable module optionTakashi Iwai1-1/+3
2006-02-01[ALSA] wavefront - Fix a compile warningTakashi Iwai1-1/+1
2006-01-22[ALSA] Fix compilation without CONFIG_PNPTakashi Iwai1-2/+5
2006-01-08[PATCH] remove gcc-2 checksAndrew Morton1-7/+0
2006-01-03[ALSA] unregister platform devicesClemens Ladisch1-8/+27
2006-01-03[ALSA] wavefront - Use platform_deviceTakashi Iwai1-123/+140
2006-01-03[ALSA] Remove xxx_t typedefs: ISA WavefrontTakashi Iwai4-46/+46
2005-11-04[ALSA] Fix schedule_timeout usageNishanth Aravamudan1-4/+2
2005-11-04[ALSA] Remove vmalloc wrapper, kfree_nocheck()Takashi Iwai1-4/+1
2005-09-12[ALSA] Add snd_card_set_generic_dev() call to ISA driversTakashi Iwai1-0/+5
2005-07-28[ALSA] wavefront - declare initialization data as staticTakashi Iwai1-17/+17
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds5-0/+4557