aboutsummaryrefslogtreecommitdiffstats
path: root/sound/drivers/opl3/opl3_midi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-05-27ALSA: drivers: opl3: fix useless self-comparisonPierre-Louis Bossart1-2/+1
2020-07-09ALSA: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-01-05ALSA: opl3: More constificationsTakashi Iwai1-3/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-15/+1
2018-08-08ALSA: opl3: Mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2018-07-26ALSA: opl3: Declare common variables properlyTakashi Iwai1-4/+0
2018-07-16ALSA: opl3: remove redundant pointer opl3Colin Ian King1-12/+0
2017-10-24ALSA: drivers: Convert timers to use timer_setup()Kees Cook1-2/+2
2017-08-31ALSA: opl3: Put missing KERN_CONT prefixTakashi Iwai1-2/+2
2015-03-06ALSA: opl3: small array underflowDan Carpenter1-0/+2
2015-01-19ALSA: opl3: Use setup_timer() and mod_timer()Takashi Iwai1-7/+4
2013-10-29ALSA: opl3: Fix possible negative array index accessTakashi Iwai1-0/+5
2012-10-06sound: Remove unnecessary semicolonPeter Senna Tschudin1-1/+1
2011-12-19ALSA: module_param: make bool parameters really boolRusty Russell1-1/+1
2009-10-08ALSA: opl3: circular locking in the snd_opl3_note_on() and snd_opl3_note_off()Krzysztof Helt1-8/+20
2009-02-05ALSA: Add missing KERN_* prefix to printk in sound/driversTakashi Iwai1-15/+15
2008-08-13ALSA: Kill snd_assert() in other placesTakashi Iwai1-2/+4
2008-01-31[ALSA] opl3 - Use hwdep for patch loadingTakashi Iwai1-24/+17
2007-10-19Fix misspellings of "system", "controller", "interrupt" and "necessary".Robert P. J. Day1-1/+1
2006-01-03[ALSA] Fix possible races in timer callbacksTakashi Iwai1-2/+3
2006-01-03[ALSA] Remove xxx_t typedefs: OPL3Takashi Iwai1-35/+35
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+873