summaryrefslogtreecommitdiffstats
path: root/sound/oss/dmasound/dmasound_core.c
Commit message (Expand)AuthorAgeFilesLines
* sound/oss/dmasound: fix 'dmasound_setup' defined but not usedMiles Chen2022-04-151-1/+1
* sound/oss/dmasound: fix build when drivers are mixed =y/=mRandy Dunlap2022-04-071-23/+1
* sound/oss/dmasound: Remove superfluous "break"zuoqilin2021-05-271-9/+0
* sound/oss/dmasound: Remove superfluous "break"zuoqilin2021-05-251-5/+0
* ALSA: Convert strlcpy to strscpy when return value is unusedJoe Perches2021-01-081-2/+2
* ALSA: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-091-2/+2
* compat_ioctl: remove translation for sound ioctlsArnd Bergmann2019-10-231-0/+2
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-1/+1
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-1/+1
* sound: annotate ->poll() instancesAl Viro2017-11-271-2/+2
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-0/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* sound: oss: dmasound: kill SLEEP() macro to avoid raceArnd Bergmann2014-01-141-9/+19
* dmasound_core: saner arguments for sq_fsync()Al Viro2013-04-291-3/+3
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* sound: autoconvert trivial BKL users to private mutexArnd Bergmann2010-09-141-20/+21
* sound/oss: convert to unlocked_ioctlArnd Bergmann2010-07-121-7/+28
* sound: push BKL into open functionsArnd Bergmann2010-07-121-6/+22
* sound: Replace old style lock initializerThomas Gleixner2009-11-071-1/+3
* oss: fix O_NONBLOCK in dmasound_coreAl Viro2008-11-011-2/+2
* [PATCH] introduce fmode_t, do annotationsAl Viro2008-10-211-5/+5
* sound: sound/oss/dmasound/: cleanupsAdrian Bunk2008-06-131-6/+1
* The next round of scheduled OSS code removalAdrian Bunk2007-10-181-287/+0
* [PATCH] const file_operations falloutAl Viro2007-03-141-4/+16
* [PATCH] mark struct file_operations const 9Arjan van de Ven2007-02-121-3/+3
* [PATCH] struct path: convert soundJosef Sipek2006-12-081-2/+2
* [PATCH] Remove MODULE_PARMRusty Russell2006-03-251-5/+5
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-161-0/+1829