summaryrefslogtreecommitdiffstats
path: root/sound/drivers/opl3
Commit message (Expand)AuthorAgeFilesLines
* 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/+14
|/
* 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/+5
* ALSA: Drop unused name argument in snd_register_oss_device()Takashi Iwai2014-02-121-3/+1
* 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-10-312-0/+2
* sound: Add module.h to the previously silent sound usersPaul Gortmaker2011-10-312-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/+1
* 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/+12
* [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/+2
* [ALSA] add more sequencer port type information bitsClemens Ladisch2006-06-222-2/+6
* [ALSA] fix port type bitsClemens Ladisch2006-06-222-3/+2
* [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/+6
* [ALSA] seq: remove struct snd_seq_client_callbackClemens Ladisch2006-01-031-5/+1
* [ALSA] Fix possible races in timer callbacksTakashi Iwai2006-01-031-2/+3
* [ALSA] Add error messagesTakashi Iwai2006-01-031-1/+3
* [ALSA] Remove xxx_t typedefs: OPL3Takashi Iwai2006-01-037-191/+194
* [ALSA] Remove vmalloc wrapper, kfree_nocheck()Takashi Iwai2005-11-041-8/+2
* [ALSA] Replace with kzalloc() - othersTakashi Iwai2005-09-122-2/+2
* Linux-2.6.12-rc2Linus Torvalds2005-04-168-0/+2845