aboutsummaryrefslogtreecommitdiff
path: root/sound/drivers/opl4
AgeCommit message (Expand)AuthorFilesLines
2020-01-05ALSA: opl4: More constificationGravatar Takashi Iwai 1-1/+1
2020-01-03ALSA: drivers: Constify snd_kcontrol_new itemsGravatar Takashi Iwai 1-1/+1
2020-01-03ALSA: seq: Constify struct snd_midi_opGravatar Takashi Iwai 1-1/+1
2020-01-03ALSA: info: Make snd_info_entry_ops as constGravatar Takashi Iwai 1-1/+1
2020-01-03ALSA: drivers: Constify snd_device_ops definitionsGravatar Takashi Iwai 1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Gravatar Thomas Gleixner 3-42/+3
2019-02-06ALSA: opl4: Remove superfluous snd_info_register() callsGravatar Takashi Iwai 1-4/+0
2018-08-03ALSA: drivers: Remove empty init and exitGravatar Takashi Iwai 1-12/+0
2018-05-28sound: Use octal not symbolic permissionsGravatar Joe Perches 1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-07-06ALSA: opl4: Move inline before return typeGravatar Joe Perches 1-1/+1
2017-06-12ALSA: seq: Allow the modular sequencer registrationGravatar Takashi Iwai 2-3/+3
2017-05-17ALSA: opl4: Use IS_REACHABLE()Gravatar Takashi Iwai 2-3/+3
2015-05-29ALSA: opl4: Fix / cleanup ifdef CONFIG_PROC_FSGravatar Takashi Iwai 4-11/+7
2015-02-12ALSA: seq: Define driver object in each driverGravatar Takashi Iwai 1-19/+14
2015-01-28ALSA: Include linux/io.h instead of asm/io.hGravatar Takashi Iwai 2-2/+2
2012-09-05ALSA: opl4: use list_move_tail instead of list_del/list_add_tailGravatar Wei Yongjun 1-6/+3
2011-10-31sound: Add export.h for THIS_MODULE/EXPORT_SYMBOL where neededGravatar Paul Gortmaker 1-0/+1
2011-10-31sound: Add module.h to the previously silent sound usersGravatar Paul Gortmaker 2-0/+2
2010-05-10ALSA: opl4 - Fix a wrong argument in proc write callbackGravatar Takashi Iwai 1-1/+1
2010-04-13ALSA: info - Implement common llseek for binary modeGravatar Takashi Iwai 1-24/+0
2010-04-13ALSA: info - Check file position validity in common layerGravatar Takashi Iwai 1-30/+16
2010-04-13ALSA: info - Use standard types for info callbacksGravatar Takashi Iwai 1-8/+13
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2009-05-29ALSA: clean up the logic for building sequencer modulesGravatar Michal Marek 1-9/+1
2008-08-13ALSA: Kill snd_assert() in other placesGravatar Takashi Iwai 1-1/+1
2007-10-16[ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.czGravatar Jaroslav Kysela 1-1/+1
2006-09-23[ALSA] opl4: Use SEEK_{SET,CUR,END} instead of hardcoded valuesGravatar Josef 'Jeff' Sipek 1-3/+3
2006-09-23[ALSA] Fix disconnection of proc interfaceGravatar Takashi Iwai 1-2/+1
2006-06-22[ALSA] add more sequencer port type information bitsGravatar Clemens Ladisch 1-1/+3
2006-06-22[ALSA] opl4 - Move EXPORT_SYMBOL() to adjacent to each functionGravatar Takashi Iwai 1-4/+8
2006-03-22[ALSA] semaphore -> mutex (driver part)Gravatar Ingo Molnar 4-13/+13
2006-01-03[ALSA] seq: set client name in snd_seq_create_kernel_client()Gravatar Clemens Ladisch 1-9/+2
2006-01-03[ALSA] seq: remove struct snd_seq_client_callbackGravatar Clemens Ladisch 1-5/+1
2006-01-03[ALSA] Remove xxx_t typedefs: OPL4Gravatar Takashi Iwai 7-262/+266
2005-11-04[ALSA] Remove vmalloc wrapper, kfree_nocheck()Gravatar Takashi Iwai 1-8/+2
2005-09-12[ALSA] Replace with kzalloc() - othersGravatar Takashi Iwai 1-1/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 8-0/+2606