aboutsummaryrefslogtreecommitdiffstats
path: root/sound/core/seq/oss/seq_oss.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-09ALSA: seq: Fix assignment in if conditionTakashi Iwai1-10/+16
2020-09-23ALSA: seq: oss: Avoid mutex lock for a long-time ioctlTakashi Iwai1-2/+5
2020-08-05ALSA: seq: oss: Serialize ioctlsTakashi Iwai1-1/+7
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-14/+1
2018-07-26ALSA: seq: Fix poll() error returnTakashi Iwai1-1/+1
2017-11-27sound: annotate ->poll() instancesAl Viro1-2/+2
2016-03-01ALSA: seq: oss: Don't drain at closing a clientTakashi Iwai1-2/+0
2015-12-03ALSA: Fix compat_ioctl handling for OSS emulationsTakashi Iwai1-1/+6
2015-05-27ALSA: replace CONFIG_PROC_FS with CONFIG_SND_PROC_FSJie Yang1-3/+3
2015-02-12ALSA: seq: Drop snd_seq_autoload_lock() and _unlock()Takashi Iwai1-2/+0
2015-02-12ALSA: seq: Define driver object in each driverTakashi Iwai1-7/+13
2014-02-14ALSA: seq_oss: Use standard printk helpersTakashi Iwai1-4/+4
2014-02-14ALSA: seq_oss: Drop debug printsTakashi Iwai1-8/+0
2014-02-12ALSA: Drop unused name argument in snd_register_oss_device()Takashi Iwai1-4/+2
2011-10-31sound: fix drivers needing module.h not moduleparam.hPaul Gortmaker1-1/+1
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2008-08-13ALSA: Kill snd_assert() in sound/core/*Takashi Iwai1-4/+8
2008-01-31[ALSA] Remove sound/driver.hTakashi Iwai1-1/+0
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] Optimize for config without PROC_FS (seq and oss parts)Takashi Iwai1-8/+6
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 Iwai1-12/+12
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+317