aboutsummaryrefslogtreecommitdiff
path: root/sound/drivers/opl3
AgeCommit message (Expand)AuthorFilesLines
2021-12-13ALSA: drivers: opl3: Fix incorrect use of vp->stateGravatar Colin Ian King 1-1/+1
2021-06-09ALSA: opl3: Fix assignment in if conditionGravatar Takashi Iwai 3-20/+37
2021-05-27ALSA: drivers: opl3: fix useless self-comparisonGravatar Pierre-Louis Bossart 1-2/+1
2021-01-08ALSA: Convert strlcpy to strscpy when return value is unusedGravatar Joe Perches 2-2/+2
2020-08-03Merge branch 'for-next' into for-linusGravatar Takashi Iwai 1-2/+2
2020-07-09ALSA: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-2/+2
2020-07-07ALSA: opl3: fix infoleak in opl3Gravatar xidongwang 1-0/+2
2020-01-05ALSA: opl3: More constificationsGravatar Takashi Iwai 2-4/+4
2020-01-03ALSA: seq: oss: Constify snd_seq_oss_callback definitionsGravatar Takashi Iwai 1-1/+1
2020-01-03ALSA: opl3: Constify snd_opl3_drum_voice definitionsGravatar Takashi Iwai 1-13/+13
2020-01-03ALSA: seq: Constify struct snd_midi_opGravatar Takashi Iwai 2-2/+2
2020-01-03ALSA: Constify snd_timer_hardware definitionsGravatar Takashi Iwai 1-2/+2
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 7-103/+7
2019-03-18ALSA: opl3: fix mismatch between snd_opl3_drum_switch definition and declarationGravatar Colin Ian King 1-1/+1
2018-08-08ALSA: opl3: Mark expected switch fall-throughGravatar Gustavo A. R. Silva 1-0/+1
2018-08-03ALSA: drivers: Remove empty init and exitGravatar Takashi Iwai 1-16/+0
2018-07-26ALSA: opl3: Declare common variables properlyGravatar Takashi Iwai 6-10/+6
2018-07-16ALSA: opl3: remove redundant pointer opl3Gravatar Colin Ian King 2-18/+0
2018-04-25ALSA: opl3: Hardening for potential Spectre v1Gravatar Takashi Iwai 1-2/+5
2017-11-13Merge tag 'asoc-v4.15' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Gravatar Takashi Iwai 1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-10-24ALSA: drivers: Convert timers to use timer_setup()Gravatar Kees Cook 3-4/+4
2017-08-31ALSA: opl3: Put missing KERN_CONT prefixGravatar Takashi Iwai 1-2/+2
2017-08-12ALSA: opl3: Delete an error message for a failed memory allocation in snd_opl...Gravatar Markus Elfring 1-3/+1
2017-06-28ALSA: Fix forgotten dependency fix for tristate OSS sequencer kconfigGravatar Takashi Iwai 1-1/+3
2017-06-12ALSA: seq: Allow the modular sequencer registrationGravatar Takashi Iwai 1-1/+1
2017-06-09ALSA: seq: Allow the tristate build of OSS emulationGravatar Takashi Iwai 2-3/+6
2017-05-17ALSA: opl3: Kill unused set_fs()Gravatar Takashi Iwai 1-14/+0
2016-11-12ALSA: opl3: don't opencode IS_REACHABLE()Gravatar Fabian Frederick 1-1/+1
2015-03-09Merge branch 'for-linus' into for-nextGravatar Takashi Iwai 1-0/+2
2015-03-06ALSA: opl3: small array underflowGravatar Dan Carpenter 1-0/+2
2015-02-12ALSA: seq: Define driver object in each driverGravatar Takashi Iwai 1-20/+14
2015-01-28ALSA: Include linux/io.h instead of asm/io.hGravatar Takashi Iwai 1-1/+1
2015-01-19ALSA: opl3: Use setup_timer() and mod_timer()Gravatar Takashi Iwai 2-10/+5
2014-02-12ALSA: Drop unused name argument in snd_register_oss_device()Gravatar Takashi Iwai 1-3/+1
2014-02-10ALSA: Replace with IS_ENABLED()Gravatar Takashi Iwai 1-1/+1
2013-10-29ALSA: opl3: Fix possible negative array index accessGravatar Takashi Iwai 1-0/+5
2012-10-06sound: Remove unnecessary semicolonGravatar Peter Senna Tschudin 1-1/+1
2011-12-19ALSA: module_param: make bool parameters really boolGravatar Rusty Russell 2-2/+2
2011-10-31sound: Add export.h for THIS_MODULE/EXPORT_SYMBOL where neededGravatar Paul Gortmaker 2-0/+2
2011-10-31sound: Add module.h to the previously silent sound usersGravatar Paul Gortmaker 2-0/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 2-1/+1
2009-10-08ALSA: opl3: circular locking in the snd_opl3_note_on() and snd_opl3_note_off()Gravatar Krzysztof Helt 1-8/+20
2009-05-29ALSA: clean up the logic for building sequencer modulesGravatar Michal Marek 1-9/+1
2009-02-05ALSA: Add missing KERN_* prefix to printk in sound/driversGravatar Takashi Iwai 4-20/+22
2008-08-13ALSA: Kill snd_assert() in other placesGravatar Takashi Iwai 4-10/+20
2008-02-22[ALSA] opl3 - Fix compilation without sequencer supportGravatar Takashi Iwai 1-0/+8
2008-01-31[ALSA] opl3 - Fix build errorsGravatar Takashi Iwai 2-0/+2
2008-01-31[ALSA] opl3 - simplify exclusive access lockGravatar Takashi Iwai 3-23/+12