summaryrefslogtreecommitdiffstats
path: root/sound/drivers/opl4
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-12-14ALSA: opl4: Convert to snd_seq bus probe mechanismUwe Kleine-König-8/+5
2025-09-01ALSA: opl4: Use guard() for spin locksTakashi Iwai-60/+39
2025-09-01ALSA: opl4: Use guard() for mutex locksTakashi Iwai-25/+15
2025-07-11ALSA: opl4: Use safer strscpy() instead of strcpy()Takashi Iwai-1/+1
2024-08-08ALSA: opl4: Use standard print APITakashi Iwai-5/+5
2024-05-08ALSA: drivers: Use *-y instead of *-objs in MakefileTakashi Iwai-2/+2
2020-01-05ALSA: opl4: More constificationTakashi Iwai-1/+1
2020-01-03ALSA: drivers: Constify snd_kcontrol_new itemsTakashi Iwai-1/+1
2020-01-03ALSA: seq: Constify struct snd_midi_opTakashi Iwai-1/+1
2020-01-03ALSA: info: Make snd_info_entry_ops as constTakashi Iwai-1/+1
2020-01-03ALSA: drivers: Constify snd_device_ops definitionsTakashi Iwai-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner-42/+3
2019-02-06ALSA: opl4: Remove superfluous snd_info_register() callsTakashi Iwai-4/+0
2018-08-03ALSA: drivers: Remove empty init and exitTakashi Iwai-12/+0
2018-05-28sound: Use octal not symbolic permissionsJoe Perches-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-07-06ALSA: opl4: Move inline before return typeJoe Perches-1/+1
2017-06-12ALSA: seq: Allow the modular sequencer registrationTakashi Iwai-3/+3
2017-05-17ALSA: opl4: Use IS_REACHABLE()Takashi Iwai-3/+3
2015-05-29ALSA: opl4: Fix / cleanup ifdef CONFIG_PROC_FSTakashi Iwai-11/+7
2015-02-12ALSA: seq: Define driver object in each driverTakashi Iwai-19/+14
2015-01-28ALSA: Include linux/io.h instead of asm/io.hTakashi Iwai-2/+2
2012-09-05ALSA: opl4: use list_move_tail instead of list_del/list_add_tailWei Yongjun-6/+3
2011-10-31sound: Add export.h for THIS_MODULE/EXPORT_SYMBOL where neededPaul Gortmaker-0/+1
2011-10-31sound: Add module.h to the previously silent sound usersPaul Gortmaker-0/+2
2010-05-10ALSA: opl4 - Fix a wrong argument in proc write callbackTakashi Iwai-1/+1
2010-04-13ALSA: info - Implement common llseek for binary modeTakashi Iwai-24/+0
2010-04-13ALSA: info - Check file position validity in common layerTakashi Iwai-30/+16
2010-04-13ALSA: info - Use standard types for info callbacksTakashi Iwai-8/+13
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+1
2009-05-29ALSA: clean up the logic for building sequencer modulesMichal Marek-9/+1
2008-08-13ALSA: Kill snd_assert() in other placesTakashi Iwai-1/+1
2007-10-16[ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.czJaroslav Kysela-1/+1
2006-09-23[ALSA] opl4: Use SEEK_{SET,CUR,END} instead of hardcoded valuesJosef 'Jeff' Sipek-3/+3
2006-09-23[ALSA] Fix disconnection of proc interfaceTakashi Iwai-2/+1
2006-06-22[ALSA] add more sequencer port type information bitsClemens Ladisch-1/+3
2006-06-22[ALSA] opl4 - Move EXPORT_SYMBOL() to adjacent to each functionTakashi Iwai-4/+8
2006-03-22[ALSA] semaphore -> mutex (driver part)Ingo Molnar-13/+13
2006-01-03[ALSA] seq: set client name in snd_seq_create_kernel_client()Clemens Ladisch-9/+2
2006-01-03[ALSA] seq: remove struct snd_seq_client_callbackClemens Ladisch-5/+1
2006-01-03[ALSA] Remove xxx_t typedefs: OPL4Takashi Iwai-262/+266
2005-11-04[ALSA] Remove vmalloc wrapper, kfree_nocheck()Takashi Iwai-8/+2
2005-09-12[ALSA] Replace with kzalloc() - othersTakashi Iwai-1/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds-0/+2606