summaryrefslogtreecommitdiffstats
path: root/sound/drivers/opl3
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-307-103/+7Star
* ALSA: opl3: fix mismatch between snd_opl3_drum_switch definition and declarationColin Ian King2019-03-181-1/+1
* ALSA: opl3: Mark expected switch fall-throughGustavo A. R. Silva2018-08-081-0/+1
* ALSA: drivers: Remove empty init and exitTakashi Iwai2018-08-031-16/+0Star
* ALSA: opl3: Declare common variables properlyTakashi Iwai2018-07-266-10/+6Star
* ALSA: opl3: remove redundant pointer opl3Colin Ian King2018-07-162-18/+0Star
* ALSA: opl3: Hardening for potential Spectre v1Takashi Iwai2018-04-251-2/+5
* Merge tag 'asoc-v4.15' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai2017-11-131-0/+1
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | ALSA: drivers: Convert timers to use timer_setup()Kees Cook2017-10-243-4/+4
|/
* ALSA: opl3: Put missing KERN_CONT prefixTakashi Iwai2017-08-311-2/+2
* ALSA: opl3: Delete an error message for a failed memory allocation in snd_opl...Markus Elfring2017-08-121-3/+1Star
* ALSA: Fix forgotten dependency fix for tristate OSS sequencer kconfigTakashi Iwai2017-06-281-1/+3
* ALSA: seq: Allow the modular sequencer registrationTakashi Iwai2017-06-121-1/+1
* ALSA: seq: Allow the tristate build of OSS emulationTakashi Iwai2017-06-092-3/+6
* ALSA: opl3: Kill unused set_fs()Takashi Iwai2017-05-171-14/+0Star
* ALSA: opl3: don't opencode IS_REACHABLE()Fabian Frederick2016-11-121-1/+1
* Merge branch 'for-linus' into for-nextTakashi Iwai2015-03-091-0/+2
|\
| * ALSA: opl3: small array underflowDan Carpenter2015-03-061-0/+2
* | ALSA: seq: Define driver object in each driverTakashi Iwai2015-02-121-20/+14Star
|/
* ALSA: Include linux/io.h instead of asm/io.hTakashi Iwai2015-01-281-1/+1
* ALSA: opl3: Use setup_timer() and mod_timer()Takashi Iwai2015-01-192-10/+5Star
* ALSA: Drop unused name argument in snd_register_oss_device()Takashi Iwai2014-02-121-3/+1Star
* ALSA: Replace with IS_ENABLED()Takashi Iwai2014-02-101-1/+1
* ALSA: opl3: Fix possible negative array index accessTakashi Iwai2013-10-291-0/+5
* sound: Remove unnecessary semicolonPeter Senna Tschudin2012-10-061-1/+1
* ALSA: module_param: make bool parameters really boolRusty Russell2011-12-192-2/+2
* sound: Add export.h for THIS_MODULE/EXPORT_SYMBOL where neededPaul Gortmaker2011-11-012-0/+2
* sound: Add module.h to the previously silent sound usersPaul Gortmaker2011-11-012-0/+2
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-302-1/+1
* ALSA: opl3: circular locking in the snd_opl3_note_on() and snd_opl3_note_off()Krzysztof Helt2009-10-081-8/+20
* ALSA: clean up the logic for building sequencer modulesMichal Marek2009-05-291-9/+1Star
* ALSA: Add missing KERN_* prefix to printk in sound/driversTakashi Iwai2009-02-054-20/+22
* ALSA: Kill snd_assert() in other placesTakashi Iwai2008-08-134-10/+20
* [ALSA] opl3 - Fix compilation without sequencer supportTakashi Iwai2008-02-221-0/+8
* [ALSA] opl3 - Fix build errorsTakashi Iwai2008-01-312-0/+2
* [ALSA] opl3 - simplify exclusive access lockTakashi Iwai2008-01-313-23/+12Star
* [ALSA] opl3 - Use hwdep for patch loadingTakashi Iwai2008-01-315-153/+215
* Fix misspellings of "system", "controller", "interrupt" and "necessary".Robert P. J. Day2007-10-191-1/+1
* [ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.czJaroslav Kysela2007-10-162-3/+3
* [ALSA] Clean up MakefileTakashi Iwai2007-10-161-4/+2Star
* [ALSA] add more sequencer port type information bitsClemens Ladisch2006-06-222-2/+6
* [ALSA] fix port type bitsClemens Ladisch2006-06-222-3/+2Star
* [ALSA] opl3 - Move EXPORT_SYMBOL() to adjacent to each functionTakashi Iwai2006-06-222-9/+14
* [ALSA] Fix use after free in opl3_seq and opl3_ossDave Jones2006-03-222-8/+16
* [ALSA] semaphore -> mutex (driver part)Ingo Molnar2006-03-223-11/+11
* [PATCH] alsa: fix bogus snd_device_free() in opl3-oss.cTakashi Iwai2006-02-241-1/+1
* [ALSA] opl3 - Fix the unreleased resourcesTakashi Iwai2006-01-041-3/+3
* [ALSA] seq: set client name in snd_seq_create_kernel_client()Clemens Ladisch2006-01-031-11/+6Star
* [ALSA] seq: remove struct snd_seq_client_callbackClemens Ladisch2006-01-031-5/+1Star