summaryrefslogtreecommitdiffstats
path: root/sound/isa/msnd
AgeCommit message (Expand)AuthorLines
2026-02-18ALSA: isa: Add SPDX id lines to some filesTim Bird-0/+1
2025-09-01ALSA: msnd: Use guard() for spin locksTakashi Iwai-33/+15
2025-07-11ALSA: msnd: Use safer strscpy() instead of strcpy()Takashi Iwai-13/+13
2025-05-12ALSA: msnd: Remove midi codeDr. David Alan Gilbert-173/+1
2024-08-08ALSA: msnd: Use standard print APITakashi Iwai-122/+112
2024-05-08ALSA: isa: Use *-y instead of *-objs in MakefileTakashi Iwai-3/+3
2021-08-09ALSA: msnd: Use proper mmap methodTakashi Iwai-2/+6
2021-07-19ALSA: msnd: Allocate resources with device-managed APIsTakashi Iwai-91/+28
2021-01-26isa: Make the remove callback for isa drivers return voidUwe Kleine-König-2/+1
2020-07-09ALSA: Use fallthrough pseudo-keywordGustavo A. R. Silva-3/+1
2020-01-28Merge tag 'sound-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds-4/+3
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig-1/+1
2020-01-03ALSA: isa: Constify snd_kcontrol_new itemsTakashi Iwai-1/+1
2020-01-03ALSA: isa: Constify snd_device_ops definitionsTakashi Iwai-1/+1
2019-12-11ALSA: msnd: Support PCM sync_stopTakashi Iwai-0/+1
2019-12-11ALSA: isa: Drop superfluous ioctl PCM opsTakashi Iwai-2/+0
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner-16/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner-4/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner-71/+5
2018-07-26ALSA: msnd: Use NULL instead of 0Takashi Iwai-1/+1
2018-07-26ALSA: msnd: Fix the default sample sizesTakashi Iwai-2/+2
2018-07-26ALSA: msnd: Add missing __iomem annotationsTakashi Iwai-12/+12
2018-05-28sound: Use octal not symbolic permissionsJoe Perches-16/+16
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-08-17ALSA: isa: make snd_pcm_hardware constBhumika Goyal-2/+2
2017-08-17ALSA: msnd: constify pnp_card_device_idArvind Yadav-1/+1
2017-08-12ALSA: msnd: constify snd_pcm_ops structuresArvind Yadav-2/+2
2017-07-07ALSA: msnd: Optimize / harden DSP and MIDI loopsTakashi Iwai-26/+27
2017-04-20Annotate hardware config module parameters in sound/isa/David Howells-10/+10
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-1/+1
2015-03-05ALSA: msnd: add some missing curly bracesDan Carpenter-1/+2
2015-01-04ALSA: Deletion of checks before the function call "iounmap"Markus Elfring-2/+1
2015-01-02ALSA: msnd: Remove always NULL parameterLars-Peter Clausen-7/+3
2014-10-21ALSA: msnd: Use snd_ctl_enum_info()Takashi Iwai-9/+2
2014-02-12ALSA: isa: Convert to snd_card_new() with a device pointerTakashi Iwai-6/+5
2013-11-12ALSA: msnd: Avoid duplicated driver nameTakashi Iwai-2/+2
2013-05-29ALSA: ISA: Remove superfluous *_set_drvdata(NULL) callsTakashi Iwai-1/+0
2012-12-07ALSA: isa: remove __dev* attributesBill Pemberton-24/+24
2011-12-19ALSA: module_param: make bool parameters really boolRusty Russell-1/+1
2011-10-31sound: Add export.h for THIS_MODULE/EXPORT_SYMBOL where neededPaul Gortmaker-0/+2
2011-10-31sound: Add module.h to the previously silent sound usersPaul Gortmaker-0/+1
2011-09-14ALSA: mpu401: clean up interrupt specificationClemens Ladisch-1/+1
2011-07-26snd_msnd ->mode is fmode_t, not mode_tAl Viro-1/+1
2010-09-08ALSA: msnd-classic: Fix invalid cfg parameterTakashi Iwai-2/+6
2010-07-29ALSA: msnd: check request_region() return valueKulikov Vasiliy-1/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+1
2009-12-19ALSA: Use kzalloc for allocating only one thingJulia Lawall-1/+1
2009-04-28ALSA: Add missing SNDRV_PCM_INFO_BATCH flag to some driversTakashi Iwai-2/+4
2009-02-04ALSA: msnd - Fix build error with CONFIG_PNP=nTakashi Iwai-2/+5