aboutsummaryrefslogtreecommitdiffstats
path: root/sound/drivers/opl3/opl3_seq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-09ALSA: opl3: Fix assignment in if conditionTakashi Iwai1-3/+6
2020-01-03ALSA: seq: Constify struct snd_midi_opTakashi Iwai1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-15/+1
2017-10-24ALSA: drivers: Convert timers to use timer_setup()Kees Cook1-1/+1
2017-06-09ALSA: seq: Allow the tristate build of OSS emulationTakashi Iwai1-2/+2
2015-02-12ALSA: seq: Define driver object in each driverTakashi Iwai1-20/+14
2015-01-19ALSA: opl3: Use setup_timer() and mod_timer()Takashi Iwai1-3/+1
2011-12-19ALSA: module_param: make bool parameters really boolRusty Russell1-1/+1
2011-10-31sound: Add module.h to the previously silent sound usersPaul Gortmaker1-0/+1
2008-01-31[ALSA] opl3 - Fix build errorsTakashi Iwai1-0/+1
2008-01-31[ALSA] opl3 - simplify exclusive access lockTakashi Iwai1-8/+11
2008-01-31[ALSA] opl3 - Use hwdep for patch loadingTakashi Iwai1-21/+1
2006-06-22[ALSA] add more sequencer port type information bitsClemens Ladisch1-1/+3
2006-06-22[ALSA] fix port type bitsClemens Ladisch1-1/+1
2006-03-22[ALSA] Fix use after free in opl3_seq and opl3_ossDave Jones1-3/+9
2006-03-22[ALSA] semaphore -> mutex (driver part)Ingo Molnar1-5/+5
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] Remove xxx_t typedefs: OPL3Takashi Iwai1-24/+24
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+314