aboutsummaryrefslogtreecommitdiffstats
path: root/sound/core/seq/oss (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-10-31sound: Add export.h for THIS_MODULE/EXPORT_SYMBOL where neededPaul Gortmaker1-0/+1
2011-10-31sound: Add module.h to the previously silent sound usersPaul Gortmaker1-0/+1
2011-10-31sound: fix drivers needing module.h not moduleparam.hPaul Gortmaker1-1/+1
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2010-09-08ALSA: seq/oss - Fix double-free at error path of snd_seq_oss_open()Takashi Iwai1-5/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo6-0/+6
2009-07-15sound: seq_oss_midi: remove magic numbersClemens Ladisch1-6/+8
2009-02-05ALSA: Add missing KERN_* prefix to printk in sound/coreTakashi Iwai1-1/+1
2008-08-13ALSA: Kill snd_assert() in sound/core/*Takashi Iwai2-6/+12
2008-08-04sound: ensure device number is valid in snd_seq_oss_synth_make_infoWilly Tarreau1-0/+3
2008-04-24[ALSA] seq-oss - Remove invalid BUG()Takashi Iwai1-2/+7
2008-01-31[ALSA] Remove sound/driver.hTakashi Iwai2-2/+0
2007-10-16[ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.czJaroslav Kysela1-1/+1
2007-10-16[ALSA] seq: resource leak fix and various code cleanupsEugene Teo2-19/+27
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-02-12[PATCH] mark struct file_operations const 9Arjan van de Ven1-1/+1
2006-09-23[ALSA] Fix disconnection of proc interfaceTakashi Iwai1-2/+1
2006-06-22[ALSA] Remove unneeded read/write_size fields in proc text opsTakashi Iwai1-1/+0
2006-03-22[ALSA] semaphore -> mutex (core part)Ingo Molnar1-13/+14
2006-01-03[ALSA] seq: set client name in snd_seq_create_kernel_client()Clemens Ladisch1-13/+3
2006-01-03[ALSA] seq: remove struct snd_seq_client_callbackClemens Ladisch1-8/+1
2006-01-03[ALSA] Optimize for config without PROC_FS (seq and oss parts)Takashi Iwai5-11/+14
2006-01-03[ALSA] dynamic minors (3/6): store device-specific object pointers dynamicallyClemens Ladisch1-2/+2
2006-01-03[ALSA] dynamic minors (1/6): store device type in struct snd_minorClemens Ladisch1-7/+2
2006-01-03[ALSA] Remove xxx_t typedefs: Sequencer OSS-emulationTakashi Iwai17-347/+340
2005-09-12[ALSA] Replace with kzalloc() - seq stuffTakashi Iwai6-9/+9
2005-07-27[PATCH] clean up inline static vs static inlineJesper Juhl1-3/+3
2005-06-22[ALSA] Remove redundant NULL checks before kfreeJesper Juhl1-16/+8
2005-04-16Linux-2.6.12-rc2Linus Torvalds18-0/+4394