aboutsummaryrefslogtreecommitdiffstats
path: root/sound/drivers/opl3 (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-25ALSA: opl3: Hardening for potential Spectre v1Takashi Iwai1-2/+5
2017-11-13Merge tag 'asoc-v4.15' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusTakashi Iwai1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-24ALSA: drivers: Convert timers to use timer_setup()Kees Cook3-4/+4
2017-08-31ALSA: opl3: Put missing KERN_CONT prefixTakashi Iwai1-2/+2
2017-08-12ALSA: opl3: Delete an error message for a failed memory allocation in snd_opl3_new()Markus Elfring1-3/+1
2017-06-28ALSA: Fix forgotten dependency fix for tristate OSS sequencer kconfigTakashi Iwai1-1/+3
2017-06-12ALSA: seq: Allow the modular sequencer registrationTakashi Iwai1-1/+1
2017-06-09ALSA: seq: Allow the tristate build of OSS emulationTakashi Iwai2-3/+6
2017-05-17ALSA: opl3: Kill unused set_fs()Takashi Iwai1-14/+0
2016-11-12ALSA: opl3: don't opencode IS_REACHABLE()Fabian Frederick1-1/+1
2015-03-09Merge branch 'for-linus' into for-nextTakashi Iwai1-0/+2
2015-03-06ALSA: opl3: small array underflowDan Carpenter1-0/+2
2015-02-12ALSA: seq: Define driver object in each driverTakashi Iwai1-20/+14
2015-01-28ALSA: Include linux/io.h instead of asm/io.hTakashi Iwai1-1/+1
2015-01-19ALSA: opl3: Use setup_timer() and mod_timer()Takashi Iwai2-10/+5
2014-02-12ALSA: Drop unused name argument in snd_register_oss_device()Takashi Iwai1-3/+1
2014-02-10ALSA: Replace with IS_ENABLED()Takashi Iwai1-1/+1
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 Russell2-2/+2
2011-10-31sound: Add export.h for THIS_MODULE/EXPORT_SYMBOL where neededPaul Gortmaker2-0/+2
2011-10-31sound: Add module.h to the previously silent sound usersPaul Gortmaker2-0/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo2-1/+1
2009-10-08ALSA: opl3: circular locking in the snd_opl3_note_on() and snd_opl3_note_off()Krzysztof Helt1-8/+20
2009-05-29ALSA: clean up the logic for building sequencer modulesMichal Marek1-9/+1
2009-02-05ALSA: Add missing KERN_* prefix to printk in sound/driversTakashi Iwai4-20/+22
2008-08-13ALSA: Kill snd_assert() in other placesTakashi Iwai4-10/+20
2008-02-22[ALSA] opl3 - Fix compilation without sequencer supportTakashi Iwai1-0/+8
2008-01-31[ALSA] opl3 - Fix build errorsTakashi Iwai2-0/+2
2008-01-31[ALSA] opl3 - simplify exclusive access lockTakashi Iwai3-23/+12
2008-01-31[ALSA] opl3 - Use hwdep for patch loadingTakashi Iwai5-153/+215
2007-10-19Fix misspellings of "system", "controller", "interrupt" and "necessary".Robert P. J. Day1-1/+1
2007-10-16[ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.czJaroslav Kysela2-3/+3
2007-10-16[ALSA] Clean up MakefileTakashi Iwai1-4/+2
2006-06-22[ALSA] add more sequencer port type information bitsClemens Ladisch2-2/+6
2006-06-22[ALSA] fix port type bitsClemens Ladisch2-3/+2
2006-06-22[ALSA] opl3 - Move EXPORT_SYMBOL() to adjacent to each functionTakashi Iwai2-9/+14
2006-03-22[ALSA] Fix use after free in opl3_seq and opl3_ossDave Jones2-8/+16
2006-03-22[ALSA] semaphore -> mutex (driver part)Ingo Molnar3-11/+11
2006-02-24[PATCH] alsa: fix bogus snd_device_free() in opl3-oss.cTakashi Iwai1-1/+1
2006-01-04[ALSA] opl3 - Fix the unreleased resourcesTakashi Iwai1-3/+3
2006-01-03[ALSA] seq: set client name in snd_seq_create_kernel_client()Clemens Ladisch1-11/+6
2006-01-03[ALSA] seq: remove struct snd_seq_client_callbackClemens Ladisch1-5/+1
2006-01-03[ALSA] Fix possible races in timer callbacksTakashi Iwai1-2/+3
2006-01-03[ALSA] Add error messagesTakashi Iwai1-1/+3
2006-01-03[ALSA] Remove xxx_t typedefs: OPL3Takashi Iwai7-191/+194
2005-11-04[ALSA] Remove vmalloc wrapper, kfree_nocheck()Takashi Iwai1-8/+2
2005-09-12[ALSA] Replace with kzalloc() - othersTakashi Iwai2-2/+2
2005-04-16Linux-2.6.12-rc2Linus Torvalds8-0/+2845